activesupport.gemspec 414 字节
Newer Older
J
John F. Douthat 已提交
1 2 3 4 5 6 7 8 9 10 11 12
Gem::Specification.new do |s|
  s.name = 'activesupport'
  s.version = '2.3.15'
  s.summary = 'Support and utility classes used by the Rails framework.'
  s.description = 'Utility library which carries commonly used classes and goodies from the Rails framework'

  s.author = 'David Heinemeier Hansson'
  s.email = 'david@loudthinking.com'
  s.homepage = 'http://www.rubyonrails.org'

  s.require_path = 'lib'
end