pushdeploy 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Pushdeploy
2
- VERSION = "0.0.21"
2
+ VERSION = "0.0.22"
3
3
  end
data/lib/pushdeploy.rb CHANGED
@@ -5,8 +5,6 @@ class PushDeploy
5
5
  def initialize(args, &block)
6
6
 
7
7
  puts 'Running after_deploy...'
8
- puts "!!!"
9
- puts args
10
8
 
11
9
  @deploy_to, @oldrev, @newrev = args.shift, args.shift, args.shift || 'HEAD'
12
10
  puts "deploy !! #{@deploy_to}"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pushdeploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.21
5
+ version: 0.0.22
6
6
  platform: ruby
7
7
  authors:
8
8
  - Artem Yankov