Rakefile in gemsync-0.1.6 vs Rakefile in gemsync-0.1.7

- old
+ new

@@ -3,10 +3,10 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "gemsync" - gem.version = "0.1.6" + gem.version = "0.1.7" gem.summary = %Q{Small gem to sync multiple gem installations.} gem.description = %Q{Small gem to sync multiple gem installations. This can be done by pointing to a ruby installation or from a text file created by `gem list > file.txt`.} gem.email = "quest@mac.com" gem.homepage = "http://github.com/zquestz/gemsync" gem.authors = ["quest"]