pushdeploy 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ config_file.write %{#!/usr/bin/env ruby
17
17
  # The general purpose of this script is to run bundler, migration and
18
18
  # other commands that you want to launch after deployment.
19
19
  #
20
-
20
+ require 'rubygems'
21
21
  require 'pushdeploy'
22
22
 
23
23
  PushDeploy.new(ARGV) do
@@ -1,3 +1,3 @@
1
1
  module Pushdeploy
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
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.17
5
+ version: 0.0.18
6
6
  platform: ruby
7
7
  authors:
8
8
  - Artem Yankov