pushdeploy 0.0.9 → 0.0.10

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.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pushdeploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.9
5
+ version: 0.0.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Artem Yankov
@@ -24,8 +24,8 @@ extensions: []
24
24
  extra_rdoc_files: []
25
25
 
26
26
  files:
27
- - lib/pushdeploy/pushdeploy.rb
28
27
  - lib/pushdeploy/version.rb
28
+ - lib/pushdeploy.rb
29
29
  - bin/pushdeploy_create_config
30
30
  - bin/pushdeploy_install_hook
31
31
  homepage: ""
File without changes