fed.gemspec in fed-0.0.2 vs fed.gemspec in fed-0.0.3
- old
+ new
@@ -11,11 +11,11 @@
## Leave these as is they will be modified for you by the rake gemspec task.
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'fed'
- s.version = '0.0.2'
+ s.version = '0.0.3'
s.date = '2013-04-26'
## Make sure your summary is short. The description may be as long
## as you like.
s.summary = "A feed parser that actually works."
@@ -57,11 +57,13 @@
Rakefile
fed.gemspec
lib/fed.rb
lib/fed/feed/atom.rb
lib/fed/feed/base.rb
+ lib/fed/feed/enclosure.rb
lib/fed/feed/entry.rb
- lib/fed/feed/rss.rb
+ lib/fed/feed/rss1.rb
+ lib/fed/feed/rss2.rb
lib/fed/http.rb
lib/fed/http/curb.rb
]
# = MANIFEST =