chutney 2.0.0 → 2.0.1
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/chutney.gemspec +1 -1
- data/docs/logo.png +0 -0
- data/lib/chutney/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51d477584ca7861eb03abec1027aa9aff17b19d54dbfae4af34d7c05f5e8fd28
|
|
4
|
+
data.tar.gz: 7e7e9d0dc70387ac248718b740220d154331160a9a00da1e1f95e5ec80355497
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04a2ee72ce98367b15f8686397def58751e82e7694769739a916e78a678955cd263235f80bc06f78f1a425cef84d520b52fb86028b814a5e4735bf901d269ff2
|
|
7
|
+
data.tar.gz: 0e11405a6cbad626ee2d599e86fa7b284b11b448fa207e9e85c0050d487db3f2a34b26bfe4f732960e50bbb3543d855a8ce86e4b72e4075feec73234e5297823
|
data/chutney.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
|
16
16
|
spec.description = 'A linter for your Cucumber features. ' \
|
|
17
17
|
'It supports any spoken language Cucumber v3 supports.'
|
|
18
18
|
|
|
19
|
-
spec.homepage = 'https://billyruffian.github.io/
|
|
19
|
+
spec.homepage = 'https://billyruffian.github.io/chutney/'
|
|
20
20
|
spec.license = 'MIT'
|
|
21
21
|
|
|
22
22
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
data/docs/logo.png
ADDED
|
Binary file
|
data/lib/chutney/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chutney
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nigel Brookes-Thomas
|
|
@@ -206,6 +206,7 @@ files:
|
|
|
206
206
|
- docs/credits.md
|
|
207
207
|
- docs/index.md
|
|
208
208
|
- docs/installation.md
|
|
209
|
+
- docs/logo.png
|
|
209
210
|
- docs/usage/configuration.md
|
|
210
211
|
- docs/usage/index.md
|
|
211
212
|
- docs/usage/output.md
|
|
@@ -257,11 +258,11 @@ files:
|
|
|
257
258
|
- lib/config/locales/en.yml
|
|
258
259
|
- spec/chutney_spec.rb
|
|
259
260
|
- spec/spec_helper.rb
|
|
260
|
-
homepage: https://billyruffian.github.io/
|
|
261
|
+
homepage: https://billyruffian.github.io/chutney/
|
|
261
262
|
licenses:
|
|
262
263
|
- MIT
|
|
263
264
|
metadata:
|
|
264
|
-
homepage_uri: https://billyruffian.github.io/
|
|
265
|
+
homepage_uri: https://billyruffian.github.io/chutney/
|
|
265
266
|
source_code_uri: https://github.com/BillyRuffian/chutney
|
|
266
267
|
changelog_uri: https://github.com/BillyRuffian/chutney/releases
|
|
267
268
|
post_install_message:
|