opulent 1.7.8 → 1.7.9

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: 74b2e0ba04f9e90284dd355ce7fd2e2833eb168c
4
- data.tar.gz: b98d9add71c2d3b566acfec80d4cbb3fa8b069d0
3
+ metadata.gz: b1c1941579c259fc99cd15e1a1e6a4dd57c19b2c
4
+ data.tar.gz: fbff5113e6ce030ddce83edb4060486ca1070547
5
5
  SHA512:
6
- metadata.gz: 72b59b56da107e7d49f9195e873c0182ee8f1114b88ea0d6cb6b2705940d6e398e1a7a1a9d1c2ebcca0bd350c8d64f88426d5949aafdd033b5031f77d0aa1716
7
- data.tar.gz: 8dd11912e371b2b37985665fd4824b730e8a5b67a92fb54314b3e6e19fd16e2b7b1bed1680c44b519fcfd00c1e56f8f71ec42c657a7dfa8efdc90b9fca9a46c6
6
+ metadata.gz: a52e620f4e385a6378a702873b6f49837f44a969aa6e010884beb2eb328e4b352af064c5db0cdfbc328b9c87ad6b836e60c6dd96dc024a85d5a95b2359a1024a
7
+ data.tar.gz: d5babc21cef80676c0e53c08f13918c4e0b49cc914c4853c743c88d5329f6436336ed456313aee5769bb3b57b55d62ad622f6c5121a3183194b0ccd55ba11292
@@ -67,13 +67,13 @@ module Opulent
67
67
  end
68
68
 
69
69
  # Set input local variables in current scope
70
- if RUBY_VERSION.start_with?('1.9', '2.0')
70
+ if scope.respond_to? :local_variable_set
71
71
  locals.each do |key, value|
72
- eval "#{key} = #{value.inspect}", scope
72
+ scope.local_variable_set key, value
73
73
  end
74
74
  else
75
75
  locals.each do |key, value|
76
- scope.local_variable_set key, value
76
+ eval "#{key} = #{value.inspect}", scope
77
77
  end
78
78
  end
79
79
 
@@ -1,4 +1,4 @@
1
1
  # @Opulent
2
2
  module Opulent
3
- VERSION = '1.7.8'
3
+ VERSION = '1.7.9'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opulent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.8
4
+ version: 1.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Grozav