hyperloop-config 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75342342daae3957c0ad9e88d1bec7dca6adb2bb
4
- data.tar.gz: 57c7e5e204cd0b267591c9c7e0e999b456938c31
3
+ metadata.gz: 2c41197bc6c05a542ac1a8391163396b9a984685
4
+ data.tar.gz: ea192d13f4b1cf7d12cf4c649d2d33c5d2eda624
5
5
  SHA512:
6
- metadata.gz: 25a85fc640349989a12f861c8dff13e9d4d02f485e6f587b882b72a79d51d781283bc97ace866f2f3eeb1b4634b0ab4586baf20cc86c924d06a7eec02d4296f0
7
- data.tar.gz: a3836f359230798716a5840f19c9da877972ab4f26b2e290e1fa21e2e92d0a717dfed51eb39f45c5184bca28597c80931f9e8e0cf2383a7f9eeae5ef1ef5c1e3
6
+ metadata.gz: 216ce489e927e8a361526e1f62cca7fb974ae71901a98fd0f39154a5ef9862dae74fd0c5c400a40dd5d02a16baafb3aad701c3126a9e9a62868f769977014117
7
+ data.tar.gz: 4033e9734d79d0741ee381c4a08dd7a575603c4a4c0810003607ca9f3ef2f5316db5f26154300b912021212f2960b3f28c0d52976a28f86c1d9f979f8e95f854
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "hyperloop-config"
7
- spec.version = "0.9.6"
7
+ spec.version = "0.9.7"
8
8
  spec.authors = ["catmando"]
9
9
  spec.email = ["mitch@catprint.com"]
10
10
 
@@ -12,7 +12,6 @@ module Hyperloop
12
12
  # If you want to record the current value of the instance variable then set
13
13
  # force to true.
14
14
  def self.set_var(ctx, var, force: nil)
15
- puts "calling set_var(#{var})"
16
15
  inst_value_b4 = ctx.instance_variable_get(var)
17
16
  if @context && !@context[ctx].key?(var) && (force || !inst_value_b4)
18
17
  @context[ctx][var] = (inst_value_b4 && inst_value_b4.dup)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyperloop-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - catmando