aruba 1.0.0.pre.alpha.5 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +153 -28
  3. data/CONTRIBUTING.md +0 -9
  4. data/LICENSE +1 -1
  5. data/README.md +37 -30
  6. data/lib/aruba/api.rb +0 -1
  7. data/lib/aruba/api/bundler.rb +17 -2
  8. data/lib/aruba/api/commands.rb +15 -16
  9. data/lib/aruba/api/core.rb +64 -50
  10. data/lib/aruba/api/environment.rb +12 -4
  11. data/lib/aruba/api/filesystem.rb +32 -46
  12. data/lib/aruba/api/text.rb +15 -3
  13. data/lib/aruba/aruba_path.rb +23 -95
  14. data/lib/aruba/basic_configuration.rb +46 -65
  15. data/lib/aruba/basic_configuration/option.rb +2 -2
  16. data/lib/aruba/cli.rb +4 -1
  17. data/lib/aruba/config/jruby.rb +1 -1
  18. data/lib/aruba/config_wrapper.rb +17 -4
  19. data/lib/aruba/configuration.rb +29 -22
  20. data/lib/aruba/console.rb +0 -2
  21. data/lib/aruba/console/help.rb +8 -5
  22. data/lib/aruba/contracts/absolute_path.rb +3 -3
  23. data/lib/aruba/contracts/is_power_of_two.rb +2 -2
  24. data/lib/aruba/contracts/relative_path.rb +3 -3
  25. data/lib/aruba/cucumber/command.rb +93 -82
  26. data/lib/aruba/cucumber/file.rb +43 -23
  27. data/lib/aruba/cucumber/hooks.rb +4 -1
  28. data/lib/aruba/cucumber/testing_frameworks.rb +14 -12
  29. data/lib/aruba/event_bus.rb +4 -2
  30. data/lib/aruba/event_bus/name_resolver.rb +9 -8
  31. data/lib/aruba/events.rb +2 -1
  32. data/lib/aruba/hooks.rb +2 -4
  33. data/lib/aruba/in_config_wrapper.rb +8 -5
  34. data/lib/aruba/initializer.rb +9 -3
  35. data/lib/aruba/matchers/base/base_matcher.rb +2 -11
  36. data/lib/aruba/matchers/base/message_indenter.rb +1 -1
  37. data/lib/aruba/matchers/base/object_formatter.rb +0 -5
  38. data/lib/aruba/matchers/collection/include_an_object.rb +4 -4
  39. data/lib/aruba/matchers/command/be_successfully_executed.rb +3 -1
  40. data/lib/aruba/matchers/command/have_exit_status.rb +3 -1
  41. data/lib/aruba/matchers/command/have_finished_in_time.rb +3 -1
  42. data/lib/aruba/matchers/command/have_output.rb +3 -1
  43. data/lib/aruba/matchers/command/have_output_on_stderr.rb +3 -1
  44. data/lib/aruba/matchers/command/have_output_on_stdout.rb +3 -1
  45. data/lib/aruba/matchers/directory/have_sub_directory.rb +8 -3
  46. data/lib/aruba/matchers/file/have_file_size.rb +4 -2
  47. data/lib/aruba/matchers/path/have_permissions.rb +7 -4
  48. data/lib/aruba/platforms/announcer.rb +25 -11
  49. data/lib/aruba/platforms/aruba_file_creator.rb +3 -1
  50. data/lib/aruba/platforms/aruba_fixed_size_file_creator.rb +7 -2
  51. data/lib/aruba/platforms/aruba_logger.rb +10 -9
  52. data/lib/aruba/platforms/command_monitor.rb +4 -6
  53. data/lib/aruba/platforms/determine_disk_usage.rb +55 -20
  54. data/lib/aruba/platforms/filesystem_status.rb +19 -13
  55. data/lib/aruba/platforms/simple_table.rb +2 -2
  56. data/lib/aruba/platforms/unix_environment_variables.rb +9 -4
  57. data/lib/aruba/platforms/unix_platform.rb +10 -10
  58. data/lib/aruba/platforms/unix_which.rb +1 -1
  59. data/lib/aruba/platforms/windows_command_string.rb +1 -1
  60. data/lib/aruba/platforms/windows_environment_variables.rb +2 -1
  61. data/lib/aruba/platforms/windows_platform.rb +3 -3
  62. data/lib/aruba/platforms/windows_which.rb +6 -2
  63. data/lib/aruba/processes/basic_process.rb +4 -6
  64. data/lib/aruba/processes/debug_process.rb +4 -2
  65. data/lib/aruba/processes/in_process.rb +5 -3
  66. data/lib/aruba/processes/spawn_process.rb +27 -16
  67. data/lib/aruba/rspec.rb +25 -15
  68. data/lib/aruba/runtime.rb +11 -4
  69. data/lib/aruba/setup.rb +23 -10
  70. data/lib/aruba/tasks/docker_helpers.rb +3 -1
  71. data/lib/aruba/version.rb +1 -1
  72. metadata +96 -109
  73. data/.cucumberproignore +0 -3
  74. data/.document +0 -5
  75. data/.github/ISSUE_TEMPLATE.md +0 -48
  76. data/.github/PULL_REQUEST_TEMPLATE.md +0 -41
  77. data/.gitignore +0 -38
  78. data/.rspec +0 -3
  79. data/.rubocop.yml +0 -31
  80. data/.rubocop_todo.yml +0 -258
  81. data/.simplecov +0 -34
  82. data/.travis.yml +0 -73
  83. data/.yardopts +0 -11
  84. data/Dockerfile +0 -67
  85. data/Gemfile +0 -15
  86. data/Rakefile +0 -92
  87. data/TODO.md +0 -13
  88. data/appveyor.yml +0 -30
  89. data/aruba.gemspec +0 -46
  90. data/bin/console +0 -7
  91. data/bin/test +0 -9
  92. data/config/.gitignore +0 -1
  93. data/cucumber.yml +0 -6
  94. data/docker-compose.yml +0 -26
  95. data/fixtures/cli-app/.gitignore +0 -9
  96. data/fixtures/cli-app/.rspec +0 -2
  97. data/fixtures/cli-app/README.md +0 -39
  98. data/fixtures/cli-app/Rakefile +0 -1
  99. data/fixtures/cli-app/bin/aruba-test-cli +0 -6
  100. data/fixtures/cli-app/cli-app.gemspec +0 -25
  101. data/fixtures/cli-app/features/support/aruba.rb +0 -1
  102. data/fixtures/cli-app/features/support/env.rb +0 -1
  103. data/fixtures/cli-app/lib/cli/app.rb +0 -9
  104. data/fixtures/cli-app/lib/cli/app/suppress_simple_cov_output.rb +0 -15
  105. data/fixtures/cli-app/lib/cli/app/version.rb +0 -5
  106. data/fixtures/cli-app/script/console +0 -14
  107. data/fixtures/cli-app/spec/spec_helper.rb +0 -7
  108. data/fixtures/cli-app/spec/support/aruba.rb +0 -1
  109. data/fixtures/copy/file.txt +0 -1
  110. data/fixtures/empty-app/.gitignore +0 -9
  111. data/fixtures/empty-app/.rspec +0 -2
  112. data/fixtures/empty-app/README.md +0 -24
  113. data/fixtures/empty-app/Rakefile +0 -1
  114. data/fixtures/empty-app/cli-app.gemspec +0 -25
  115. data/fixtures/empty-app/lib/cli/app.rb +0 -7
  116. data/fixtures/empty-app/lib/cli/app/version.rb +0 -5
  117. data/fixtures/getting-started-app/.gitignore +0 -4
  118. data/fixtures/getting-started-app/Gemfile +0 -4
  119. data/fixtures/getting-started-app/README.md +0 -3
  120. data/fixtures/getting-started-app/features/support/env.rb +0 -1
  121. data/lib/aruba/extensions/string/strip.rb +0 -25
  122. data/lib/aruba/platforms/disk_usage_calculator.rb +0 -20
@@ -25,13 +25,15 @@ module Aruba
25
25
 
26
26
  def working_directory(clobber = true)
27
27
  if clobber
28
- Aruba.platform.rm File.join(runtime.config.root_directory, runtime.config.working_directory), force: true
28
+ Aruba.platform.rm File.join(runtime.config.root_directory,
29
+ runtime.config.working_directory),
30
+ force: true
29
31
  end
30
- Aruba.platform.mkdir File.join(runtime.config.root_directory, runtime.config.working_directory)
32
+ Aruba.platform.mkdir File.join(runtime.config.root_directory,
33
+ runtime.config.working_directory)
31
34
  Aruba.platform.chdir runtime.config.root_directory
32
35
  end
33
36
 
34
- # rubocop:disable Metrics/MethodLength
35
37
  def events
36
38
  runtime.event_bus.register(
37
39
  :command_started,
@@ -39,7 +41,8 @@ module Aruba
39
41
  runtime.announcer.announce(:command) { event.entity.commandline }
40
42
  runtime.announcer.announce(:timeout, 'exit') { event.entity.exit_timeout }
41
43
  runtime.announcer.announce(:timeout, 'io wait') { event.entity.io_wait_timeout }
42
- runtime.announcer.announce(:wait_time, 'startup wait time') { event.entity.startup_wait_time }
44
+ runtime.announcer
45
+ .announce(:wait_time, 'startup wait time') { event.entity.startup_wait_time }
43
46
  runtime.announcer.announce(:full_environment) { event.entity.environment }
44
47
  end
45
48
  )
@@ -58,7 +61,8 @@ module Aruba
58
61
  runtime.announcer.announce(:stdout) { event.entity.stdout }
59
62
  runtime.announcer.announce(:stderr) { event.entity.stderr }
60
63
  runtime.announcer.announce(:command_content) { event.entity.content }
61
- runtime.announcer.announce(:command_filesystem_status) { event.entity.filesystem_status }
64
+ runtime.announcer
65
+ .announce(:command_filesystem_status) { event.entity.filesystem_status }
62
66
  end
63
67
  )
64
68
 
@@ -70,10 +74,16 @@ module Aruba
70
74
  )
71
75
 
72
76
  runtime.event_bus.register(
73
- [:changed_environment_variable, :added_environment_variable, :deleted_environment_variable],
77
+ [:changed_environment_variable,
78
+ :added_environment_variable,
79
+ :deleted_environment_variable],
74
80
  proc do |event|
75
- runtime.announcer.announce :changed_environment, event.entity[:changed][:name], event.entity[:changed][:value]
76
- runtime.announcer.announce :environment, event.entity[:changed][:name], event.entity[:changed][:value]
81
+ runtime.announcer.announce :changed_environment,
82
+ event.entity[:changed][:name],
83
+ event.entity[:changed][:value]
84
+ runtime.announcer.announce :environment,
85
+ event.entity[:changed][:name],
86
+ event.entity[:changed][:value]
77
87
  end
78
88
  )
79
89
 
@@ -84,9 +94,12 @@ module Aruba
84
94
 
85
95
  runtime.event_bus.register(
86
96
  :changed_configuration,
87
- proc { |event| runtime.announcer.announce :configuration, event.entity[:changed][:name], event.entity[:changed][:value] }
97
+ proc { |event|
98
+ runtime.announcer.announce :configuration,
99
+ event.entity[:changed][:name],
100
+ event.entity[:changed][:value]
101
+ }
88
102
  )
89
103
  end
90
- # rubocop:enable Metrics/MethodLength
91
104
  end
92
105
  end
@@ -14,7 +14,9 @@ module Aruba
14
14
  end
15
15
 
16
16
  def method_missing(m, *_args)
17
- @file.public_send m, instance
17
+ return @file.public_send m, instance if @file.respond_to?(m)
18
+
19
+ super
18
20
  end
19
21
 
20
22
  def respond_to_missing?(m)
@@ -1,3 +1,3 @@
1
1
  module Aruba
2
- VERSION = '1.0.0.pre.alpha.5'.freeze
2
+ VERSION = '1.0.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aruba
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.alpha.5
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aslak Hellesøy, Matt Wynne and other Aruba Contributors
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-21 00:00:00.000000000 Z
11
+ date: 2021-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: childprocess
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '3.0'
22
+ version: '5.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '2.0'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '3.0'
32
+ version: '5.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: contracts
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '0.13'
39
+ version: 0.16.0
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '0.13'
46
+ version: 0.16.0
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: cucumber
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -47,7 +53,7 @@ dependencies:
47
53
  version: '2.4'
48
54
  - - "<"
49
55
  - !ruby/object:Gem::Version
50
- version: '4.0'
56
+ version: '6.0'
51
57
  type: :runtime
52
58
  prerelease: false
53
59
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,21 +63,7 @@ dependencies:
57
63
  version: '2.4'
58
64
  - - "<"
59
65
  - !ruby/object:Gem::Version
60
- version: '4.0'
61
- - !ruby/object:Gem::Dependency
62
- name: ffi
63
- requirement: !ruby/object:Gem::Requirement
64
- requirements:
65
- - - "~>"
66
- - !ruby/object:Gem::Version
67
- version: '1.9'
68
- type: :runtime
69
- prerelease: false
70
- version_requirements: !ruby/object:Gem::Requirement
71
- requirements:
72
- - - "~>"
73
- - !ruby/object:Gem::Version
74
- version: '1.9'
66
+ version: '6.0'
75
67
  - !ruby/object:Gem::Dependency
76
68
  name: rspec-expectations
77
69
  requirement: !ruby/object:Gem::Requirement
@@ -92,14 +84,14 @@ dependencies:
92
84
  requirements:
93
85
  - - "~>"
94
86
  - !ruby/object:Gem::Version
95
- version: '0.19'
87
+ version: '1.0'
96
88
  type: :runtime
97
89
  prerelease: false
98
90
  version_requirements: !ruby/object:Gem::Requirement
99
91
  requirements:
100
92
  - - "~>"
101
93
  - !ruby/object:Gem::Version
102
- version: '0.19'
94
+ version: '1.0'
103
95
  - !ruby/object:Gem::Dependency
104
96
  name: json
105
97
  requirement: !ruby/object:Gem::Requirement
@@ -120,14 +112,14 @@ dependencies:
120
112
  requirements:
121
113
  - - "~>"
122
114
  - !ruby/object:Gem::Version
123
- version: '5.3'
115
+ version: '6.0'
124
116
  type: :development
125
117
  prerelease: false
126
118
  version_requirements: !ruby/object:Gem::Requirement
127
119
  requirements:
128
120
  - - "~>"
129
121
  - !ruby/object:Gem::Version
130
- version: '5.3'
122
+ version: '6.0'
131
123
  - !ruby/object:Gem::Dependency
132
124
  name: minitest
133
125
  requirement: !ruby/object:Gem::Requirement
@@ -148,98 +140,132 @@ dependencies:
148
140
  requirements:
149
141
  - - "~>"
150
142
  - !ruby/object:Gem::Version
151
- version: 1.0.0
143
+ version: '1.0'
152
144
  type: :development
153
145
  prerelease: false
154
146
  version_requirements: !ruby/object:Gem::Requirement
155
147
  requirements:
156
148
  - - "~>"
157
149
  - !ruby/object:Gem::Version
158
- version: 1.0.0
150
+ version: '1.0'
159
151
  - !ruby/object:Gem::Dependency
160
152
  name: rake
161
153
  requirement: !ruby/object:Gem::Requirement
162
154
  requirements:
163
155
  - - "~>"
164
156
  - !ruby/object:Gem::Version
165
- version: '12.3'
157
+ version: '13.0'
166
158
  type: :development
167
159
  prerelease: false
168
160
  version_requirements: !ruby/object:Gem::Requirement
169
161
  requirements:
170
162
  - - "~>"
171
163
  - !ruby/object:Gem::Version
172
- version: '12.3'
164
+ version: '13.0'
165
+ - !ruby/object:Gem::Dependency
166
+ name: rake-manifest
167
+ requirement: !ruby/object:Gem::Requirement
168
+ requirements:
169
+ - - "~>"
170
+ - !ruby/object:Gem::Version
171
+ version: 0.1.0
172
+ type: :development
173
+ prerelease: false
174
+ version_requirements: !ruby/object:Gem::Requirement
175
+ requirements:
176
+ - - "~>"
177
+ - !ruby/object:Gem::Version
178
+ version: 0.1.0
173
179
  - !ruby/object:Gem::Dependency
174
180
  name: rspec
175
181
  requirement: !ruby/object:Gem::Requirement
176
182
  requirements:
177
183
  - - "~>"
178
184
  - !ruby/object:Gem::Version
179
- version: '3.6'
185
+ version: 3.10.0
180
186
  type: :development
181
187
  prerelease: false
182
188
  version_requirements: !ruby/object:Gem::Requirement
183
189
  requirements:
184
190
  - - "~>"
185
191
  - !ruby/object:Gem::Version
186
- version: '3.6'
192
+ version: 3.10.0
187
193
  - !ruby/object:Gem::Dependency
188
194
  name: rubocop
189
195
  requirement: !ruby/object:Gem::Requirement
190
196
  requirements:
191
197
  - - "~>"
192
198
  - !ruby/object:Gem::Version
193
- version: 0.69.0
199
+ version: 1.6.0
194
200
  type: :development
195
201
  prerelease: false
196
202
  version_requirements: !ruby/object:Gem::Requirement
197
203
  requirements:
198
204
  - - "~>"
199
205
  - !ruby/object:Gem::Version
