hanzo 1.0.1 → 1.0.2
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 +4 -4
- data/hanzo.gemspec +4 -4
- data/lib/hanzo/version.rb +1 -1
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0effa72e41e7564a3280cd270a5acab86051374
|
|
4
|
+
data.tar.gz: ebb90aef37d72e6dcb20cdc540275d73855224b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 283bbde270106fa3ce7c0e4c9e2243a0e42670810d8c3066c4760dd315607497334f55e7e81a85dae4b5b27c4693a6ef609f388cb8e773cb1f3fb9e4e04ac6ee
|
|
7
|
+
data.tar.gz: 01be1f751fe618b163980d75340829cd5e3913ad6fc896fb1a3e8270e9ec13ef5a8758d007eab5cad64975bdfae320aee2894ac956b0059cf86569a12357713c
|
data/hanzo.gemspec
CHANGED
|
@@ -7,10 +7,10 @@ require 'hanzo/version'
|
|
|
7
7
|
Gem::Specification.new do |spec|
|
|
8
8
|
spec.name = 'hanzo'
|
|
9
9
|
spec.version = Hanzo::VERSION
|
|
10
|
-
spec.authors = ['Samuel Garneau']
|
|
11
|
-
spec.email = ['sgarneau@mirego.com']
|
|
12
|
-
spec.description = 'Hanzo is a tool to handle
|
|
13
|
-
spec.summary = 'Hanzo is a tool to handle
|
|
10
|
+
spec.authors = ['Samuel Garneau', 'Rémi Prévost']
|
|
11
|
+
spec.email = ['sgarneau@mirego.com', 'rprevost@mirego.com']
|
|
12
|
+
spec.description = 'Hanzo is a sharp tool to handle deploying an application on Heroku on multiple environments.'
|
|
13
|
+
spec.summary = 'Hanzo is a sharp tool to handle deploying an application on Heroku on multiple environments.'
|
|
14
14
|
spec.homepage = 'https://github.com/mirego/hanzo'
|
|
15
15
|
spec.license = 'BSD 3-Clause'
|
|
16
16
|
|
data/lib/hanzo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hanzo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Garneau
|
|
8
|
+
- Rémi Prévost
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
@@ -94,9 +95,11 @@ dependencies:
|
|
|
94
95
|
- - ">="
|
|
95
96
|
- !ruby/object:Gem::Version
|
|
96
97
|
version: 1.6.19
|
|
97
|
-
description: Hanzo is a tool to handle
|
|
98
|
+
description: Hanzo is a sharp tool to handle deploying an application on Heroku on
|
|
99
|
+
multiple environments.
|
|
98
100
|
email:
|
|
99
101
|
- sgarneau@mirego.com
|
|
102
|
+
- rprevost@mirego.com
|
|
100
103
|
executables:
|
|
101
104
|
- hanzo
|
|
102
105
|
extensions: []
|
|
@@ -154,7 +157,8 @@ rubyforge_project:
|
|
|
154
157
|
rubygems_version: 2.6.8
|
|
155
158
|
signing_key:
|
|
156
159
|
specification_version: 4
|
|
157
|
-
summary: Hanzo is a tool to handle
|
|
160
|
+
summary: Hanzo is a sharp tool to handle deploying an application on Heroku on multiple
|
|
161
|
+
environments.
|
|
158
162
|
test_files:
|
|
159
163
|
- spec/cli/config_spec.rb
|
|
160
164
|
- spec/cli/deploy_spec.rb
|