mushin 0.22.0 → 0.23.0

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: 2cf3a7254d8c86668caee79b1641f3f2bf1ab132
4
- data.tar.gz: d7666cb722bf83e25baf7b94cf32bce8105baf20
3
+ metadata.gz: '029175e72fd5cf08f2c405e994b83f8986cb8046'
4
+ data.tar.gz: a51f1f7edbf0be455a3e9ad6bab7c984a82090bf
5
5
  SHA512:
6
- metadata.gz: 26e95d6d38c42c92f6b7cbb88d018e71968672b9036b0b2f30bbd6c08934df1bd89aac3842b76533b275e8894ba004926929a6ea73a9b532e21ecbff7f2a3563
7
- data.tar.gz: 2d02c31ff7c0acba576bf93f840e03065ec7516dad7352246c8bb84bfc34f58594ea1fe1a2b506ee754314afa4a410b319793cca53b2a3b61b75383ad87e0c21
6
+ metadata.gz: fe5a40ba7967c5f16e294a0ebe9e5b4122737576b553f9e6cafadfea48cb7da4d6849069e67c09d4341c591dabd10c8ebdbf68fb634eefda065ec99e6515d649
7
+ data.tar.gz: 68ac73f490c928c75f5589b3abd6a2858f961944762f40501fee9dccc9bdc778f482b23cb3af8c04a2578ffdb69bd904874421668a67d6e9cb0345665e99e2c4
data/lib/mushin/main.rb CHANGED
@@ -70,10 +70,10 @@ module Mushin
70
70
 
71
71
  klass_construct_value.each do |klass_ext|
72
72
  ext_hash = Hash.new
73
- ext_hash[:ext] = klass_ext[:ext]
74
- #ext_hash = klass_ext
75
- ext_hash[:params] = klass_ext[:params] #Hash.new
76
- ext_hash[:opts] = klass_ext[:opts] #Hash.new
73
+ ext_hash = klass_ext.clone
74
+ #ext_hash[:ext] = klass_ext[:ext]
75
+ #ext_hash[:params] = Hash.new
76
+ #ext_hash[:opts] = Hash.new
77
77
 
78
78
  klass_opts_hash = klass_ext[:opts]
79
79
  klass_params_hash = klass_ext[:params]
@@ -1,3 +1,3 @@
1
1
  module Mushin
2
- VERSION = "0.22.0"
2
+ VERSION = "0.23.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mushin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - zotherstupidguy