cuke_cataloger 1.3.0 → 1.3.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/History.md +5 -0
- data/bin/cuke_cataloger +3 -0
- data/lib/cuke_cataloger/unique_test_case_tagger.rb +1 -0
- data/lib/cuke_cataloger/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 827609d20ecbc5d2e4d2786e742a1ba7f8f72a9a
|
|
4
|
+
data.tar.gz: 0942116e5fc16b864b8a257b0cdad895084cbf68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e628724c39985b33ef58610f5b09312166bf40e0bc0f3dae780b6e481d21741e3d6c70ac7e5a9449765350c3708a6eaba2ba961871515384d7f55a1f452f8d1
|
|
7
|
+
data.tar.gz: 92632d986a95cf0449f3763a05f44dc07ebf6167a69a5e6896d71662e4d190cc591c576882f51293fe1b7ca547d6bb46ab4b2d965681d90f00b1bad4fcf6b42a
|
data/History.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history
|
|
2
2
|
|
|
3
|
+
### Version 1.3.1 / 2017-01-11
|
|
4
|
+
|
|
5
|
+
- Bug fix: Added missing shebang line to the gem's executable file.
|
|
6
|
+
|
|
7
|
+
|
|
3
8
|
### Version 1.3.0 / 2017-01-09
|
|
4
9
|
|
|
5
10
|
- Bug fix: Replaced non-Ruby 1.8.x compatible code so that the gem now correctly works with older versions of Ruby.
|
data/bin/cuke_cataloger
CHANGED
|
@@ -96,6 +96,7 @@ module CukeCataloger
|
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
def set_id_tag(tag_prefix)
|
|
99
|
+
# todo - should include the '@' in this or anchor the pattern to the beginning of the tag
|
|
99
100
|
@tag_prefix = tag_prefix
|
|
100
101
|
#todo -should probably escape these characters
|
|
101
102
|
@tag_pattern = Regexp.new("#{@tag_prefix}\\d+")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cuke_cataloger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Kessler
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cuke_modeler
|