spec_tracker 1.2.0 → 1.2.1

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: 42ee99ae0c565daf509758ee4f166d7fc0cb0ecd2e8916029563d8ed6b2daef8
4
- data.tar.gz: 7c4f953579382b0f7f32d626951a389f3027da048c349984c634f87f8dd27908
3
+ metadata.gz: 4299c4e0ec952c5dd5d44744bd06540452518910a94928b6ac6c1f5340f5af85
4
+ data.tar.gz: fc746400fd6bba694a4eda27ad0040587578caed4b0d542744fae28f6adf3d2e
5
5
  SHA512:
6
- metadata.gz: 1a6be4b413f8a5d3b725895a4dd18cdc625b6f3f758083256bc444372ff4b009ac5447aaecd7465c421fd769268ca20b75c01bbd7d3f7beaceb7335f8bf7c4bc
7
- data.tar.gz: 93668917bb48db7f6ec84549d58c88d518bfecd6426edf04e41e0e96f8a4afc4036fa869061fa1d34b8ab2a2220127528607410072ca12759b2c6acd5becf598
6
+ metadata.gz: aaa93dd0457526f376655cc3869ded5dbd6967163ac106468c4d4b68aff7a57a2957fa03d42274e6e8950bb82b20d9bd6ca9eb20c4f85e48ef28aaea923c6a8d
7
+ data.tar.gz: 8b1bb15c562ca2ef99d668d418657d58dc12cb448e16b3fcc81dca1544c445fd292bc62919d454eaf3db23dafb02394b118c9a00543dba6171d5a1ad75dc8145
data/README.md CHANGED
@@ -81,4 +81,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
81
81
 
82
82
  ## Contributing
83
83
 
84
- Bug reports and pull requests are welcome on GitHub at https://github.com/jvigne/spec_tracker.
84
+ Bug reports and pull requests are welcome on GitHub at https://github.com/applidium/spec_tracker.
@@ -1,3 +1,3 @@
1
1
  module SpecTracker
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = %q{Track tests that validate specification use cases}
14
14
  spec.description = %q{Get an overview of your project traceability matrix.}
15
- spec.homepage = %q{https://github.com/jvigne/spec_tracker}
15
+ spec.homepage = %q{https://github.com/applidium/spec_tracker}
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
18
18
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spec_tracker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joanna Vigné
@@ -222,7 +222,7 @@ files:
222
222
  - specifications/configuration.feature
223
223
  - specifications/parse_csv_specifications.feature
224
224
  - specifications/parse_gherkin_specifications.feature
225
- homepage: https://github.com/jvigne/spec_tracker
225
+ homepage: https://github.com/applidium/spec_tracker
226
226
  licenses:
227
227
  - Apache-2.0
228
228
  metadata: {}