cukesparse 2.1.8.pre.74 → 2.1.8.pre.75
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ODZlMjc5YzBjYzM5ZmUwNmE2Nzg0NmViNDY3MThmNzYyOGY4MDUwMg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OWE0ZTZjOWNlNDg3OTc5MzU1M2ViN2M3OWQyZDcxNzg2Y2Y1YWEwNw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NGUwYWU5NzRiMGE1NGZjOGI2ZjVjMWVjNDNjMjhhMWZhMzg1YWVhZTk5N2Rl
|
10
|
+
YjU2ODU4NmIyNzhhYmUyYjVjMWE0NDAyNzUzY2VjNjRiMGM2MzRlY2M0MWY1
|
11
|
+
Y2MyOWE5M2E1OGMxMTQxZTg1NzA4ZmM3ZDljMDE2NDRiZDgxNDc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NmE1ODU2OTk1OTcxMWVlODZmN2RmMWEyMWViMjkxNjJjNmZiOGI0MmEzYTc3
|
14
|
+
NjlhMjZhNWVkNWNlZmRhOWU5OWU0OGU1ZmFjNmY0NDkyM2IzMmEzMzFkN2Nh
|
15
|
+
YTA4OGQxYmY4ZTgxNzU2Mjg3MDY3YjU0YmFlNTg1ZWVkZjVmZTU=
|
data/README.md
CHANGED
@@ -4,6 +4,8 @@
|
|
4
4
|
[![Dependency Status](https://gemnasium.com/jonathanchrisp/cukesparse.png)](https://gemnasium.com/jonathanchrisp/cukesparse)
|
5
5
|
[![Coverage Status](https://coveralls.io/repos/jonathanchrisp/cukesparse/badge.png?branch=master)](https://coveralls.io/r/jonathanchrisp/cukesparse)
|
6
6
|
|
7
|
+
### This repo is no longer supported - please use another tool!
|
8
|
+
|
7
9
|
#cukesparse
|
8
10
|
|
9
11
|
A simple command line parser to pass default and custom arguments into Cucumber with the power to define these as tasks in a config/tasks.yml file!
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cukesparse
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.8.pre.
|
4
|
+
version: 2.1.8.pre.75
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Chrisp
|
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
version: 1.3.1
|
121
121
|
requirements: []
|
122
122
|
rubyforge_project:
|
123
|
-
rubygems_version: 2.
|
123
|
+
rubygems_version: 2.4.5
|
124
124
|
signing_key:
|
125
125
|
specification_version: 4
|
126
126
|
summary: Cukesparse - cucumber command line parser
|