limited_red 0.3.3 → 0.3.4

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.
@@ -5,7 +5,7 @@ AfterConfiguration do |config|
5
5
  options = config.instance_variable_get("@options")
6
6
  options[:formats] << ['LimitedRed::Cucumber::Formatter::Stats', config.out_stream]
7
7
 
8
- limited_red_config = LimitedRed::Config.load_and_validate_config(:type => :cucumber)
8
+ limited_red_config = LimitedRed::Config.load_and_validate_config(:cucumber)
9
9
  if limited_red_config
10
10
  cuke_stats = LimitedRed::Stats.new(limited_red_config)
11
11
 
@@ -1,5 +1,5 @@
1
1
  module LimitedRed # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '0.3.3'
3
+ STRING = '0.3.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limited_red
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-02-19 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
16
- requirement: &70133095685880 !ruby/object:Gem::Requirement
16
+ requirement: &70230372253820 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - =
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 0.8.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70133095685880
24
+ version_requirements: *70230372253820
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: cucumber
27
- requirement: &70133095685200 !ruby/object:Gem::Requirement
27
+ requirement: &70230372253280 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 1.1.4
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70133095685200
35
+ version_requirements: *70230372253280
36
36
  description: Learn and adapt from you test metrics. Used with the www.limited-red.com
37
37
  service. Tests are priorited by the probability of failure
38
38
  email: joe@josephwilk.net