Skip to content

Commit

Permalink
updated gem description and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jejacks0n committed Sep 12, 2012
1 parent 8e93bd7 commit 45dbb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ might need it. The best part is that this is just the simplest example.

### Rails

gem 'resourcy'
gem 'resourcy-rails'

Then require resourcy (and jquery-ujs) in your application.js:

Expand Down
4 changes: 2 additions & 2 deletions resourcy-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |s|
s.authors = ['Jeremy Jackson']
s.email = ['jejacks0n@gmail.com']
s.homepage = 'http://github.com/jejacks0n/resourcy'
s.summary = %Q{Resourcy: an unobtrusive RESTful adapter}
s.description = %Q{Resourcy is an unobtrusive RESTful adapter for jquery-ujs and Rails that allows javascript route handling}
s.summary = %Q{Resourcy: Awesome RESTful javascript resource routing}
s.description = %Q{A RESTful javascript router that can be used with jquery-ujs and Rails for client route handling}
s.licenses = ['MIT']


Expand Down

0 comments on commit 45dbb1e

Please sign in to comment.