cucumber_test_complete 0.1.8 → 0.1.9

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.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/lib/cucumber_test_complete.rb +1 -1
  3. metadata +4 -5
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- Nzg1ZmM0ZDQ2NzkwMjM3NjY0ZTM1ZmFjYjM4MmYwNDNkMDgwOTYwNA==
5
- data.tar.gz: !binary |-
6
- ZWY5MDJmNWQwYzhjMjQyYzc3Njc0ZDU2OGRkMmMwMTM5ZTM2NDU0Mw==
2
+ SHA1:
3
+ metadata.gz: 9ae5daca6d9aca0296bb1b4af24375ac452158c1
4
+ data.tar.gz: e650b1ce0d4ff8de7bf0c8ac19681673589eb353
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZDNlZWFiMzdmNzNmMmY0YjNhODdjYmRhMmJiY2RiNWI5NTdjZWRiM2U2ZTRh
10
- MmY0MmRmMzdhNWZjZTYxZGRkNmI4NTZlZTdiZWRmZDFkNmIwODE2YTY0ZTAw
11
- ZjU0NDUwMDY3OGI2NjU3YTY0Y2UzOTg4NWU0NWE5ZjQxOTQ2ZWI=
12
- data.tar.gz: !binary |-
13
- OTUyM2U4Mzg1MWUwMTczYTQ2ODUzM2YyZmEwMjc1MGY1MDk3NjI3MTkyMTQz
14
- YzU4MTJjZWM4MWRjYTEyMzU4MmRiYTkwZDg1ZDZiYjc1YzUyMjU3MGQ3NDkz
15
- OGJmOGE4NTAwYWM4NjM5YWZiNmU5NTJmYWQ1YjU4YTIxYWEwZDE=
6
+ metadata.gz: 5bda4277ca976aa555122259d9dfa322a4e25550504e0621546063b28fc302544547ce04e7becc3e0343ed9ddd89b2209bc53de4acb0aa4f5947f29fac63e1a7
7
+ data.tar.gz: 5bd0387fbc6370d6c447dc23d80ad9b43764ade4b8ef66402e9dc3e2c8270ad5e1baae64b8fb5113453a3232f97032493b904557c3ba32c5d5f456cfd41ba042
@@ -1,5 +1,5 @@
1
1
  require 'win32ole'
2
- require 'rspec-expectations'
2
+ require 'rspec/expectations'
3
3
 
4
4
  class TestCompleteWorld
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber_test_complete
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Holland
@@ -27,21 +27,20 @@ require_paths:
27
27
  - lib
28
28
  required_ruby_version: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ! '>='
30
+ - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: '0'
33
33
  required_rubygems_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
- - - ! '>='
35
+ - - ">="
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
38
  requirements:
39
39
  - win32ole
40
40
  - rspec-expectations
41
41
  rubyforge_project:
42
- rubygems_version: 2.1.11
42
+ rubygems_version: 2.4.5
43
43
  signing_key:
44
44
  specification_version: 4
45
45
  summary: Test Complete for Cucumber
46
46
  test_files: []
47
- has_rdoc: