Skip to content

Commit

Permalink
move gem to gemcutter
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Nov 18, 2009
1 parent fae6694 commit 05c0429
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.markdown
Expand Up @@ -11,7 +11,10 @@ Solution


INSTALL INSTALL
======= =======
`script/plugin install git://github.com/grosser/random_records.git` - As Rails plugin: ` script/plugin install git://github.com/grosser/random_records.git `
- As gem: ` sudo gem install random_records -s http://gemcutter.org `




USAGE USAGE
===== =====
Expand Down
2 changes: 2 additions & 0 deletions Rakefile.rb
Expand Up @@ -13,6 +13,8 @@
gem.authors = ["Michael Grosser"] gem.authors = ["Michael Grosser"]
gem.add_dependency ['activerecord'] gem.add_dependency ['activerecord']
end end

Jeweler::GemcutterTasks.new
rescue LoadError rescue LoadError
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end end

0 comments on commit 05c0429

Please sign in to comment.