aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
blob: cabda2b073c4e3bc99656a56d07853c7731da772 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Gem::Specification.new do |s|
  s.platform = Gem::Platform::RUBY
  s.name = "activesupport"
  s.version = "3.0.pre"
  s.date = "2009-09-01"
  s.summary = "Support and utility classes used by the Rails framework."
  s.description = %q{Utility library which carries commonly used classes and goodies from the Rails framework}

  s.files = Dir['CHANGELOG', 'README', 'lib/**/*']
  s.require_path = 'lib'
  s.has_rdoc = true

  s.author = "David Heinemeier Hansson"
  s.email = "david@loudthinking.com"
  s.homepage = "http://www.rubyonrails.org"
  s.rubyforge_project = "activesupport"
end