mirror of
https://github.com/github/rails.git
synced 2026-01-14 09:07:58 -05:00
18 lines
537 B
Ruby
18 lines
537 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = 'activeresource'
|
|
s.version = '2.3.18'
|
|
s.summary = 'Think Active Record for web resources.'
|
|
s.description = 'Wraps web resources in model classes that can be manipulated through XML over REST.'
|
|
|
|
s.author = 'David Heinemeier Hansson'
|
|
s.email = 'david@loudthinking.com'
|
|
s.homepage = 'http://www.rubyonrails.org'
|
|
|
|
s.require_path = 'lib'
|
|
s.files = ['README']
|
|
s.rdoc_options = ['--main', 'README']
|
|
s.extra_rdoc_files = ['README']
|
|
|
|
s.add_dependency 'activesupport', '= 2.3.18'
|
|
end
|