Commit 8a8ad25305c8a546d5a816e06f51ef37fcfd9581

Authored by binarylogic
1 parent 38050dc7
Exists in master

version bump to release to gemcutter

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Rakefile
... ... @@ -9,8 +9,8 @@ begin
9 9 gem.email = "bjohnson@binarylogic.com"
10 10 gem.homepage = "http://github.com/binarylogic/settingslogic"
11 11 gem.authors = ["Ben Johnson of Binary Logic"]
12   - gem.rubyforge_project = "settingslogic"
13 12 end
  13 + Jeweler::GemcutterTasks.new
14 14 rescue LoadError
15 15 puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
16 16 end
... ...