From d956003fa499d22689db8a10712fc7bcb9dbc5c8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 1 Apr 2010 13:46:04 -0700 Subject: Neat and tidy, I say --- activemodel/activemodel.gemspec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'activemodel') diff --git a/activemodel/activemodel.gemspec b/activemodel/activemodel.gemspec index 8c3f2bfa7f..9695911398 100644 --- a/activemodel/activemodel.gemspec +++ b/activemodel/activemodel.gemspec @@ -1,4 +1,4 @@ -version = File.read(File.expand_path("../../RAILS_VERSION", __FILE__)).strip +version = File.read(File.expand_path('../../RAILS_VERSION', __FILE__)).strip Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY @@ -6,14 +6,15 @@ Gem::Specification.new do |s| s.version = version s.summary = 'A toolkit for building modeling frameworks (part of Rails).' s.description = 'A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.' + s.required_ruby_version = '>= 1.8.7' - s.author = "David Heinemeier Hansson" - s.email = "david@loudthinking.com" - s.homepage = "http://www.rubyonrails.org" - s.rubyforge_project = "activemodel" + s.author = 'David Heinemeier Hansson' + s.email = 'david@loudthinking.com' + s.homepage = 'http://www.rubyonrails.org' + s.rubyforge_project = 'activemodel' - s.files = Dir["CHANGELOG", "MIT-LICENSE", "README", "lib/**/*"] + s.files = Dir['CHANGELOG', 'MIT-LICENSE', 'README', 'lib/**/*'] s.require_path = 'lib' s.has_rdoc = true -- cgit v1.2.3