clucumber 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 1
|
10
|
+
version: 0.4.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andreas Fuchs
|
@@ -38,13 +38,15 @@ dependencies:
|
|
38
38
|
requirement: &id002 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
|
-
- -
|
41
|
+
- - ~>
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
hash:
|
43
|
+
hash: 55
|
44
44
|
segments:
|
45
45
|
- 0
|
46
|
-
|
47
|
-
|
46
|
+
- 10
|
47
|
+
- 0
|
48
|
+
version: 0.10.0
|
49
|
+
type: :runtime
|
48
50
|
version_requirements: *id002
|
49
51
|
description: |-
|
50
52
|
A cucumber extension that lets you write your step definitions in Common Lisp.
|