spec_tracker 1.2.0 → 1.2.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/README.md +1 -1
- data/lib/spec_tracker/version.rb +1 -1
- data/spec_tracker.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4299c4e0ec952c5dd5d44744bd06540452518910a94928b6ac6c1f5340f5af85
|
|
4
|
+
data.tar.gz: fc746400fd6bba694a4eda27ad0040587578caed4b0d542744fae28f6adf3d2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
84
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/applidium/spec_tracker.
|
data/lib/spec_tracker/version.rb
CHANGED
data/spec_tracker.gemspec
CHANGED
|
@@ -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/
|
|
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.
|
|
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/
|
|
225
|
+
homepage: https://github.com/applidium/spec_tracker
|
|
226
226
|
licenses:
|
|
227
227
|
- Apache-2.0
|
|
228
228
|
metadata: {}
|