mushin 0.0.0.pre34 → 0.0.0.pre35

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mushin/base.rb +6 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 868fbcf5ceaddd6c864de818a38d746848018c9a
4
- data.tar.gz: 0ce68471333b600cf9026c71581daae010f29c40
3
+ metadata.gz: 74399bab224ced4b953cc46168a005ee96a3d80c
4
+ data.tar.gz: f16d2580cef6f46583f1d92e89deb3a12d69d6d9
5
5
  SHA512:
6
- metadata.gz: 921e33c9124546ccd9f9dcbfdfec083d20c4b6895ed641da2559c03c3b01405505c264014c9a560bd1ba71a84acebda0f956d443aa9e175c014288118d64c830
7
- data.tar.gz: c24e26728cbeb62fd659f725ac70b2e378e44f9196db6a6e7ae2ff1372b38982d727bc614abf836e2f9ae0766e97be1d33650aa62f2ae1b38744044d6a86634c
6
+ metadata.gz: e5a78a6f29ee39034290ea58dc6a15b979a255629850b27beb5f8fd3bded6a6e49b65fb2bf5f94bb66f765eba380a4adae3c9d1bbb101dd966ac190133fe88ad
7
+ data.tar.gz: f4839952e96f6c9025aad5ca5bd7f8581cb6b5fd2d9a1882db03f84824262e18f2deaacdd54227359e618ad2014b090408b4ef6d3b3f2a245cc1658107cbb397
data/lib/mushin/base.rb CHANGED
@@ -9,12 +9,15 @@ module Mushin
9
9
 
10
10
  module Customization
11
11
  class << self
12
- #attr_accessor :opts, :params
13
12
  def opts
14
- @opts ||= {}
13
+ instance_eval do
14
+ @opts ||= {}
15
+ end
15
16
  end
16
17
  def params
17
- @params ||= {}
18
+ instance_eval do
19
+ @params ||= {}
20
+ end
18
21
  end
19
22
  end
20
23
  module Opts
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.0.0.pre34
4
+ version: 0.0.0.pre35
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy