diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-01-11 21:48:06 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2020-01-12 12:28:29 +0900 |
commit | 83240f315a10b42b53c3b62c1fbc428f97912665 (patch) | |
tree | 2d17b6aded6273ecd7b2c8a27bd4accfb7bd5f2d /lib/rss/version.rb | |
parent | c3ccf23d5807f2ff20127bf5e42df0977bf672fb (diff) |
Make rss library to the bundle gems
[Feature #16485][ruby-core:96683]
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/2832
Diffstat (limited to 'lib/rss/version.rb')
-rw-r--r-- | lib/rss/version.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rss/version.rb b/lib/rss/version.rb deleted file mode 100644 index f0a8894e79..0000000000 --- a/lib/rss/version.rb +++ /dev/null @@ -1,4 +0,0 @@ -module RSS - # The current version of RSS - VERSION = "0.2.8" -end |