spinach 0.8.4 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/spinach/version.rb +1 -1
- data/spinach.gemspec +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 436e1db0c9e03682091f476cbb0609302a009a5e
|
4
|
+
data.tar.gz: d92085e255eb9576a950bb3f3cb0568b7bc37d66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f18bfc39fa9df149ca059408b34c92110c174ce243bd17e47b1991e43cb67c2d0134b4eca6677289b171c5318e784ca3a530d20bbcd549b94db908d601ff284c
|
7
|
+
data.tar.gz: 5945739d165eea692bd980ab2de66f284c613779afe21dac4fcf6a30a0a2104ce37e131526592596732a1c0612f4ae8bdf3080b2d5a651ae3f85cb5a07d1f4ae
|
data/lib/spinach/version.rb
CHANGED
data/spinach.gemspec
CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.description = %q{Spinach is a BDD framework on top of gherkin}
|
9
9
|
gem.summary = %q{Spinach is a BDD framework on top of gherkin}
|
10
10
|
gem.homepage = "http://github.com/codegram/spinach"
|
11
|
+
gem.license = 'MIT (Expat)'
|
11
12
|
|
12
13
|
gem.add_runtime_dependency 'gherkin-ruby', '~> 0.3.0'
|
13
14
|
gem.add_runtime_dependency 'colorize', '0.5.8'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spinach
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-07-
|
14
|
+
date: 2013-07-27 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: gherkin-ruby
|
@@ -275,7 +275,8 @@ files:
|
|
275
275
|
- test/support/filesystem.rb
|
276
276
|
- test/test_helper.rb
|
277
277
|
homepage: http://github.com/codegram/spinach
|
278
|
-
licenses:
|
278
|
+
licenses:
|
279
|
+
- MIT (Expat)
|
279
280
|
metadata: {}
|
280
281
|
post_install_message:
|
281
282
|
rdoc_options: []
|
@@ -362,4 +363,3 @@ test_files:
|
|
362
363
|
- test/spinach_test.rb
|
363
364
|
- test/support/filesystem.rb
|
364
365
|
- test/test_helper.rb
|
365
|
-
has_rdoc:
|