geordi 1.6.4 → 1.6.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e26ceeff6cda59134bc4de5c42ec1eda7429efd
4
- data.tar.gz: 373751d1fb7b6c03ba89198ab331b99d0640b03c
3
+ metadata.gz: f81dd14615cdcceff76890ca1242acbf059894c1
4
+ data.tar.gz: ad1ab2df56f6dd8b45ef26884ea0b96d62fe2550
5
5
  SHA512:
6
- metadata.gz: 4621eb4fe40f8602b96a5e7b3109eeb88bd115e3f671b612fca290553b096174ee0702c0d556ae62f6150d291a388eddaf2650a838dcb3ee8d4875cb3ed9a110
7
- data.tar.gz: 3f2be2f0c32692fa7abfeafb7d670358988ad76d16ca2a0ca4852983a28fe97c7be46493cf59fd376ccc0f4f86bad0b7b2ad8bf03e8cc7fe8ed028ff617babe1
6
+ metadata.gz: 8fe3cfbef7d0f7980440ae45ac9fa51edd711e1df06d1ea2b85bc74fc3bd4b296bc1077d9bd7a50b0be982baa5900d5e9bacd9deddc14ea25486e7a21aa1f485
7
+ data.tar.gz: 52e5128f8703745bc9d744b47dec195ebbe12fd21be3d03a1af7ffae241d5f79ef0a1194a7216252f2610ef6100ebd24f80d277bc29589210fba200c534749e5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- geordi (1.6.4)
4
+ geordi (1.6.5)
5
5
  thor (>= 0.18.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -70,8 +70,9 @@ with @solo are excluded and will be run sequentially, _after_ the parallel run.
70
70
  errors. In case a feature fails without a message, try running it with `--debug`
71
71
  or `-d`.
72
72
 
73
- - *Options:* Any unknown option will be passed through to Cucumber,
74
- e.g. `--format pretty`.
73
+ - *Options:* Any unknown option will be passed through to Cucumber, but you need
74
+ to use an `=` instead of a space to separate parameter name and value,
75
+ e.g. `--format=pretty`.
75
76
 
76
77
 
77
78
  ### `geordi deploy [STAGE]`
data/bin/dumple CHANGED
@@ -99,7 +99,7 @@ begin
99
99
  dump_size_kb = (File.size(dump_path) / 1024).round
100
100
 
101
101
  puts "> Dumped to #{dump_path} (#{dump_size_kb} KB)"
102
- rescue Exception => e
102
+ rescue StandardError => e
103
103
  $stderr.puts e.message
104
104
  exit 1
105
105
  end
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '1.6.4'
2
+ VERSION = '1.6.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.4
4
+ version: 1.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henning Koch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-13 00:00:00.000000000 Z
11
+ date: 2017-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -130,8 +130,7 @@ homepage: http://makandra.com
130
130
  licenses:
131
131
  - MIT
132
132
  metadata: {}
133
- post_install_message: |
134
- * Binary `geordi` installed
133
+ post_install_message: "* Binary `geordi` installed\n"
135
134
  rdoc_options: []
136
135
  require_paths:
137
136
  - lib
@@ -147,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
146
  version: '0'
148
147
  requirements: []
149
148
  rubyforge_project: geordi
150
- rubygems_version: 2.6.8
149
+ rubygems_version: 2.5.2
151
150
  signing_key:
152
151
  specification_version: 4
153
152
  summary: Collection of command line tools we use in our daily work with Ruby, Rails