200
- version: 0.69.0
206
+ version: 1.6.0
201
207
  - !ruby/object:Gem::Dependency
202
- name: rubocop-performance
208
+ name: rubocop-packaging
203
209
  requirement: !ruby/object:Gem::Requirement
204
210
  requirements:
205
211
  - - "~>"
206
212
  - !ruby/object:Gem::Version
207
- version: '1.1'
213
+ version: 0.5.0
208
214
  type: :development
209
215
  prerelease: false
210
216
  version_requirements: !ruby/object:Gem::Requirement
211
217
  requirements:
212
218
  - - "~>"
213
219
  - !ruby/object:Gem::Version
214
- version: '1.1'
220
+ version: 0.5.0
215
221
  - !ruby/object:Gem::Dependency
216
- name: simplecov
222
+ name: rubocop-performance
217
223
  requirement: !ruby/object:Gem::Requirement
218
224
  requirements:
219
225
  - - "~>"
220
226
  - !ruby/object:Gem::Version
221
- version: '0.15'
227
+ version: 1.9.0
222
228
  type: :development
223
229
  prerelease: false
224
230
  version_requirements: !ruby/object:Gem::Requirement
225
231
  requirements:
226
232
  - - "~>"
227
233
  - !ruby/object:Gem::Version
228
- version: '0.15'
234
+ version: 1.9.0
229
235
  - !ruby/object:Gem::Dependency
230
- name: travis-yaml
236
+ name: rubocop-rspec
231
237
  requirement: !ruby/object:Gem::Requirement
232
238
  requirements:
233
239
  - - "~>"
234
240
  - !ruby/object:Gem::Version
235
- version: '0.2'
241
+ version: 2.1.0
236
242
  type: :development
237
243
  prerelease: false
238
244
  version_requirements: !ruby/object:Gem::Requirement
239
245
  requirements:
240
246
  - - "~>"
241
247
  - !ruby/object:Gem::Version
242
- version: '0.2'
248
+ version: 2.1.0
249
+ - !ruby/object:Gem::Dependency
250
+ name: simplecov
251
+ requirement: !ruby/object:Gem::Requirement
252
+ requirements:
253
+ - - ">="
254
+ - !ruby/object:Gem::Version
255
+ version: 0.18.0
256
+ - - "<"
257
+ - !ruby/object:Gem::Version
258
+ version: 0.21.0
259
+ type: :development
260
+ prerelease: false
261
+ version_requirements: !ruby/object:Gem::Requirement
262
+ requirements:
263
+ - - ">="
264
+ - !ruby/object:Gem::Version
265
+ version: 0.18.0
266
+ - - "<"
267
+ - !ruby/object:Gem::Version
268
+ version: 0.21.0
243
269
  - !ruby/object:Gem::Dependency
244
270
  name: yard-junk
245
271
  requirement: !ruby/object:Gem::Requirement
@@ -254,69 +280,24 @@ dependencies:
254
280
  - - "~>"
255
281
  - !ruby/object:Gem::Version
256
282
  version: 0.0.7
257
- description: |-
283
+ description: |
258
284
  Extension for popular TDD and BDD frameworks like "Cucumber", "RSpec" and "Minitest",
259
- to make testing commandline applications meaningful, easy and fun.
285
+ to make testing command line applications meaningful, easy and fun.
260
286
  email: cukes@googlegroups.com
261
287
  executables:
262
288
  - aruba
263
289
  extensions: []
264
- extra_rdoc_files: []
290
+ extra_rdoc_files:
291
+ - CHANGELOG.md
292
+ - CONTRIBUTING.md
293
+ - README.md
294
+ - LICENSE
265
295
  files:
266
- - ".cucumberproignore"
267
- - ".document"
268
- - ".github/ISSUE_TEMPLATE.md"
269
- - ".github/PULL_REQUEST_TEMPLATE.md"
270
- - ".gitignore"
271
- - ".rspec"
272
- - ".rubocop.yml"
273
- - ".rubocop_todo.yml"
274
- - ".simplecov"
275
- - ".travis.yml"
276
- - ".yardopts"
277
296
  - CHANGELOG.md
278
297
  - CONTRIBUTING.md
279
- - Dockerfile
280
- - Gemfile
281
298
  - LICENSE
282
299
  - README.md
