Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Added gemcutter support
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz committed Oct 9, 2009
1 parent db0ed7f commit 17fe024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,5 @@
coverage
rdoc
pkg
previous_failures.txt
previous_failures.txt
*.gem
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -13,6 +13,7 @@ begin

# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
Expand All @@ -23,7 +24,7 @@ Spec::Rake::SpecTask.new(:spec) do |spec|
spec.spec_files = FileList['spec/**/*_spec.rb']
spec.spec_opts = %w("--color")
end

Spec::Rake::SpecTask.new(:rcov) do |spec|
spec.libs << 'lib' << 'spec'
spec.pattern = 'spec/**/*_spec.rb'
Expand Down Expand Up @@ -51,4 +52,3 @@ Rake::RDocTask.new do |rdoc|
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end

0 comments on commit 17fe024

Please sign in to comment.