pushdeploy 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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