geordi 0.9.10 → 0.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/geordi/cuc.rb +3 -3
- data/lib/geordi/version.rb +1 -1
- metadata +7 -6
data/lib/geordi/cuc.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
require
|
|
1
|
+
require "rubygems"
|
|
2
2
|
require 'geordi/setup_firefox_for_selenium'
|
|
3
|
-
require
|
|
3
|
+
require "bundler/setup"
|
|
4
4
|
|
|
5
5
|
module Geordi
|
|
6
6
|
class Cucumber
|
|
@@ -60,7 +60,7 @@ module Geordi
|
|
|
60
60
|
|
|
61
61
|
def show_features_to_run
|
|
62
62
|
unless features_to_run.empty?
|
|
63
|
-
passed_by = (features_to_run == command_line_features) ? '
|
|
63
|
+
passed_by = (features_to_run == rerun_txt_features && features_to_run != command_line_features) ? 'rerun.txt' : 'command line'
|
|
64
64
|
2.times { puts }
|
|
65
65
|
puts "features to run (passed by #{passed_by}):"
|
|
66
66
|
puts "-----------------------------------------"
|
data/lib/geordi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geordi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 45
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 11
|
|
10
|
+
version: 0.9.11
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Henning Koch
|
|
@@ -15,7 +15,8 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-04-10 00:00:00 +02:00
|
|
19
|
+
default_executable:
|
|
19
20
|
dependencies: []
|
|
20
21
|
|
|
21
22
|
description: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
|
@@ -75,6 +76,7 @@ files:
|
|
|
75
76
|
- lib/geordi/gitpt.rb
|
|
76
77
|
- lib/geordi/setup_firefox_for_selenium.rb
|
|
77
78
|
- lib/geordi/version.rb
|
|
79
|
+
has_rdoc: true
|
|
78
80
|
homepage: http://makandra.com
|
|
79
81
|
licenses: []
|
|
80
82
|
|
|
@@ -104,10 +106,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
106
|
requirements: []
|
|
105
107
|
|
|
106
108
|
rubyforge_project: geordi
|
|
107
|
-
rubygems_version: 1.
|
|
109
|
+
rubygems_version: 1.3.9.3
|
|
108
110
|
signing_key:
|
|
109
111
|
specification_version: 3
|
|
110
112
|
summary: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
|
111
113
|
test_files: []
|
|
112
114
|
|
|
113
|
-
has_rdoc:
|