aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/activeresource.gemspec
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-02 10:32:09 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-02 10:43:41 -0800
commit56ea20605a54386158e90e290caa6d15e7623ade (patch)
treea5a39c1af3516fe21d703882636225af047b6238 /activeresource/activeresource.gemspec
parentea4fd64133998ce5d6791e0cd98e42f1463ae301 (diff)
downloadrails-56ea20605a54386158e90e290caa6d15e7623ade.tar.gz
rails-56ea20605a54386158e90e290caa6d15e7623ade.tar.bz2
rails-56ea20605a54386158e90e290caa6d15e7623ade.zip
Wordsmith gem descriptions
Diffstat (limited to 'activeresource/activeresource.gemspec')
-rw-r--r--activeresource/activeresource.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/activeresource/activeresource.gemspec b/activeresource/activeresource.gemspec
index 4cee5dbddd..209364a5dc 100644
--- a/activeresource/activeresource.gemspec
+++ b/activeresource/activeresource.gemspec
@@ -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'