geordi 0.16.3 → 0.17.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/geordi/cuc.rb +5 -3
- data/lib/geordi/version.rb +1 -1
- metadata +45 -27
- checksums.yaml +0 -15
data/lib/geordi/cuc.rb
CHANGED
@@ -61,11 +61,13 @@ module Geordi
|
|
61
61
|
end
|
62
62
|
|
63
63
|
def serial_execution_command
|
64
|
-
format_args =
|
64
|
+
format_args = []
|
65
|
+
unless argv.include?('--format') || argv.include?('-f')
|
66
|
+
format_args = spinner_available? ? ['--format', 'CucumberSpinner::CuriousProgressBarFormatter'] : ['--format', 'progress']
|
67
|
+
end
|
65
68
|
[use_firefox_for_selenium, "b", "cucumber", format_args, escape_shell_args(argv)].flatten.compact.join(" ")
|
66
69
|
end
|
67
70
|
|
68
|
-
|
69
71
|
def parallel_execution_command
|
70
72
|
puts "Using parallel_tests ...\n\n"
|
71
73
|
self.argv = argv - command_line_features
|
@@ -84,7 +86,7 @@ module Geordi
|
|
84
86
|
def use_firefox_for_selenium
|
85
87
|
path = Geordi::FirefoxForSelenium.path_from_config
|
86
88
|
if path
|
87
|
-
"PATH=#{
|
89
|
+
"PATH=#{path}:$PATH"
|
88
90
|
end
|
89
91
|
end
|
90
92
|
|
data/lib/geordi/version.rb
CHANGED
metadata
CHANGED
@@ -1,20 +1,27 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: geordi
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 93
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 17
|
9
|
+
- 3
|
10
|
+
version: 0.17.3
|
5
11
|
platform: ruby
|
6
|
-
authors:
|
12
|
+
authors:
|
7
13
|
- Henning Koch
|
8
14
|
autorequire:
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
|
-
|
17
|
+
|
18
|
+
date: 2013-11-21 00:00:00 Z
|
12
19
|
dependencies: []
|
13
|
-
|
14
|
-
|
15
|
-
email:
|
20
|
+
|
21
|
+
description: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
22
|
+
email:
|
16
23
|
- henning.koch@makandra.de
|
17
|
-
executables:
|
24
|
+
executables:
|
18
25
|
- apache-site
|
19
26
|
- b
|
20
27
|
- cap-all
|
@@ -42,8 +49,10 @@ executables:
|
|
42
49
|
- shell-for
|
43
50
|
- tests
|
44
51
|
extensions: []
|
52
|
+
|
45
53
|
extra_rdoc_files: []
|
46
|
-
|
54
|
+
|
55
|
+
files:
|
47
56
|
- .gitignore
|
48
57
|
- Gemfile
|
49
58
|
- LICENSE
|
@@ -83,28 +92,37 @@ files:
|
|
83
92
|
- lib/geordi/gitpt.rb
|
84
93
|
- lib/geordi/version.rb
|
85
94
|
homepage: http://makandra.com
|
86
|
-
licenses:
|
95
|
+
licenses:
|
87
96
|
- MIT
|
88
|
-
metadata: {}
|
89
97
|
post_install_message:
|
90
98
|
rdoc_options: []
|
91
|
-
|
99
|
+
|
100
|
+
require_paths:
|
92
101
|
- lib
|
93
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
102
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
103
|
+
none: false
|
104
|
+
requirements:
|
105
|
+
- - ">="
|
106
|
+
- !ruby/object:Gem::Version
|
107
|
+
hash: 3
|
108
|
+
segments:
|
109
|
+
- 0
|
110
|
+
version: "0"
|
111
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
|
+
none: false
|
113
|
+
requirements:
|
114
|
+
- - ">="
|
115
|
+
- !ruby/object:Gem::Version
|
116
|
+
hash: 3
|
117
|
+
segments:
|
118
|
+
- 0
|
119
|
+
version: "0"
|
103
120
|
requirements: []
|
121
|
+
|
104
122
|
rubyforge_project: geordi
|
105
|
-
rubygems_version:
|
123
|
+
rubygems_version: 1.8.28
|
106
124
|
signing_key:
|
107
|
-
specification_version:
|
108
|
-
summary: Collection of command line tools we use in our daily work with Ruby, Rails
|
109
|
-
and Linux at makandra.
|
125
|
+
specification_version: 3
|
126
|
+
summary: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
110
127
|
test_files: []
|
128
|
+
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
MzljZjY4Y2MxYjM3NmY0NTIyOWRkYjRjMjcwMmM4ZGJhZjNhYTQ0Yw==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
MmU3M2RhMTllYmU2YWRkMzYzODYzODE2MmY1YmZlMDczY2ZjNTIzZg==
|
7
|
-
SHA512:
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
YjBmNjgzN2E2MDhmMjMzOTA2MGU2MjU4OWE4ZThlZTRmMmRmY2I2MWVjNDcz
|
10
|
-
MmNlMjhlZjNhYTY5MGI2NDIxYmRmYjRjZTI3ZDNhNTk3MTczNmJkMzAwMTgy
|
11
|
-
OGFlNjBiNmQ4NGQ5ZjAwMWQ0NDUxNzdlNDBjYWVjZTM5NGMyNjY=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
NDU4ZmUyZmRhZGU3MGQzZDZiZTUwM2U5YjQ0M2I4NjEzMmQ2ZTZmODA4MTAy
|
14
|
-
ZmVmOGUzNmMzNjcxMzU2M2FmYjk0ZjI5ZmI5OGJiODg0OWU2NThjZWE5ZDk3
|
15
|
-
ZGZlNjc2NTA0NDFjZWU4MjI2Njk1OGUxMTFhODZiYzRhNzVkZWU=
|