hanzo 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/hanzo.gemspec +4 -4
  3. data/lib/hanzo/version.rb +1 -1
  4. metadata +7 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06cc1fe7d71c8594d349eab399e17e9d60496fdb
4
- data.tar.gz: 771984e5aab716ad657b107181139b8aea3e539e
3
+ metadata.gz: b0effa72e41e7564a3280cd270a5acab86051374
4
+ data.tar.gz: ebb90aef37d72e6dcb20cdc540275d73855224b8
5
5
  SHA512:
6
- metadata.gz: acfc7c7c91cb1815a02149800921185be9ff92ea76c48e12afc8f758fb2a5bfa27c3a74335f45bc9577cf904bb9a6d71f6892702f08182215113ceeb70a1924a
7
- data.tar.gz: 8c45a59faf8c4894bdf802ba12f860b4122caada58f77a8bacecffcbf22b0997162d1dafe8317e72c3d9233f655a7693295873b57cf55c601ddd152c11c8852a
6
+ metadata.gz: 283bbde270106fa3ce7c0e4c9e2243a0e42670810d8c3066c4760dd315607497334f55e7e81a85dae4b5b27c4693a6ef609f388cb8e773cb1f3fb9e4e04ac6ee
7
+ data.tar.gz: 01be1f751fe618b163980d75340829cd5e3913ad6fc896fb1a3e8270e9ec13ef5a8758d007eab5cad64975bdfae320aee2894ac956b0059cf86569a12357713c
@@ -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 deployments in multiple environments on Heroku.'
13
- spec.summary = 'Hanzo is a tool to handle deployments in multiple environments on Heroku.'
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
 
@@ -1,3 +1,3 @@
1
1
  module Hanzo
2
- VERSION = '1.0.1'.freeze
2
+ VERSION = '1.0.2'.freeze
3
3
  end
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.1
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 deployments in multiple environments on Heroku.
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 deployments in multiple environments on Heroku.
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