diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-11-11 22:17:50 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-11-11 22:21:43 +0900 |
commit | bcfe94b7f20fa3a581fc5d6f2aef837327bfb770 () | |
tree | 9fdd48408752038c3e7f102505e48eee499b5716 /lib/uri.rb | |
parent | f1f27da6c457684fdbfc0352297e6847f675ce4c (diff) |
Revert "Revert "Promote uri to default gems""
This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
-rw-r--r-- | lib/uri.rb | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -90,13 +90,9 @@ # module URI - # :stopdoc: - VERSION_CODE = '001000'.freeze - VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze - # :startdoc: - end require 'uri/common' require 'uri/generic' require 'uri/file' |