mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Stray line. Typo.
This commit is contained in:
parent
56ea20605a
commit
5c40c2691d
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue