aws-cfn-dsl 0.8.4 → 0.8.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: 8ec78e5e2b024d70a58ffcffe96f81b84cae003e
4
- data.tar.gz: 24a6639f78ae814c9200ffbf3620fae5683f2750
3
+ metadata.gz: 1992254b51846890ff3a3fdd148a3a16716b976e
4
+ data.tar.gz: 222bfa14decddf193437cb735bdc0ad6e988d1b7
5
5
  SHA512:
6
- metadata.gz: dc491c71f170cebbc14e2242c908c2c391594dcd1ccacb3b52fea8bdb61dd096d3a9897d143313ebc64f00b546214fe1dc1574cb720fbffb05c0e26ba638fb35
7
- data.tar.gz: fb1f784f49f493d1be603b6727b893da8db63b8aa2a11030af570c476019cd449d87c7f81328cb7ba5439e97e461279ae92d7845b3e867aa2d0058848ad2da3d
6
+ metadata.gz: 242a5d01fa5631f03ef1e72516ddc7ddeb03561b78ae9befdbd2021efae945383304b22314d8835f48fd0c9c2366f9b7affa0ac123f42b5afd2881c4d1593eb6
7
+ data.tar.gz: b3bd32638830299b37cd32e4056caadbc414f0ce284db4fa67a689a75a253fd8d775e1db1f4b5065b7789da676a5812f28751976258868594809c7815a38516b
@@ -72,7 +72,7 @@ module Aws
72
72
 
73
73
  def hash_refs(line,scope)
74
74
  block_regex = %r/\{\s*:\S+\s*=>.*?\}|\{\s*\S+:\s*.*?\}/
75
- match = line.match %r/^(.*?)(#{block_regex})(.*)$/
75
+ match = line.match %r/^([^#]*?)(#{block_regex})(.*)$/
76
76
  if match
77
77
  left = match[1]
78
78
  code = match[2]
@@ -1,7 +1,7 @@
1
1
  module Aws
2
2
  module Cfn
3
3
  module Dsl
4
- VERSION = '0.8.4'
4
+ VERSION = '0.8.5'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-cfn-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christo DeLange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-30 00:00:00.000000000 Z
11
+ date: 2014-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print