Rakefile in gemcutter-0.6.0 vs Rakefile in gemcutter-0.6.1
- old
+ new
@@ -11,18 +11,18 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "gemcutter"
- gem.version = "0.6.0"
+ gem.version = "0.6.1"
gem.summary = "Commands to interact with RubyGems.org"
gem.description = "Adds several commands to RubyGems for managing gems and more on RubyGems.org."
gem.email = "nick@quaran.to"
gem.homepage = "http://rubygems.org"
gem.authors = ["Nick Quaranto"]
gem.files = FileList["lib/rubygems_plugin.rb",
"lib/rubygems/commands/*",
- "test/*_helper.rb",
+ "test/helper.rb",
"test/*_test.rb",
"MIT-LICENSE",
"Rakefile"]
gem.test_files = []
gem.executables = []