pushdeploy 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/bin/pushdeploy ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ $:.push File.expand_path("../../lib", __FILE__)
3
+
4
+ require 'pushdeploy'
@@ -1,3 +1,3 @@
1
1
  module Pushdeploy
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
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.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Artem Yankov
@@ -17,6 +17,7 @@ description: Automatically deploys application after 'git push' and run specifie
17
17
  email:
18
18
  - artem.yankov@gmail.com
19
19
  executables:
20
+ - pushdeploy
20
21
  - pushdeploy_create_config
21
22
  - pushdeploy_install_hook
22
23
  extensions: []
@@ -29,6 +30,7 @@ files:
29
30
  - MIT-LICENSE
30
31
  - README.md
31
32
  - Rakefile
33
+ - bin/pushdeploy
32
34
  - bin/pushdeploy_create_config
33
35
  - bin/pushdeploy_install_hook
34
36
  - lib/pushdeploy.rb