quixoten-puppetdb-terminus 2.3.4 → 2.3.5

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: 3c9fba11f35baddf55834b7a86a8bc93ad976011
4
- data.tar.gz: 81ddb39f5bac1daff692232975c989afd1fc3e58
3
+ metadata.gz: d3d25c5f9ebd41545a311b634bd02a94b31d2fb9
4
+ data.tar.gz: b287f5565077e6b5f27a0f9e9385af0bffd87f41
5
5
  SHA512:
6
- metadata.gz: 12f0b2f8d186d8aef53e968e55634a9fc3605d03bfe12d44295e8e1d384f9c5d09eee4ee935b9454d9e7f3f6cc56f2c0e821d1f4fddcf455b35d2db2a85ac8b5
7
- data.tar.gz: 0157db3d366f621be46a27e4de760c0b9c441afee21aa92b9f7dd2beba23fe248c5dc722f576a64935cd69345bfc20e6ecf1fedc1a70dcce731a551e2bb109e2
6
+ metadata.gz: 66ba11c0e67cb859c5a5a4bf5d9db7a89eda39e372544b2c35d808025eafa51a756b176279ba4f54177450912aa10ba707d9b24015cc15b9499675ad7d97a7dd
7
+ data.tar.gz: e8880a0c197af87bdb8558006e9ad801871ea76e425876563039e3ef5f4dbc4d321922c6856a4279fcae5ef27aa36768d60449972f770cfb28b4a00b676d8ad5
@@ -273,7 +273,7 @@ class Puppet::Resource::Catalog::Puppetdb < Puppet::Indirector::REST
273
273
  # case problem here: http://projects.puppetlabs.com/issues/19474
274
274
  # Once that problem is solved and older versions of Puppet that have
275
275
  # the bug are no longer supported we can probably remove this code.
276
- unless other_ref =~ /^[A-Z][a-z0-9_-]*(::[A-Z][a-z0-9_-]*)*\[.*\]/
276
+ unless other_ref =~ /^[A-Z][a-z0-9_-]*(::[A-Z][a-z0-9_-]*)*\[.*\]/m
277
277
  rel = edge_to_s(resource_hash_to_ref(resource_hash), other_ref, param)
278
278
  raise Puppet::Error, "Invalid relationship: #{rel}, because " +
279
279
  "#{other_ref} doesn't seem to be in the correct format. " +
@@ -1,6 +1,6 @@
1
1
  module PuppetDB
2
2
  module Terminus
3
- VERSION = "2.3.4"
3
+ VERSION = "2.3.5"
4
4
  UPSTREAM_VERSION = VERSION.split(".")[0..2].join(".")
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quixoten-puppetdb-terminus
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.4
4
+ version: 2.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devin Christensen