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/content/1.0.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/content/1.0.rb')
-rw-r--r-- | lib/rss/content/1.0.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/rss/content/1.0.rb b/lib/rss/content/1.0.rb deleted file mode 100644 index 1367dfe092..0000000000 --- a/lib/rss/content/1.0.rb +++ /dev/null @@ -1,10 +0,0 @@ -# frozen_string_literal: false -require 'rss/1.0' - -module RSS - RDF.install_ns(CONTENT_PREFIX, CONTENT_URI) - - class RDF - class Item; include ContentModel; end - end -end |