cuke_slicer 2.0.3 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f68cb4388cfd8699d8470ef921c5d18325eb4165f70f4bb25ee7e0d4dc90cc9
4
- data.tar.gz: 6172e49cc4f8354c7da41a79c98276ebf8a68be81fdad52569168336c8fc742c
3
+ metadata.gz: ed108185a3120c2374adf094f4d306a4a2da47c740fe245abf7c3e0035e38b9e
4
+ data.tar.gz: 95da236dbb1a1a8f65e74982f4e3a85ee7d4db32ee2e192ad9cd424f392180e8
5
5
  SHA512:
6
- metadata.gz: 2780dfff1b2265d8071aeb25f9ef4f0b491173cec2f182742a781e65c0b9a7d92b4a1c7c3b2fe73d4bf5d304b0aec6609be695b910e08e8c5379c0125a4ce938
7
- data.tar.gz: c959ecc7caba34bb4ec124bd0e880ee0772bdeabeb9dd5f2b6b684051a79d07e059a8b30853c35ec16d6b6ada8ac75269873bef952999b5ac2d47b5dd0568224
6
+ metadata.gz: a426d3afb1ac09f82eabe4f6254ff295047ee6913e8aa3d791091b9df7dd5f03530afe77819b9b8eddc369c4c025e18f12a88d30e088c288f0c27125cf632147
7
+ data.tar.gz: 9f9b492e61146fabe34199fe84e9e06e8f57afc85f1de470ae9fe5ddeed73517021a5b1436f100fba24496699eae7ac91ad727cc9d99d4f173d3741b36de4c6b
@@ -14,12 +14,20 @@ rvm:
14
14
  gemfile:
15
15
  - gemfiles/cuke_modeler0.gemfile
16
16
  - gemfiles/cuke_modeler1.gemfile
17
+ - gemfiles/cuke_modeler2.gemfile
18
+ - gemfiles/cuke_modeler3.gemfile
17
19
 
18
20
  matrix:
19
21
  exclude:
20
22
  # Travis does not provide 1.9.3 on OSX
21
23
  - rvm: 1.9.3
22
24
  os: osx
25
+ # Ruby 2.3.x for OSX is currently broken on TravisCI and is no longer a supported Ruby version, anyway.
26
+ - rvm: 2.3.8
27
+ os: osx
28
+ # cuke_modeler 3.x has a minimum Ruby version of 2.3
29
+ - rvm: 1.9.3
30
+ gemfile: gemfiles/cuke_modeler3.gemfile
23
31
 
24
32
 
25
33
  script: bundle exec rake cuke_slicer:ci_build
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
 
9
9
  Nothing yet...
10
10
 
11
+ ## [2.1.0] - 2020-06-22
12
+
13
+ ### Added
14
+ - Added support for `cuke_modeler` 2.x and 3.x
11
15
 
12
16
  ## [2.0.3] - 2019-05-01
13
17
 
@@ -48,9 +52,10 @@ Nothing yet...
48
52
 
49
53
  - Initial release
50
54
 
51
- [Unreleased]: https://github.com/grange-insurance/cuke_slicer/compare/v2.0.3...HEAD
52
- [2.0.3]: https://github.com/grange-insurance/cuke_slicer/compare/v2.0.2...v2.0.3
53
- [2.0.2]: https://github.com/grange-insurance/cuke_slicer/compare/v2.0.1...v2.0.2
54
- [2.0.1]: https://github.com/grange-insurance/cuke_slicer/compare/v2.0.0...v2.0.1
55
- [2.0.0]: https://github.com/grange-insurance/cuke_slicer/compare/v1.0.0...v2.0.0
56
- [1.0.0]: https://github.com/grange-insurance/cuke_slicer/compare/1c6e64b963d97f9037f1dc1ebcb6f8f9966f3b71...v1.0.0
55
+ [Unreleased]: https://github.com/enkessler/cuke_slicer/compare/v2.1.0...HEAD
56
+ [2.1.0]: https://github.com/enkessler/cuke_slicer/compare/v2.0.3...v2.1.0
57
+ [2.0.3]: https://github.com/enkessler/cuke_slicer/compare/v2.0.2...v2.0.3
58
+ [2.0.2]: https://github.com/enkessler/cuke_slicer/compare/v2.0.1...v2.0.2
59
+ [2.0.1]: https://github.com/enkessler/cuke_slicer/compare/v2.0.0...v2.0.1
60
+ [2.0.0]: https://github.com/enkessler/cuke_slicer/compare/v1.0.0...v2.0.0
61
+ [1.0.0]: https://github.com/enkessler/cuke_slicer/compare/1c6e64b963d97f9037f1dc1ebcb6f8f9966f3b71...v1.0.0
@@ -1,4 +1,5 @@
1
1
  Copyright (c) 2015-2019 Grange Insurance
