rakefile.rb in gem-patch-0.1.4 vs rakefile.rb in gem-patch-0.1.5

- old
+ new

@@ -2,10 +2,10 @@ require 'rake/testtask' require 'rdoc/task' gemspec = Gem::Specification.new do |s| s.name = "gem-patch" - s.version = "0.1.4" + s.version = "0.1.5" s.platform = Gem::Platform::RUBY s.summary = "RubyGems plugin for patching gems." s.description = <<-EOF `gem-patch` is a RubyGems plugin that helps to patch gems without manually opening and rebuilding them. It opens a given .gem file, extracts it, patches it with system `patch` command,