Skip to content

Commit

Permalink
Outsource releasing to bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Dec 1, 2014
1 parent 6ef0fae commit acb4f22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -7,6 +7,7 @@ rescue Bundler::BundlerError => e
$stderr.puts "Run `bundle install` to install missing gems"
exit e.status_code
end
require 'bundler/gem_tasks'
require 'rake'
require 'rake/testtask'

Expand Down
42 changes: 0 additions & 42 deletions script/release

This file was deleted.

0 comments on commit acb4f22

Please sign in to comment.