2
+ Copyright (c) 2020 Eric Kessler
2
3
 
3
4
  MIT License
4
5
 
data/README.md CHANGED
@@ -7,9 +7,10 @@ User stuff:
7
7
  [![Yard Docs](http://img.shields.io/badge/Documentation-API-blue.svg)](https://www.rubydoc.info/gems/cuke_slicer)
8
8
 
9
9
  Developer stuff:
10
- [![Build Status](https://travis-ci.org//grange-insurance/cuke_slicer.svg?branch=dev)](https://travis-ci.org/grange-insurance/cuke_slicer)
11
- [![Coverage Status](https://coveralls.io/repos/github/grange-insurance/cuke_slicer/badge.svg?branch=dev)](https://coveralls.io/github/grange-insurance/cuke_slicer?branch=dev)
12
- [![Maintainability](https://codeclimate.com/github/grange-insurance/cuke_slicer/badges/gpa.svg)](https://codeclimate.com/github/grange-insurance/cuke_slicer/maintainability)
10
+ [![Build Status](https://travis-ci.org/enkessler/cuke_slicer.svg)](https://travis-ci.org/enkessler/cuke_slicer)
11
+ [![Build status](https://ci.appveyor.com/api/projects/status/706c8x5ug897wq3x?svg=true)](https://ci.appveyor.com/project/enkessler/cuke-slicer)
12
+ [![Coverage Status](https://coveralls.io/repos/github/enkessler/cuke_slicer/badge.svg)](https://coveralls.io/github/enkessler/cuke_slicer)
13
+ [![Maintainability](https://codeclimate.com/github/enkessler/cuke_slicer/badges/gpa.svg)](https://codeclimate.com/github/enkessler/cuke_slicer/maintainability)
13
14
 
14
15
  ---
15
16
 
@@ -0,0 +1,81 @@
1
+ version: '1.0.{build}'
2
+
3
+ environment:
4
+ matrix:
5
+
6
+ - RUBY_VERSION: 193
7
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler0.gemfile
8
+ # AppVeyor does not have a 64-bit Ruby 1.9.3
9
+ - RUBY_VERSION: 23
10
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler0.gemfile
11
+ - RUBY_VERSION: 23-x64
12
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler0.gemfile
13
+ - RUBY_VERSION: 24
14
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler0.gemfile
15
+ - RUBY_VERSION: 24-x64
16
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler0.gemfile
17
+ - RUBY_VERSION: 25
18
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler0.gemfile
19
+ - RUBY_VERSION: 25-x64
20
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler0.gemfile
21
+
22
+ - RUBY_VERSION: 193
23
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler1.gemfile
24
+ # AppVeyor does not have a 64-bit Ruby 1.9.3
25
+ - RUBY_VERSION: 23
26
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler1.gemfile
27
+ - RUBY_VERSION: 23-x64
28
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler1.gemfile
29
+ - RUBY_VERSION: 24
30
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler1.gemfile
31
+ - RUBY_VERSION: 24-x64
32
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler1.gemfile
33
+ - RUBY_VERSION: 25
34
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler1.gemfile
35
+ - RUBY_VERSION: 25-x64
36
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler1.gemfile
37
+
38
+ - RUBY_VERSION: 193
39
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler2.gemfile
40
+ # AppVeyor does not have a 64-bit Ruby 1.9.3
41
+ - RUBY_VERSION: 23
42
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler2.gemfile
43
+ - RUBY_VERSION: 23-x64
44
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler2.gemfile
45
+ - RUBY_VERSION: 24
46
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler2.gemfile
47
+ - RUBY_VERSION: 24-x64
48
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler2.gemfile
49
+ - RUBY_VERSION: 25
50
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler2.gemfile
51
+ - RUBY_VERSION: 25-x64
52
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler2.gemfile
53
+
54
+ # CukeModeler 3.x requires at least Ruby 2.3
55
+ - RUBY_VERSION: 23
56
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler3.gemfile
57
+ - RUBY_VERSION: 23-x64
58
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler3.gemfile
59
+ - RUBY_VERSION: 24
60
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler3.gemfile
61
+ - RUBY_VERSION: 24-x64
62
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler3.gemfile
63
+ - RUBY_VERSION: 25
64
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler3.gemfile
65
+ - RUBY_VERSION: 25-x64
66
+ BUNDLE_GEMFILE: gemfiles/cuke_modeler3.gemfile
67
+
68
+
69
+ install:
70
+ - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
71
+ - bundle install
72
+
73
+ build: off
74
+
75
+ before_test:
76
+ - ruby -v
77
+ - gem -v
78
+ - bundle -v
79
+
80
+ test_script:
81
+ - bundle exec rake cuke_slicer:ci_build
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Eric Kessler"]
10
10
  spec.email = ["morrow748@gmail.com"]
11
11
  spec.summary = %q{A gem for extracting test cases from a Cucumber test suite.}
12
- spec.description = spec.summary
13
- spec.homepage = "https://github.com/grange-insurance/cuke_slicer"
12
+ spec.description = %q{Slices a Cucumber test suite into the smallest possible executable pieces (i.e. scenarios and individual outline example rows. These pieces can then be more easily used for running tests in parallel.}
13
+ spec.homepage = "https://github.com/enkessler/cuke_slicer"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.required_ruby_version = '>= 1.9.3', '< 3.0'
22
22
 
23
- spec.add_runtime_dependency "cuke_modeler", "< 2.0"
23
+ spec.add_runtime_dependency "cuke_modeler", "< 4.0"
24
24
 
25
25
  spec.add_development_dependency 'bundler', '< 3.0'
26
26
  spec.add_development_dependency 'rake', '< 13.0.0'
@@ -1,15 +1,28 @@
1
- source 'https://rubygems.org'
1
+ # Older Rubies on Windows cannot securely connect to RubyGems anymore (https://github.com/rubygems/rubygems/issues/2330)
2
+ if (RbConfig::CONFIG['host_os'] =~ /mswin|msys|mingw32/) && (RUBY_VERSION =~ /^1\./)
3
+ source 'http://rubygems.org'
4
+ else
5
+ source 'https://rubygems.org'
6
+ end
2
7
 
3
8
  gemspec :path => "../"
4
9
 
5
- # Bundle is not using the latest in the CukeModeler 0.x series for some reason, so being explicit here
10
+ # Using the most recent release of the 0.x series in order to have all of the bug fixes.
6
11
  gem 'cuke_modeler', '0.4.1'
7
- # gem 'cuke_modeler', '~> 0.0' # This really should be sufficient...
8
-
9
12
 
10
13
  if RUBY_VERSION =~ /^1\./
11
14
  gem 'cucumber', '< 3.0.0' # Ruby 1.9.x support dropped after this version
15
+ gem 'ffi', '< 1.9.15' # The 'ffi' gem requires Ruby 2.x on/after this version
12
16
  gem 'json', '< 2.0' # The 'json' gem drops pre-Ruby 2.x support on/after this version
17
+ gem 'mime-types', '< 3.0.0' # The 'mime-types' gem requires Ruby 2.x on/after this version
18
+ gem 'rainbow', '< 3.0' # The 'rainbow' gem requires Ruby 2.x on/after this version
19
+ gem 'rake', '< 12.3.0' # The 'rake' gem requires Ruby 2.x on/after this version
20
+ gem 'rest-client', '< 2.0' # The 'rainbow' gem requires Ruby 2.x on/after this version
21
+ gem 'simplecov-html', '< 0.11.0' # The 'simplecov-html' gem requires Ruby 2.x on/after this version
22
+ gem 'thor', '< 1.0' # The 'thor' gem requires Ruby 2.x on/after this version
13
23
  gem 'tins', '< 1.7' # The 'tins' gem requires Ruby 2.x on/after this version
14
24
  gem 'term-ansicolor', '< 1.4' # The 'term-ansicolor' gem requires Ruby 2.x on/after this version
25
+ gem 'unf_ext', '< 0.0.7.3' # The 'unf_ext' gem requires Ruby 2.x on/after this version
26
+ else
27
+ gem 'cucumber', '< 4.0.0' # Cucumber 4.x switches to needing the `cucumber-gherkin` gem, which is incompatible with `cuke_modeler` 0.x
15
28
  end
@@ -1,13 +1,29 @@
1
- source 'https://rubygems.org'
1
+ # Older Rubies on Windows cannot securely connect to RubyGems anymore (https://github.com/rubygems/rubygems/issues/2330)
2
+ if (RbConfig::CONFIG['host_os'] =~ /mswin|msys|mingw32/) && (RUBY_VERSION =~ /^1\./)
3
+ source 'http://rubygems.org'
4
+ else
5
+ source 'https://rubygems.org'
6
+ end
2
7
 
3
8
  gemspec :path => "../"
4
9
 
10
+ # The version of CukeModeler being tested
5
11
  gem 'cuke_modeler', '~> 1.0'
6
12
 
7
13
 
8
14
  if RUBY_VERSION =~ /^1\./
9
15
  gem 'cucumber', '< 3.0.0' # Ruby 1.9.x support dropped after this version
16
+ gem 'ffi', '< 1.9.15' # The 'ffi' gem requires Ruby 2.x on/after this version
10
17
  gem 'json', '< 2.0' # The 'json' gem drops pre-Ruby 2.x support on/after this version
18
+ gem 'mime-types', '< 3.0.0' # The 'mime-types' gem requires Ruby 2.x on/after this version
19
+ gem 'rainbow', '< 3.0' # The 'rainbow' gem requires Ruby 2.x on/after this version
20
+ gem 'rake', '< 12.3.0' # The 'rake' gem requires Ruby 2.x on/after this version
21
+ gem 'rest-client', '< 2.0' # The 'rainbow' gem requires Ruby 2.x on/after this version
22
+ gem 'simplecov-html', '< 0.11.0' # The 'simplecov-html' gem requires Ruby 2.x on/after this version
23
+ gem 'thor', '< 1.0' # The 'thor' gem requires Ruby 2.x on/after this version
11
24
  gem 'tins', '< 1.7' # The 'tins' gem requires Ruby 2.x on/after this version
12
25
  gem 'term-ansicolor', '< 1.4' # The 'term-ansicolor' gem requires Ruby 2.x on/after this version
26
+ gem 'unf_ext', '< 0.0.7.3' # The 'unf_ext' gem requires Ruby 2.x on/after this version
27
+ else
28
+ gem 'cucumber', '< 4.0.0' # Cucumber 4.x switches to needing the `cucumber-gherkin` gem, which is incompatible with `cuke_modeler` 1.x
13
29
  end
@@ -0,0 +1,29 @@
1
+ # Older Rubies on Windows cannot securely connect to RubyGems anymore (https://github.com/rubygems/rubygems/issues/2330)
2
+ if (RbConfig::CONFIG['host_os'] =~ /mswin|msys|mingw32/) && (RUBY_VERSION =~ /^1\./)
3
+ source 'http://rubygems.org'
4
+ else
5
+ source 'https://rubygems.org'
6
+ end
7
+
8
+ gemspec :path => "../"
9
+
10
+ # The version of CukeModeler being tested
11
+ gem 'cuke_modeler', '~> 2.0'
12
+
13
+
14
+ if RUBY_VERSION =~ /^1\./
15
+ gem 'cucumber', '< 3.0.0' # Ruby 1.9.x support dropped after this version
16
+ gem 'ffi', '< 1.9.15' # The 'ffi' gem requires Ruby 2.x on/after this version
17
+ gem 'json', '< 2.0' # The 'json' gem drops pre-Ruby 2.x support on/after this version
18
+ gem 'mime-types', '< 3.0.0' # The 'mime-types' gem requires Ruby 2.x on/after this version
19
+ gem 'rainbow', '< 3.0' # The 'rainbow' gem requires Ruby 2.x on/after this version
20
+ gem 'rake', '< 12.3.0' # The 'rake' gem requires Ruby 2.x on/after this version
21
+ gem 'rest-client', '< 2.0' # The 'rainbow' gem requires Ruby 2.x on/after this version
22
+ gem 'simplecov-html', '< 0.11.0' # The 'simplecov-html' gem requires Ruby 2.x on/after this version
23
+ gem 'thor', '< 1.0' # The 'thor' gem requires Ruby 2.x on/after this version
24
+ gem 'tins', '< 1.7' # The 'tins' gem requires Ruby 2.x on/after this version
25
+ gem 'term-ansicolor', '< 1.4' # The 'term-ansicolor' gem requires Ruby 2.x on/after this version
26
+ gem 'unf_ext', '< 0.0.7.3' # The 'unf_ext' gem requires Ruby 2.x on/after this version
27
+ else
28
+ gem 'cucumber', '< 4.0.0' # Cucumber 4.x switches to needing the `cucumber-gherkin` gem, which is incompatible with `cuke_modeler` 2.x
29
+ end
@@ -0,0 +1,12 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec :path => "../"
4
+
5
+ # The version of CukeModeler being tested
6
+ gem 'cuke_modeler', '~> 3.0'
7
+
8
+ gem 'cucumber', '2.2.0' # `cucumber` 4.x does not currently work on JRuby
9
+
10
+ if RUBY_VERSION =~ /^2\.[1234]/
11
+ gem 'activesupport', '< 6.0' # `activesupport` 6.x requires at least Ruby 2.5
12
+ end
@@ -29,7 +29,7 @@ module CukeSlicer
29
29
 
30
30
  def filter_match(element, filter)
31
31
  tag_values = element.all_tags
32
- tag_values = tag_values.collect { |tag| tag.name } if Gem.loaded_specs['cuke_modeler'].version.version[/^1/]
32
+ tag_values = tag_values.collect { |tag| tag.name } unless Gem.loaded_specs['cuke_modeler'].version.version[/^[0]/]
33
33
 
34
34
  if filter.is_a?(Regexp)
35
35
  tag_values.any? { |tag| tag =~ filter }
@@ -1,4 +1,4 @@
1
1
  module CukeSlicer
2
2
  # The current version for the gem.
3
- VERSION = "2.0.3"
3
+ VERSION = "2.1.0"
4
4
  end
@@ -1,4 +1,6 @@
1
1
  require 'spec_helper'
2
+ require "#{File.dirname(__FILE__)}/spec_helper"
3
+ require 'rubygems/mock_gem_ui'
2
4
 
3
5
 
4
6
  describe 'CukeSlicer, Unit' do
@@ -10,4 +12,17 @@ describe 'CukeSlicer, Unit' do
10
12
  expect(Kernel.const_defined?(:CukeSlicer)).to be true
11
13
  end
12
14
 
15
+ describe 'the gem' do
16
+
17
+ let(:gemspec) { eval(File.read "#{File.dirname(__FILE__)}/../cuke_slicer.gemspec") }
18
+
19
+ it 'validates cleanly' do
20
+ mock_ui = Gem::MockGemUi.new
21
+ Gem::DefaultUserInteraction.use_ui(mock_ui) { gemspec.validate }
22
+
23
+ expect(mock_ui.error).to_not match(/warn/i)
24
+ end
25
+
26
+ end
27
+
13
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuke_slicer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Kessler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-01 00:00:00.000000000 Z
11
+ date: 2020-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cuke_modeler
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "<"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.0'
19
+ version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "<"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.0'
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -136,7 +136,9 @@ dependencies:
136
136
  - - "<"
137
137
  - !ruby/object:Gem::Version
138
138
  version: 4.0.0
139
- description: A gem for extracting test cases from a Cucumber test suite.
139
+ description: Slices a Cucumber test suite into the smallest possible executable pieces
140
+ (i.e. scenarios and individual outline example rows. These pieces can then be more
141
+ easily used for running tests in parallel.
140
142
  email:
141
143
  - morrow748@gmail.com
142
144
  executables: []
@@ -151,6 +153,7 @@ files:
151
153
  - LICENSE.txt
152
154
  - README.md
153
155
  - Rakefile
156
+ - appveyor.yml
154
157
  - cuke_slicer.gemspec
155
158
  - features/step_definitions/action_steps.rb
156
159
  - features/step_definitions/setup_steps.rb
@@ -162,6 +165,8 @@ files:
162
165
  - features/validation.feature
163
166
  - gemfiles/cuke_modeler0.gemfile
164
167
  - gemfiles/cuke_modeler1.gemfile
168
+ - gemfiles/cuke_modeler2.gemfile
169
+ - gemfiles/cuke_modeler3.gemfile
165
170
  - lib/cuke_slicer.rb
166
171
  - lib/cuke_slicer/collections/nested_tag_collection.rb
167
172
  - lib/cuke_slicer/collections/path_collection.rb
@@ -179,7 +184,7 @@ files:
179
184
  - spec/slicer_integration_spec.rb
180
185
  - spec/slicer_unit_spec.rb
181
186
  - spec/spec_helper.rb
182
- homepage: https://github.com/grange-insurance/cuke_slicer
187
+ homepage: https://github.com/enkessler/cuke_slicer
183
188
  licenses:
184
189
  - MIT
185
190
  metadata: {}