deis-rails 1.0.7 → 1.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 862517e44407d6c71a4cd90d9b529f831569b2d2
4
- data.tar.gz: 00558f9a92402d42fd9780aa13c37d65954b560d
3
+ metadata.gz: 79accd5614f3373c71a3001df8c36170e5cd310d
4
+ data.tar.gz: 09120a3ae6e0f420233529af191de4da3072e8dd
5
5
  SHA512:
6
- metadata.gz: 368079ba6ba4d0f4f8fa4a37f8a1e653897052d517319d23f18f5069c721c35bd6fdedc207ae59e897620cd12d029ac88cb70cc332c2647301aa7e4fe6d6f6d4
7
- data.tar.gz: cab8a5b0c93c67a65cdebae59db02e4aa912ccdf5a743c72ecf8355a9818f54e54feb4a7d37f9b592f2deabc2a680e5a999c2cbd887c918647853ea40559f6f2
6
+ metadata.gz: 2bb0dc6fbb0b0094d1656a45c2143c114e84f9eecd9b8b726f6663c431d3b70cf3728508441ae6c4c0aa517e7a13cd544fa564a15a4c950dd5981a2429ff0fbb
7
+ data.tar.gz: 016fd4e324d38ec6b27203da8e6a74a99cb9415152b2d91c6af1dd8d12ceb65c608f166d56bce9d3e50bd2bf82d16d07d6ef7f710fbe270dcadc3f3f0ba15736
data/lib/deis/helpers.rb CHANGED
@@ -79,7 +79,7 @@ module Deis
79
79
  shell './deis', *cmds
80
80
  rescue Errno::ENOENT
81
81
  shell 'curl -sSL http://deis.io/deis-cli/install.sh | sh -s 1.6.1'
82
- singleton_class.alias_method :deis_command, :deis_local_command
82
+ singleton_class.send :alias_method, :deis_command, :deis_local_command
83
83
  retry
84
84
  end
85
85
 
data/lib/deis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Deis
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deis-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Waldrip