Wordsmith gem descriptions

This commit is contained in:
Jeremy Kemper 2010-03-02 10:32:09 -08:00
parent ea4fd64133
commit 56ea20605a
8 changed files with 15 additions and 14 deletions

View File

@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'actionmailer'
s.version = ActionMailer::VERSION::STRING
s.summary = 'Email composition, delivery, and recieval framework (part of Rails).'
s.description = 'Email composition, delivery, and recieval framework (part of Rails).'
s.summary = 'Email composition, delivery, and receiving framework (part of Rails).'
s.description = 'Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.'
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'

View File

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'actionpack'
s.version = ActionPack::VERSION::STRING
s.summary = 'Web-flow and rendering framework putting the VC in MVC (part of Rails).'
s.description = 'Web-flow and rendering framework putting the VC in MVC (part of Rails).'
s.description = 'Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.'
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'

View File

@ -5,8 +5,9 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'activemodel'
s.version = ActiveModel::VERSION::STRING
s.summary = "A toolkit for building other modeling frameworks like ActiveRecord"
s.description = %q{Extracts common modeling concerns from ActiveRecord to share between similar frameworks like ActiveResource.}
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"

View File

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'activerecord'
s.version = ActiveRecord::VERSION::STRING
s.summary = 'Object-relational mapper framework (part of Rails).'
s.description = 'Object-relational mapper framework (part of Rails).'
s.description = 'Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.'
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'

View File

@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'activeresource'
s.version = ActiveResource::VERSION::STRING
s.summary = 'REST-model framework (part of Rails).'
s.description = 'REST-model framework (part of Rails).'
s.summary = 'REST modeling framework (part of Rails).'
s.description = 'REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.'
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'

View File

@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'activesupport'
s.version = ActiveSupport::VERSION::STRING
s.summary = 'Support and utility classes used by the Rails framework.'
s.description = 'Support and utility classes used by the Rails framework.'
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.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'

View File

@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'rails'
s.version = Rails::VERSION::STRING
s.summary = 'Full-stack web-application framework.'
s.description = 'Full-stack web-application framework.'
s.summary = 'Full-stack web application framework.'
s.description = 'Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.'
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'

View File

@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'railties'
s.version = Rails::VERSION::STRING
s.summary = 'Controls boot-up, rake tasks and generators for the Rails framework.'
s.description = 'Controls boot-up, rake tasks and generators for the Rails framework.'
s.summary = 'Tools for creating, working with, and running Rails applications.'
s.description = 'Rails internals: application bootup, plugins, generators, and rake tasks.'
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'