2009-08-31 20:20:44 -04:00
|
|
|
Gem::Specification.new do |s|
|
2009-09-25 01:46:04 -04:00
|
|
|
s.platform = Gem::Platform::RUBY
|
|
|
|
s.name = 'activemodel'
|
|
|
|
s.version = '3.0.pre'
|
|
|
|
s.summary = "A toolkit for building other modeling frameworks like ActiveRecord"
|
2009-08-31 20:20:44 -04:00
|
|
|
s.description = %q{Extracts common modeling concerns from ActiveRecord to share between similar frameworks like ActiveResource.}
|
|
|
|
|
2009-09-25 01:46:04 -04:00
|
|
|
s.author = "David Heinemeier Hansson"
|
|
|
|
s.email = "david@loudthinking.com"
|
|
|
|
s.rubyforge_project = "activemodel"
|
|
|
|
s.homepage = "http://www.rubyonrails.org"
|
|
|
|
|
|
|
|
s.has_rdoc = true
|
|
|
|
|
|
|
|
s.add_dependency('activesupport', '= 3.0.pre')
|
2009-08-31 20:20:44 -04:00
|
|
|
|
2009-09-25 01:46:04 -04:00
|
|
|
s.require_path = 'lib'
|
|
|
|
s.files = Dir["CHANGELOG", "MIT-LICENSE", "README", "lib/**/*"]
|
2009-08-31 20:20:44 -04:00
|
|
|
end
|