283
- - Rakefile
284
- - TODO.md
285
- - appveyor.yml
286
- - aruba.gemspec
287
- - bin/console
288
- - bin/test
289
- - config/.gitignore
290
- - cucumber.yml
291
- - doc/dependency_decisions.yml
292
- - docker-compose.yml
293
300
  - exe/aruba
294
- - fixtures/cli-app/.gitignore
295
- - fixtures/cli-app/.rspec
296
- - fixtures/cli-app/README.md
297
- - fixtures/cli-app/Rakefile
298
- - fixtures/cli-app/bin/aruba-test-cli
299
- - fixtures/cli-app/cli-app.gemspec
300
- - fixtures/cli-app/features/support/aruba.rb
301
- - fixtures/cli-app/features/support/env.rb
302
- - fixtures/cli-app/lib/cli/app.rb
303
- - fixtures/cli-app/lib/cli/app/suppress_simple_cov_output.rb
304
- - fixtures/cli-app/lib/cli/app/version.rb
305
- - fixtures/cli-app/script/console
306
- - fixtures/cli-app/spec/spec_helper.rb
307
- - fixtures/cli-app/spec/support/aruba.rb
308
- - fixtures/copy/file.txt
309
- - fixtures/empty-app/.gitignore
310
- - fixtures/empty-app/.rspec
311
- - fixtures/empty-app/README.md
312
- - fixtures/empty-app/Rakefile
313
- - fixtures/empty-app/cli-app.gemspec
314
- - fixtures/empty-app/lib/cli/app.rb
315
- - fixtures/empty-app/lib/cli/app/version.rb
316
- - fixtures/getting-started-app/.gitignore
317
- - fixtures/getting-started-app/Gemfile
318
- - fixtures/getting-started-app/README.md
319
- - fixtures/getting-started-app/features/support/env.rb
320
301
  - lib/aruba.rb
321
302
  - lib/aruba/api.rb
322
303
  - lib/aruba/api/bundler.rb
@@ -350,7 +331,6 @@ files:
350
331
  - lib/aruba/event_bus.rb
351
332
  - lib/aruba/event_bus/name_resolver.rb
352
333
  - lib/aruba/events.rb
353
- - lib/aruba/extensions/string/strip.rb
354
334
  - lib/aruba/file_size.rb
355
335
  - lib/aruba/generators/script_file.rb
356
336
  - lib/aruba/hooks.rb
@@ -398,7 +378,6 @@ files:
398
378
  - lib/aruba/platforms/command_monitor.rb
399
379
  - lib/aruba/platforms/determine_disk_usage.rb
400
380
  - lib/aruba/platforms/determine_file_size.rb
401
- - lib/aruba/platforms/disk_usage_calculator.rb
402
381
  - lib/aruba/platforms/filesystem_status.rb
403
382
  - lib/aruba/platforms/local_environment.rb
404
383
  - lib/aruba/platforms/simple_table.rb
@@ -422,25 +401,33 @@ files:
422
401
  homepage: https://github.com/cucumber/aruba
423
402
  licenses:
424
403
  - MIT
425
- metadata: {}
426
- post_install_message:
404
+ metadata:
405
+ bug_tracker_uri: https://github.com/cucumber/aruba/issues
406
+ changelog_uri: https://www.rubydoc.info/gems/aruba/file/CHANGELOG.md
407
+ documentation_uri: https://www.rubydoc.info/gems/aruba
408
+ homepage_uri: https://github.com/cucumber/aruba
409
+ source_code_uri: https://github.com/cucumber/aruba
410
+ post_install_message:
427
411
  rdoc_options:
428
- - "--charset=UTF-8"
412
+ - "--charset"
413
+ - UTF-8
414
+ - "--main"
415
+ - README.md
429
416
  require_paths:
430
417
  - lib
431
418
  required_ruby_version: !ruby/object:Gem::Requirement
432
419
  requirements:
433
420
  - - ">="
434
421
  - !ruby/object:Gem::Version
435
- version: '2.3'
422
+ version: '2.4'
436
423
  required_rubygems_version: !ruby/object:Gem::Requirement
437
424
  requirements:
438
- - - ">"
425
+ - - ">="
439
426
  - !ruby/object:Gem::Version
440
- version: 1.3.1
427
+ version: '0'
441
428
  requirements: []
442
- rubygems_version: 3.0.6
443
- signing_key:
429
+ rubygems_version: 3.2.3
430
+ signing_key:
444
431
  specification_version: 4
445
- summary: aruba-1.0.0.pre.alpha.5
432
+ summary: aruba-1.0.4
446
433
  test_files: []