heroku_rails_deploy 0.4.4 → 0.4.5.rc0
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 +5 -5
- data/Gemfile +1 -1
- data/lib/heroku_rails_deploy/deployer.rb +3 -1
- data/lib/heroku_rails_deploy/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 12d4f11d334fb501dee64025a2bbe52303bfefad
|
|
4
|
+
data.tar.gz: d4b84a78ed24aa066ffd34e2f60aa063846b6d26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35ccf848969063112616591b03b5de358350ca1efb7bf1c08639b4c3f882de526eae3ab3bbfa9653bfd9ed427e9cb4f205ee26bbd5389aa6ebd9a5e10b5b7ea9
|
|
7
|
+
data.tar.gz: a8a11740cd24094e351c0073a143bd122ced89210fb6e95093bced14631e1276c6e3a712ade67b0d90b9a8d1a6c21c4389c3e24c1a410ad47ce7736b121507fd
|
data/Gemfile
CHANGED
|
@@ -3,6 +3,8 @@ require 'shellwords'
|
|
|
3
3
|
require 'yaml'
|
|
4
4
|
require 'English'
|
|
5
5
|
require 'private_attr'
|
|
6
|
+
require 'active_support/core_ext/object/try'
|
|
7
|
+
require 'active_support/core_ext/object/blank'
|
|
6
8
|
|
|
7
9
|
module HerokuRailsDeploy
|
|
8
10
|
class Deployer
|
|
@@ -184,7 +186,7 @@ module HerokuRailsDeploy
|
|
|
184
186
|
end
|
|
185
187
|
|
|
186
188
|
def app_remote(app_name)
|
|
187
|
-
"git
|
|
189
|
+
"https://git.heroku.com/#{app_name}.git"
|
|
188
190
|
end
|
|
189
191
|
|
|
190
192
|
def run_command!(command, print_command: nil, quiet: false, display_output: false)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: heroku_rails_deploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5.rc0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Salsify, Inc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -165,12 +165,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
165
165
|
version: '0'
|
|
166
166
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
167
167
|
requirements:
|
|
168
|
-
- - "
|
|
168
|
+
- - ">"
|
|
169
169
|
- !ruby/object:Gem::Version
|
|
170
|
-
version:
|
|
170
|
+
version: 1.3.1
|
|
171
171
|
requirements: []
|
|
172
172
|
rubyforge_project:
|
|
173
|
-
rubygems_version: 2.
|
|
173
|
+
rubygems_version: 2.6.14
|
|
174
174
|
signing_key:
|
|
175
175
|
specification_version: 4
|
|
176
176
|
summary: Simple deployment of Rails app to Heroku
|