geordi 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MTIzMWZlYWIwMDA0MTEzNWQzM2IzOGYyYWJlNDRiOTZlMjIyZjNjOQ==
5
+ data.tar.gz: !binary |-
6
+ YWE2ZjI5NGU0OTE4NWM1NjExMTc1MTg3ZWIyOWQ0MjFjNDE2YzVjMA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ Y2IxODEwNDBhM2UwN2E3ODFkYWQ0OTI0N2M5Mjk5MWNkYTAxNmFmMTNmMzY1
10
+ YzYyNzA4MTFhM2NjMzMzNzQzYTUzODNlMTkxMGU5MGJiMTYyYWVmNmQ3ODFi
11
+ Njg1MTY5NTFhYzEzZTViZjA0MGQ3YWFhYzI3MWNhYjIyNDg3YjQ=
12
+ data.tar.gz: !binary |-
13
+ MzczNDkzNjYyMGU5OGZkYjNjNWE2OGMzYjc0N2Q2ODNmMTM2ZmJmZTAzZDZj
14
+ NDRjZTRhYzk1ZDFhYWUzYzQ2Nzc0OGViNzRmNmNkODJmODVmMTdhOGJhNzY2
15
+ YTY3YTk2OWVlZGMxMjIyNGQxYTEyMDIxYzNiODIxMDcwNWIxNTA=
@@ -110,7 +110,7 @@ module Geordi
110
110
  note 'All features in features/'
111
111
  else
112
112
  notification = 'Only: ' + features_to_run.join(', ')
113
- notification << + ' (from rerun.txt)' if (features_to_run == rerun_txt_features) && (features_to_run != command_line_features)
113
+ notification << ' (from rerun.txt)' if (features_to_run == rerun_txt_features) && (features_to_run != command_line_features)
114
114
  note notification
115
115
  end
116
116
  end
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '1.1.2'
2
+ VERSION = '1.1.3'
3
3
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
5
- prerelease:
4
+ version: 1.1.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Henning Koch
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2015-02-17 00:00:00.000000000 Z
11
+ date: 2015-04-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: thor
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -137,6 +134,7 @@ files:
137
134
  homepage: http://makandra.com
138
135
  licenses:
139
136
  - MIT
137
+ metadata: {}
140
138
  post_install_message: ! "\n ********************************************\n\n geordi
141
139
  1.0 moves most of the scripts to\n the `geordi` binary. Run `geordi` and\n `geordi
142
140
  help <cmd>` for further information.\n\n Tip: Create an alias for geordi for
@@ -146,22 +144,20 @@ rdoc_options: []
146
144
  require_paths:
147
145
  - lib
148
146
  required_ruby_version: !ruby/object:Gem::Requirement
149
- none: false
150
147
  requirements:
151
148
  - - ! '>='
152
149
  - !ruby/object:Gem::Version
153
150
  version: '0'
154
151
  required_rubygems_version: !ruby/object:Gem::Requirement
155
- none: false
156
152
  requirements:
157
153
  - - ! '>='
158
154
  - !ruby/object:Gem::Version
159
155
  version: '0'
160
156
  requirements: []
161
157
  rubyforge_project: geordi
162
- rubygems_version: 1.8.25
158
+ rubygems_version: 2.2.2
163
159
  signing_key:
164
- specification_version: 3
160
+ specification_version: 4
165
161
  summary: Collection of command line tools we use in our daily work with Ruby, Rails
166
162
  and Linux at makandra.
167
163
  test_files: []