Skip to content

Commit

Permalink
Some misc cleanup for gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Feb 8, 2011
1 parent f1e4bff commit 7bcb6a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
ranked-model (0.0.1)
activemodel (>= 3.0.3)
activerecord (>= 3.0.3)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -73,8 +73,6 @@ PLATFORMS
ruby

DEPENDENCIES
activemodel (>= 3.0.3)
activerecord (>= 3.0.3)
genspec
mocha
ranked-model!
Expand Down
4 changes: 2 additions & 2 deletions Readme.mkd
@@ -1,4 +1,4 @@
**ranked-model** is modern row sorting library built for Rails 3. It uses ARel aggressivly and is better optimized than most other libraries.
**ranked-model** is a modern row sorting library built for Rails 3. It uses ARel aggressivly and is better optimized than most other libraries.

Installation
------------
Expand Down Expand Up @@ -95,4 +95,4 @@ Contributing

Fork, clone, write a test, write some code, commit, push, send a pull request. Github FTW!

This project was open-sourced by [Harvest](http://getharvest.com/). [We're hiring!](http://www.getharvest.com/careers)
This project was open-sourced by [Harvest](http://getharvest.com/). [We're hiring!](http://www.getharvest.com/careers)
7 changes: 3 additions & 4 deletions ranked-model.gemspec
Expand Up @@ -8,14 +8,13 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Matthew Beale"]
s.email = ["matt.beale@madhatted.com"]
s.homepage = ""
s.homepage = "https://github.com/harvesthq/ranked-model"
s.summary = %q{An acts_as_sortable replacement built for Rails 3}
s.description = %q{}
s.description = %q{ranked-model is a modern row sorting library built for Rails 3. It uses ARel aggressivly and is better optimized than most other libraries.}

s.add_dependency "activemodel", ">= 3.0.3"
s.add_dependency "activerecord", ">= 3.0.3"
s.add_development_dependency "rspec"
s.add_development_dependency "rspec-rails"
s.add_development_dependency "activerecord", ">= 3.0.3"
s.add_development_dependency "sqlite3"
s.add_development_dependency "genspec"
s.add_development_dependency "mocha"
Expand Down

0 comments on commit 7bcb6a9

Please sign in to comment.