We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcd958 commit c500486Copy full SHA for c500486
_plugins/releases.rb
@@ -46,7 +46,7 @@ def initialize(site, base, lang, srcdir, src, output_directory)
46
self.data['lang'] = lang
47
48
## Only processes numeric version numbers with up to five decimals
49
- self.data['versionint'] = versiontoint(self.data['required_version'])
+ self.data['versionint'] = versiontoint(self.data['required_version'].to_s)
50
51
self.data['layout'] = 'release'
52
self.data['category'] = 'release'
0 commit comments