aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activemodel/activemodel.gemspec1
-rw-r--r--activesupport/activesupport.gemspec2
2 files changed, 1 insertions, 2 deletions
diff --git a/activemodel/activemodel.gemspec b/activemodel/activemodel.gemspec
index 80b4461e60..9183558c7c 100644
--- a/activemodel/activemodel.gemspec
+++ b/activemodel/activemodel.gemspec
@@ -7,7 +7,6 @@ Gem::Specification.new do |s|
s.version = ActiveModel::VERSION::STRING
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.'
- to share between similar frameworks like ActiveResource.}
s.required_ruby_version = '>= 1.8.7'
s.author = "David Heinemeier Hansson"
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 3273d84b27..89e8dca278 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'activesupport'
s.version = ActiveSupport::VERSION::STRING
s.summary = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.'
- s.summary = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.'
+ s.description = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.'
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'