Skip to content

Commit

Permalink
Merge pull request #41 from jhart-r7/undo-40
Browse files Browse the repository at this point in the history
Revert Rakefile to e038f1e, undo work in #40 for #31
  • Loading branch information
HD Moore committed Mar 10, 2015
2 parents 8b8fd1e + 56b57a7 commit 7d11482
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
require "bundler/gem_tasks"

# append to the release task to tag this as 'release',
# meaning it is the most recent release
task :release do |t|
sh "git tag -a -f release -m \"Update release tag for #{Bundler::GemHelper.gemspec.version}\""
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
t.pattern = "spec/**/*_spec.rb"
Expand Down

0 comments on commit 7d11482

Please sign in to comment.