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 e830680 commit 1fc4f04Copy full SHA for 1fc4f04
lib/uri/version.rb
@@ -1,6 +1,6 @@
1
module URI
2
# :stopdoc:
3
- VERSION_CODE = '010004'.freeze
4
- VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
+ VERSION = '1.0.4'.freeze
+ VERSION_CODE = VERSION.split('.').map{|s| s.rjust(2, '0')}.join.freeze
5
# :startdoc:
6
end
0 commit comments