istox 0.1.107 → 0.1.108

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
  SHA256:
3
- metadata.gz: bc2792c5d915afff12f2e296f2ee01f9dcecfc9a51e75eb0da26601c59ecfa3f
4
- data.tar.gz: f50774182cb2e52e9fb4c8b046255bbd89accd6b64796088727752e0d4d1a868
3
+ metadata.gz: 44f13d60806ddc5e974ceb09bd0a26a6066ebf6f51314ed01999ca81ec5009fa
4
+ data.tar.gz: 3fa8535bb2af6bd0074e0cb05921eac4e48be9f911aaacb3d2cc39518e47063c
5
5
  SHA512:
6
- metadata.gz: 62a8427561ef9e8e6829bad1497558c3041a502e0178a038c9250fb3dc6ca9da76d43f5c6732d2a8e082aaf916ca0ef71470b418c3bb3a15e897dc331997a28a
7
- data.tar.gz: 0370d8490bca29a2cc18b6e003743607174d9e4838c3a03f02f16688cdae0e55e9da4b1a74e6669617f0c40d7cc7d52a40ddafe0d013a10f0b9d542267e493af
6
+ metadata.gz: 2d2ee1d6674b5a6298dd5a74836de6ef29efddea9eed28bd2244fa6d32f7e39fa78d938400c53da4de5814b0255806ad3234c1a16221f43bfdf451f2307d2ebd
7
+ data.tar.gz: 459bbe4701c09640c71e92b9386e54277880a1a6f4840e7450d671a45919c640b5d3ebeeff73deefeaa4bec7300c3de4a8382bb33a722bf3fe7e7b32fbefc003
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.1.106)
4
+ istox (0.1.107)
5
5
  awesome_print
6
6
  binding_of_caller
7
7
  bunny (>= 2.12.0)
@@ -99,7 +99,7 @@ module Istox
99
99
  def data
100
100
  raise 'Unable to find amqp configuration file, have you forgotten to initialise Istox::BunnyBoot?' if @amqp_config_path.empty?
101
101
 
102
- @data ||= JSON.parse(YAML.load_file(@amqp_config_path).to_json)
102
+ @data ||= JSON.parse(YAML.safe_load(ERB.new(File.read(@amqp_config_path)).result).to_json)
103
103
  end
104
104
 
105
105
  def connection
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.1.107'.freeze
2
+ VERSION = '0.1.108'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.107
4
+ version: 0.1.108
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng