2009-08-31 20:20:44 -04:00
|
|
|
Gem::Specification.new do |s|
|
2009-09-25 01:24:34 -04:00
|
|
|
s.platform = Gem::Platform::RUBY
|
|
|
|
s.name = "activesupport"
|
2009-08-31 20:20:44 -04:00
|
|
|
s.version = "3.0.pre"
|
2009-09-25 01:24:34 -04:00
|
|
|
s.date = "2009-09-01"
|
|
|
|
s.summary = "Support and utility classes used by the Rails framework."
|
2009-08-31 20:20:44 -04:00
|
|
|
s.description = %q{Utility library which carries commonly used classes and goodies from the Rails framework}
|
|
|
|
|
2010-01-15 17:48:38 -05:00
|
|
|
s.add_dependency('i18n', '~> 0.3.0')
|
2009-12-27 18:59:20 -05:00
|
|
|
|
2009-09-25 01:24:34 -04:00
|
|
|
s.files = Dir['CHANGELOG', 'README', 'lib/**/*']
|
|
|
|
s.require_path = 'lib'
|
|
|
|
s.has_rdoc = true
|
2009-08-31 20:20:44 -04:00
|
|
|
|
2009-09-25 01:24:34 -04:00
|
|
|
s.author = "David Heinemeier Hansson"
|
|
|
|
s.email = "david@loudthinking.com"
|
|
|
|
s.homepage = "http://www.rubyonrails.org"
|
|
|
|
s.rubyforge_project = "activesupport"
|
2009-08-31 20:20:44 -04:00
|
|
|
end
|