cucumber 0.10.1 → 0.10.2
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/History.txt
CHANGED
data/lib/cucumber/platform.rb
CHANGED
|
@@ -4,7 +4,7 @@ require 'rbconfig'
|
|
|
4
4
|
|
|
5
5
|
module Cucumber
|
|
6
6
|
unless defined?(Cucumber::VERSION)
|
|
7
|
-
VERSION = '0.10.
|
|
7
|
+
VERSION = '0.10.2'
|
|
8
8
|
BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber')
|
|
9
9
|
LIBDIR = File.expand_path(File.dirname(__FILE__) + '/../../lib')
|
|
10
10
|
JRUBY = defined?(JRUBY_VERSION)
|
data/lib/cucumber/runtime.rb
CHANGED
|
@@ -17,7 +17,7 @@ module Cucumber
|
|
|
17
17
|
include Runtime::UserInterface
|
|
18
18
|
|
|
19
19
|
def initialize(configuration = Configuration.default)
|
|
20
|
-
require 'cucumber/core_ext/
|
|
20
|
+
require 'cucumber/core_ext/disable_mini_and_test_unit_autorun'
|
|
21
21
|
@current_scenario = nil
|
|
22
22
|
@configuration = Configuration.parse(configuration)
|
|
23
23
|
@support_code = SupportCode.new(self, @configuration)
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: cucumber
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.10.
|
|
5
|
+
version: 0.10.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- "Aslak Helles\xC3\xB8y"
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-03-
|
|
13
|
+
date: 2011-03-21 00:00:00 +00:00
|
|
14
14
|
default_executable: cucumber
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -666,7 +666,7 @@ files:
|
|
|
666
666
|
- lib/cucumber/cli/profile_loader.rb
|
|
667
667
|
- lib/cucumber/configuration.rb
|
|
668
668
|
- lib/cucumber/constantize.rb
|
|
669
|
-
- lib/cucumber/core_ext/
|
|
669
|
+
- lib/cucumber/core_ext/disable_mini_and_test_unit_autorun.rb
|
|
670
670
|
- lib/cucumber/core_ext/instance_exec.rb
|
|
671
671
|
- lib/cucumber/core_ext/proc.rb
|
|
672
672
|
- lib/cucumber/core_ext/string.rb
|
|
@@ -783,7 +783,7 @@ licenses: []
|
|
|
783
783
|
|
|
784
784
|
post_install_message: "\n\
|
|
785
785
|
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n\n\
|
|
786
|
-
Thank you for installing cucumber-0.10.
|
|
786
|
+
Thank you for installing cucumber-0.10.2.\n\
|
|
787
787
|
Please be sure to read http://wiki.github.com/aslakhellesoy/cucumber/upgrading\n\
|
|
788
788
|
for important information about this release. Happy cuking!\n\n\
|
|
789
789
|
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n\n"
|
|
@@ -796,7 +796,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
796
796
|
requirements:
|
|
797
797
|
- - ">="
|
|
798
798
|
- !ruby/object:Gem::Version
|
|
799
|
-
hash: -
|
|
799
|
+
hash: -4431173531369610521
|
|
800
800
|
segments:
|
|
801
801
|
- 0
|
|
802
802
|
version: "0"
|
|
@@ -805,7 +805,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
805
805
|
requirements:
|
|
806
806
|
- - ">="
|
|
807
807
|
- !ruby/object:Gem::Version
|
|
808
|
-
hash: -
|
|
808
|
+
hash: -4431173531369610521
|
|
809
809
|
segments:
|
|
810
810
|
- 0
|
|
811
811
|
version: "0"
|
|
@@ -815,7 +815,7 @@ rubyforge_project:
|
|
|
815
815
|
rubygems_version: 1.6.2
|
|
816
816
|
signing_key:
|
|
817
817
|
specification_version: 3
|
|
818
|
-
summary: cucumber-0.10.
|
|
818
|
+
summary: cucumber-0.10.2
|
|
819
819
|
test_files:
|
|
820
820
|
- features/background.feature
|
|
821
821
|
- features/bootstrap.feature
|