git_scratch.gemspec in git_scratch-0.1.2 vs git_scratch.gemspec in git_scratch-0.1.3

- old
+ new

@@ -12,9 +12,10 @@ spec.summary = %q{A gem for clearing old commits and refresh git as new initial commit.} spec.homepage = "https://github.com/kshitij-hz/git_scratch" spec.add_dependency 'rails', '>= 3.0.0' spec.add_dependency 'thor', '>= 0.19.1' + spec.rubyforge_project = 'git_scratch' spec.files = `git ls-files`.split("\n") spec.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } spec.require_paths = %w(lib) end