jsontemplate 0.4.4 → 0.4.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: 6b68348b86cca062285d49768327d3e9b78c1629
4
- data.tar.gz: 89c13b9bc9e2e01a123c6d67973d7001d77bbd6c
3
+ metadata.gz: 7f5bae304f423babccd9e373ecdf759abb716f4f
4
+ data.tar.gz: b894f97aec0eb0f5201b822e6b697ead810c0240
5
5
  SHA512:
6
- metadata.gz: f71b2053ef9dade13f9505d21fbf0ba6b10e083a19e27685b4434f418edd83aa025a6918f46c50d39c122a714e663405bdb7244c08d044c144ea431d22e2c08c
7
- data.tar.gz: ac740efdf3e0b3b7b0ff9aff2f191379675298da1ad7cce162657735a34d520482b78c2a0d01c1226444d90b962715c4ffd284a41f4bb3819ee4a076d95edf0b
6
+ metadata.gz: 92914a10d1f4e437ab1f729c44787db10fd54efcb275d63a031463a823f9387e1d468521a7e93d75f3f4bb9fefd180cf0d1d90a056697a2f4ecf1281f1d25bff
7
+ data.tar.gz: 63958497ae0f2e923e501f51e23b3f4624c5fbff86bafffa8ce4f2dd5f7546384437aa5078be2bdaa3981a78f082df9385d9eb5c87489ee014b1ede2efb21709
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jsontemplate (0.4.4)
4
+ jsontemplate (0.4.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/jsontemplate.rb CHANGED
@@ -26,7 +26,6 @@ class JsonTemplate
26
26
  def process_dirmerge(pattern)
27
27
  files = Dir.glob(@dir+"/"+pattern)
28
28
  files.collect do |path|
29
- p path
30
29
  r = JsonTemplate.new(path,@path).process_dict
31
30
  key=File.basename(path).split(".")[0..-2].join(".")
32
31
  [key, r]
@@ -1,3 +1,3 @@
1
1
  class JsonTemplate
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsontemplate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vidar Hokstad