Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Bumping to 0.6.1 to include the test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jul 17, 2010
1 parent 2c9e556 commit 1da640c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gem/Rakefile
Expand Up @@ -13,15 +13,15 @@ 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"]
Expand Down

0 comments on commit 1da640c

Please sign in to comment.