attributor-flatpack 1.2.2 → 1.2.3

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: d7c83619e69912dac110f8f66981c26904c3613b
4
- data.tar.gz: a4379341c151eb0436fffcc3cd77630baa3b2efe
3
+ metadata.gz: bfa95aba88b552db938fedcd58bc656ca87645d5
4
+ data.tar.gz: 3cb60abcd8018d7c735594e6c601a7f216c612c3
5
5
  SHA512:
6
- metadata.gz: 336ef03e6940a442de9300e65ab433a2691f45f54d583329fba22fa146e190bce0e792504815b3ad810eaa179c120ab2d9ec96431b58e3d08c9698d3146a8148
7
- data.tar.gz: 523cdd36a4554f3b54caa997e16c57c64459fc29c97341b36073483590d7aa52bfd9e336fb7c2339e973bdf2d685d7baddd8d2d3998c4f282ddd35627e0b859b
6
+ metadata.gz: 610af5bba5249851351a9630395f28402dbf166d149307765998edd30e5cca0f7213614b3e08c5cd74474de7cb3fb95d63da6bd7a7a93dab2502586f71aaa8f8
7
+ data.tar.gz: b1787f66e0ddace0d2786b9164fd00fded495faff70eaa1565c5ddf294d6342ff5906a8586b16efb71980a8b9b98b5b0c2b6aaacdced1db152fbc2d054aa5151
@@ -29,7 +29,8 @@ module Attributor
29
29
  def self.example(context = nil, **values)
30
30
  example = super
31
31
  # Need the @raw to be set as well, since we're using it in fetch
32
- example.instance_variable_set(:@raw, @contents.dup)
32
+ contents = example.instance_variable_get(:@contents)
33
+ example.instance_variable_set(:@raw, contents.dup)
33
34
  example
34
35
  end
35
36
 
@@ -1,5 +1,5 @@
1
1
  module Attributor
2
2
  module Flatpack
3
- VERSION = '1.2.2'.freeze
3
+ VERSION = '1.2.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attributor-flatpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dane Jensen