cucumber-cucumber-expressions 16.1.1 → 16.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- metadata +3 -5
- data/LICENSE +0 -21
- data/README.md +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3292e1a5438afffcfbc8f3c34cb1ebe7529d9087e8f86a14deebdb7646abc027
|
4
|
+
data.tar.gz: 671b555f547d195a883a7012704f881b6bbbda692ecd49e32fb52f26f351b822
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd0989b60bc8048947f251fcf309e6a81f7e034123a5dd89c1f959150a71ff2d95bdc87700697b911bed175e44cf17d763b15dbb901c3da7e2d18cb14bf4e235
|
7
|
+
data.tar.gz: da4fb18fe6dc9661b96bd30806d58dd326416c02548bae2d884b8cdb6f06c8cfb31339a73ae52badf4786cfdc95b53e429f677ba942d87ddaa321a528d84b92f
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
16.1.
|
1
|
+
16.1.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-cucumber-expressions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 16.1.
|
4
|
+
version: 16.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aslak Hellesøy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -58,8 +58,6 @@ extra_rdoc_files: []
|
|
58
58
|
files:
|
59
59
|
- ".rspec"
|
60
60
|
- Gemfile
|
61
|
-
- LICENSE
|
62
|
-
- README.md
|
63
61
|
- Rakefile
|
64
62
|
- VERSION
|
65
63
|
- cucumber-cucumber-expressions.gemspec
|
@@ -123,7 +121,7 @@ requirements: []
|
|
123
121
|
rubygems_version: 3.2.22
|
124
122
|
signing_key:
|
125
123
|
specification_version: 4
|
126
|
-
summary: cucumber-expressions-16.1.
|
124
|
+
summary: cucumber-expressions-16.1.2
|
127
125
|
test_files:
|
128
126
|
- spec/capture_warnings.rb
|
129
127
|
- spec/cucumber/cucumber_expressions/argument_spec.rb
|
data/LICENSE
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) Cucumber Ltd
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
data/README.md
DELETED