From 05c0429de3bf679418bd21605e7a41732714636b Mon Sep 17 00:00:00 2001 From: grosser Date: Wed, 18 Nov 2009 10:19:01 +0100 Subject: [PATCH] move gem to gemcutter --- README.markdown | 5 ++++- Rakefile.rb | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 439cd9a..734a25f 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,10 @@ Solution 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 ===== diff --git a/Rakefile.rb b/Rakefile.rb index 4f9310e..e43e1a3 100644 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -13,6 +13,8 @@ gem.authors = ["Michael Grosser"] gem.add_dependency ['activerecord'] end + + Jeweler::GemcutterTasks.new 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" end \ No newline at end of file