kameleon-builder 2.7.3 → 2.7.4

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: a2c9644b602c1fe67b1fcab541b004d3695392bb
4
- data.tar.gz: e1df98ecaf104f722a5dfd2cad453b353b83ae40
3
+ metadata.gz: 4ff21f86a1671405880c74b610e8df7ecd5790ed
4
+ data.tar.gz: c85124ab72fa1cee58e53d81538012d086aa0291
5
5
  SHA512:
6
- metadata.gz: 28137867258f3f264da34dec74181369976a54cdfd9cf4c92e1fa0ea3cce55af0f90bfb6f07045944ee65ee4702948f4f570a38279087fb19b57c04b9b0c4821
7
- data.tar.gz: db96df44109150bfb4f4eabecfa5d44c6655c3a0149f65338c585d03f401e40583d5e34d563718ef6072fbdf209b5900aee3f464f513b985c028ec8fa469d872
6
+ metadata.gz: 9de3025bb6be69728721a11e7241bb053ee9a4be1ec11fad6111d72960e5ea1c14586c8b2c6823474d9a0845e8636b155ab9b287a5f20dd581ae93607af91127
7
+ data.tar.gz: 5efd6699c60b3ac112d475405ef6f82482a05a6ec54aa0524b25959f413acdc131eb9d9c926ce8dcc46f5a29053f6b91ad620e1079f6b121dc5bd6d7d7b302d4
data/.bumpversion.cfg CHANGED
@@ -1,7 +1,7 @@
1
1
  [bumpversion]
2
2
  commit = True
3
3
  tag = True
4
- current_version = 2.7.3
4
+ current_version = 2.7.4
5
5
  parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
6
6
  serialize =
7
7
  {major}.{minor}.{patch}.{release}
data/CHANGES CHANGED
@@ -1,6 +1,13 @@
1
1
  Kameleon CHANGELOG
2
2
  ==================
3
3
 
4
+ Version 2.7.4
5
+ -------------
6
+
7
+ Released on August 29th 2016
8
+
9
+ - Fix Kameleon_data_dir is not rendering correctly with {} (#85)
10
+
4
11
  Version 2.7.3
5
12
  -------------
6
13
 
@@ -19,7 +19,7 @@ module Kameleon
19
19
  raw.to_s.scan(/\$\$kameleon\_data\_dir\/(.*)/) do |var|
20
20
  warn_var(var)
21
21
  end
22
- reg = %r/\$\$kameleon\_data\_dir\/(.*)|\$\${kameleon\_data\_dir}\/(.*)/
22
+ reg = %r/\$\$kameleon\_data\_dir|\$\${kameleon\_data\_dir}(.*)/
23
23
  matches = raw.to_enum(:scan, reg).map { Regexp.last_match }
24
24
  matches.each do |m|
25
25
  unless m.nil?
@@ -50,6 +50,7 @@ setup:
50
50
  - exec_local: |
51
51
  echo $$toto $$user_name
52
52
  - test_data:
53
+ - exec_local: cat $${kameleon_data_dir}/mydata.txt
53
54
  - exec_local: cat $$kameleon_data_dir/mydata.txt
54
55
  - local_variables
55
56
 
data/version.txt CHANGED
@@ -1 +1 @@
1
- 2.7.3
1
+ 2.7.4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kameleon-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.3
4
+ version: 2.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salem Harrache
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2016-06-20 00:00:00.000000000 Z
15
+ date: 2016-08-29 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: childprocess