forked from sunlightlabs/ruby-sunlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsunlight.gemspec
More file actions
17 lines (17 loc) · 733 Bytes
/
sunlight.gemspec
File metadata and controls
17 lines (17 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Gem::Specification.new do |s|
s.name = "sunlight"
s.version = "1.1.0"
s.date = "2011-05-18"
s.summary = "Library for accessing the Sunlight Labs API."
s.description = "Library for accessing the Sunlight Labs API."
s.rubyforge_project = "sunlight"
s.email = "luigi@sunlightfoundation.com"
s.homepage = "http://github.com/sunlightlabs/ruby-sunlightapi/"
s.authors = ["Luigi Montanez"]
s.files = ['sunlight.gemspec', 'lib/sunlight.rb', 'lib/sunlight/base.rb',
'lib/sunlight/district.rb', 'lib/sunlight/legislator.rb',
'lib/sunlight/committee.rb', 'README.textile', 'CHANGES.textile']
s.add_dependency("json", [">= 1.1.3"])
s.add_dependency("ym4r", [">= 0.6.1"])
s.has_rdoc = true
end