aboutsummaryrefslogblamecommitdiffstats
path: root/activemodel/activemodel.gemspec
blob: 64ae6e0760022401edd2720920aac919c31f93b2 (plain) (tree)
1
2
3
4
5
6
7
                             

                                  
                          
                                                                                  
                                                                                                                                  
 






                                           
                                                   
 

                                                                 
   
Gem::Specification.new do |s|
  s.platform = Gem::Platform::RUBY
  s.name = 'activemodel'
  s.version = '3.0.0.beta'
  s.summary = "A toolkit for building other modeling frameworks like ActiveRecord"
  s.description = %q{Extracts common modeling concerns from ActiveRecord to share between similar frameworks like ActiveResource.}

  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.0.beta')

  s.require_path = 'lib'
  s.files = Dir["CHANGELOG", "MIT-LICENSE", "README", "lib/**/*"]
end