cukesparse 2.1.8.pre.75 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/README.md +0 -3
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ODZlMjc5YzBjYzM5ZmUwNmE2Nzg0NmViNDY3MThmNzYyOGY4MDUwMg==
5
- data.tar.gz: !binary |-
6
- OWE0ZTZjOWNlNDg3OTc5MzU1M2ViN2M3OWQyZDcxNzg2Y2Y1YWEwNw==
2
+ SHA1:
3
+ metadata.gz: 27680694b5706aace4b631a02e0504cf36bbc020
4
+ data.tar.gz: d8b97f18a59c9f5e496621d51a0be575f017a929
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NGUwYWU5NzRiMGE1NGZjOGI2ZjVjMWVjNDNjMjhhMWZhMzg1YWVhZTk5N2Rl
10
- YjU2ODU4NmIyNzhhYmUyYjVjMWE0NDAyNzUzY2VjNjRiMGM2MzRlY2M0MWY1
11
- Y2MyOWE5M2E1OGMxMTQxZTg1NzA4ZmM3ZDljMDE2NDRiZDgxNDc=
12
- data.tar.gz: !binary |-
13
- NmE1ODU2OTk1OTcxMWVlODZmN2RmMWEyMWViMjkxNjJjNmZiOGI0MmEzYTc3
14
- NjlhMjZhNWVkNWNlZmRhOWU5OWU0OGU1ZmFjNmY0NDkyM2IzMmEzMzFkN2Nh
15
- YTA4OGQxYmY4ZTgxNzU2Mjg3MDY3YjU0YmFlNTg1ZWVkZjVmZTU=
6
+ metadata.gz: 5de9fef26b09a1f97c8a3621203f3c70861c7d8a04ac497e1956fc1a6f3a7aeb028bd88a3a87fdf9abfef53a7b3ede5358eb8602f25da51368832c4a91d3211e
7
+ data.tar.gz: 2cd5f71e1d3f21611e8082c05efe02f9809a0797cac32b05cd0f20f286c7f9c7fc3173d167ea1c9cbf7515e2ee14e5cef28904fc0baaeee72ffd014717f5eca8
data/README.md CHANGED
@@ -1,11 +1,8 @@
1
- [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/jonathanchrisp/cukesparse/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
2
1
  [![Gem Version](https://badge.fury.io/rb/cukesparse.png)](http://badge.fury.io/rb/cukesparse)
3
2
  [![Build Status](https://travis-ci.org/jonathanchrisp/cukesparse.png?branch=master)](https://travis-ci.org/jonathanchrisp/cukesparse)
4
3
  [![Dependency Status](https://gemnasium.com/jonathanchrisp/cukesparse.png)](https://gemnasium.com/jonathanchrisp/cukesparse)
5
4
  [![Coverage Status](https://coveralls.io/repos/jonathanchrisp/cukesparse/badge.png?branch=master)](https://coveralls.io/r/jonathanchrisp/cukesparse)
6
5
 
7
- ### This repo is no longer supported - please use another tool!
8
-
9
6
  #cukesparse
10
7
 
11
8
  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.75
4
+ version: 2.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Chrisp
@@ -110,17 +110,17 @@ require_paths:
110
110
  - lib
111
111
  required_ruby_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
- - - ! '>='
113
+ - - '>='
114
114
  - !ruby/object:Gem::Version
115
115
  version: 1.9.2
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - ! '>'
118
+ - - '>='
119
119
  - !ruby/object:Gem::Version
120
- version: 1.3.1
120
+ version: '0'
121
121
  requirements: []
122
122
  rubyforge_project:
123
- rubygems_version: 2.4.5
123
+ rubygems_version: 2.1.2
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Cukesparse - cucumber command line parser
@@ -143,3 +143,4 @@ test_files:
143
143
  - spec/fixtures/invalid_tasks.yml
144
144
  - spec/fixtures/valid_tasks.yml
145
145
  - spec/helper.rb
146
+ has_rdoc: