-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrawapi.gemspec
More file actions
13 lines (13 loc) · 814 Bytes
/
rawapi.gemspec
File metadata and controls
13 lines (13 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Gem::Specification.new do |s|
s.name = %q{rawapi}
s.version = "0.2.2"
s.date = %q{2010-10-26}
s.authors = ["Ben Wyrosdick"]
s.email = %q{ben@commonthread.com}
s.summary = %q{The Ruby Awareness API (rAwAPI) provides a ruby interface to the FeedBurner Awareness API (AwAPI)}
s.homepage = %q{http://rubyforge.org/projects/rawapi/}
s.rubyforge_project = %q{rawapi}
s.has_rdoc = true
s.description = %q{The Ruby Awareness API (rAwAPI) provides a ruby interface to the FeedBurner Awareness API (AwAPI)}
s.files = [ "README", "CHANGELOG", "LICENSE", "demo.rb", "lib/awareness_api.rb", "lib/awareness_api/entry.rb", "lib/awareness_api/feed.rb", "lib/awareness_api/item.rb", "lib/awareness_api/referer.rb", "lib/awareness_api/response.rb", "test/test_helper.rb", "test/test_rawapi.rb" ]
end