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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ca57a9cc7f55a7db0a69cac22642da17b709b24
4
- data.tar.gz: 8ee177287198378826095b0356578e1d66d18180
3
+ metadata.gz: 827609d20ecbc5d2e4d2786e742a1ba7f8f72a9a
4
+ data.tar.gz: 0942116e5fc16b864b8a257b0cdad895084cbf68
5
5
  SHA512:
6
- metadata.gz: 4d3ebc2a6c56845d242414f29ef9e865b0e815ebcbfe2a75479940d0c7cd4e8a8e31549412c973a121c64cb484995be152546048335b9f0c7ae74e8653bc6f77
7
- data.tar.gz: 68845af1ed68b6868cef1efd224008afcf6f4b2b12e2f3d5113d7fdfb3e91379220c1c5d8bae9770b01156e43b1ce77216a59c11a151071505a613f50794f12f
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.
@@ -1,3 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+
1
4
  require 'thor'
2
5
  require 'cuke_cataloger'
3
6
 
@@ -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+")
@@ -1,3 +1,3 @@
1
1
  module CukeCataloger
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
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.0
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-09 00:00:00.000000000 Z
11
+ date: 2017-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cuke_modeler