cukesparse 1.0.6 → 1.0.7

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 (4) hide show
  1. checksums.yaml +8 -8
  2. data/Gemfile.lock +3 -1
  3. data/cukesparse.gemspec +3 -2
  4. metadata +16 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmI2M2UxZGYwN2Q1OTJlM2I3OGU0ZDQ0OTIxMTBkM2YwNjQ5NTg5MA==
4
+ MzNlZTcwNDc5YjZmYWRjOGFkN2VhZTk5M2I2NWZkYjA4ZmE5YWIxOA==
5
5
  data.tar.gz: !binary |-
6
- NTAxNjQ0NDdmZjZiZTBiMzA2YWYyN2U2MTM2NjJmOWExMjdmNjQ0OA==
6
+ MDU1NGEwZjA3MTRiZjc1OGFhZTc4NDllZDNiM2E0OTk3MjQxZmZjMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- OTRmNzU5NDUxNmY0MzEwNTExYzMxMGVlNzY1MGFiZThlNzlmOTRkOGZjMDEy
10
- NDNlNjI5ZjYwNDNhOWE5ZWUyOGJiZTc0MGQyM2QxMjNiMTdhYWY1MDE4MGEz
11
- MjYzYjUyYTE0MjBkOTI3MGZiOTc2N2MzMTdiYzBjMjExZTFjYjY=
9
+ NWExNzRlZDhlMTc0NmFmYTc1ZGYyN2YzYmMxNmEyYjRkNWQ1YzgyOTM2OTdj
10
+ OTQyMWQzYzEzODcyOTI3ODU4Y2I5ODIzYmEyMTkzZWI2ODMyZWNmNWZmMjA5
11
+ MDc3N2Y2YzcyMTdhMmIxZTlhOWU0ZjExYzk4ZGNkYmNmMzBlZDM=
12
12
  data.tar.gz: !binary |-
13
- ZTZhM2JjMmI5NDViMjA2NjkyMDljMzdkMThhNDA1NGU4YzdjODkzNDM2MGZl
14
- ZjA4Y2M2NmNlNmZhYTQ3OGZhYzZhMzg0NjYzY2UwYjUzMzY1NDJhMTA3MjIw
15
- ODNjNTQwOTUzZGQwNGRiNTI1ZmUwYTFmNzZiYzdkZDEwMTUyNjE=
13
+ NDYzN2FkOWJkZTQ4MjM2YzUwZWIxZWNmZDRjNGU2YTA1MDM0YmJhNmNlOThj
14
+ ZTgwOTYwNWE1ZjYzYjU4ZDEyMzQ2NWFhZTc1YzMzYTkzN2QwZTcwMzA3MTY1
15
+ YzZkMTgwNmZmZTg5NjhhY2ZmZjQ3ZWYzNmFmYzI4M2Y1Yzg1ZGU=
data/Gemfile.lock CHANGED
@@ -1,10 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cukesparse (1.0.6)
4
+ cukesparse (1.0.7)
5
5
  clik (~> 0.1.0)
6
6
  colored (~> 1.2)
7
7
  cucumber (~> 1.2.5)
8
+ psych (~> 1.3.4)
8
9
 
9
10
  GEM
10
11
  remote: http://rubygems.org/
@@ -29,6 +30,7 @@ GEM
29
30
  multi_json (~> 1.3)
30
31
  mime-types (1.22)
31
32
  multi_json (1.7.2)
33
+ psych (1.3.4)
32
34
  rake (10.0.4)
33
35
  rest-client (1.6.7)
34
36
  mime-types (>= 1.16)
data/cukesparse.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'cukesparse'
3
- s.version = '1.0.6'
4
- s.date = '2013-04-17'
3
+ s.version = '1.0.7'
4
+ s.date = '2013-04-18'
5
5
  s.summary = 'Cukesparse - cucumber command line parser'
6
6
  s.description = 'A simple command line parser to pass arguments into Cucumber'
7
7
  s.author = 'Jonathan Chrisp'
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.add_runtime_dependency 'clik', '~> 0.1.0'
17
17
  s.add_runtime_dependency 'colored', '~> 1.2'
18
18
  s.add_runtime_dependency 'cucumber', '~> 1.2.5'
19
+ s.add_runtime_dependency 'psych', '~> 1.3.4'
19
20
 
20
21
  s.files = `git ls-files`.split("\n")
21
22
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cukesparse
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Chrisp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-17 00:00:00.000000000 Z
11
+ date: 2013-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - ~>
81
81
  - !ruby/object:Gem::Version
82
82
  version: 1.2.5
83
+ - !ruby/object:Gem::Dependency
84
+ name: psych
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ~>
88
+ - !ruby/object:Gem::Version
89
+ version: 1.3.4
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ~>
95
+ - !ruby/object:Gem::Version
96
+ version: 1.3.4
83
97
  description: A simple command line parser to pass arguments into Cucumber
84
98
  email: jonathan.chrisp@gmail.com
85
99
  executables: