Use bundle tasks to release

This commit is contained in:
Rafael Mendonça França 2015-04-08 19:12:47 -03:00
parent a40cb99d53
commit aca44d248c
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,5 @@ $ git pull
$ vim ./lib/execjs/version.rb
$ git add ./lib/execjs/version.rb
$ git ci -m "ExecJS 2.x.x"
$ git tag v2.x.x
$ git push
$ git push --tags
$ rake release
```

View File

@ -1,4 +1,5 @@
require "rake/testtask"
require "bundler/gem_tasks"
task :default => :test