cucumber-varnishtest 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/cucumber-varnishtest.gemspec +1 -0
- data/lib/cucumber/varnishtest/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 43714defd0a7e4f553d1cdac62cebbfe09f16960
|
|
4
|
+
data.tar.gz: 74fc390afd72958e9b9cfa2e963217fc3c61404f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61edd06dc73fb9c7f6200af6585cd3d88bcf50253024004c64a075d03d8b74f293f3c7ba65269bb471d1b228194b14adfeb9fbf0bd41b3238b82300415634be8
|
|
7
|
+
data.tar.gz: 80a5ef3e7dde8d2c956062ec771bac5f2877aa6466fbccbe456e164c2b83cdb6e98007e14cd4ca93af286dc7fb081058e45d77e4bbfdcb72c610f8189bf578b7
|
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.homepage = "https://github.com/nstielau/varnishtest_cucumber"
|
|
12
12
|
s.summary = %q{Cucumber steps to easily create and execute varnishtest tests.}
|
|
13
13
|
s.description = %q{Cucumber steps to easily create and execute varnishtest tests.}
|
|
14
|
+
s.licenses = ['MIT']
|
|
14
15
|
|
|
15
16
|
s.required_ruby_version = '>= 1.9.3'
|
|
16
17
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber-varnishtest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Stielau
|
|
@@ -46,7 +46,8 @@ files:
|
|
|
46
46
|
- lib/cucumber/varnishtest/steps.rb
|
|
47
47
|
- lib/cucumber/varnishtest/version.rb
|
|
48
48
|
homepage: https://github.com/nstielau/varnishtest_cucumber
|
|
49
|
-
licenses:
|
|
49
|
+
licenses:
|
|
50
|
+
- MIT
|
|
50
51
|
metadata: {}
|
|
51
52
|
post_install_message:
|
|
52
53
|
rdoc_options: []
|