mushin 0.0.0.pre86 → 0.0.0.pre87

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 +4 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 854ba148330bcae4ddd3f302e8240ff448e0124e
4
- data.tar.gz: 1ef351d40602b570e138329b5b79caeaaafb37d8
3
+ metadata.gz: 5c2721855ddab20d7a41474c26037c93ed996faf
4
+ data.tar.gz: 40673e6640b0ba4a02453e0b6e19ba05092df4b8
5
5
  SHA512:
6
- metadata.gz: 0fac94efff4537da4b34ebc9c597078dd22780c1757102c7dc6bab4ef9619b366785e7d6dd17bf57db082b4b56d809d40d6b01bdecaa87c2bd9c0f5785ef3c00
7
- data.tar.gz: 7db14adbf7715cbd3ad4bef7ee553947a71f5b79bd482f7de9a12d1d209c95a882311bb3b9a5cc6edb9212545a7e5d39563e5ac98777c3ffec2c7fb1175c0163
6
+ metadata.gz: 00e3f99b0e814d1a643364f64ec26ea51d3c2e7c767f24f932e008685315acef7fcc18bc326d0f1db8b66a9f988fd08ac25cbc6dbb2756551ecf203370bd24f1
7
+ data.tar.gz: 08c638d6d187d405d99981082c2aac0291698f1b292b82f3343cf0c9a51f8d25eec5407568eee533d4671eaf582f7974552ebc914493790adbf49c80a8855ef9
data/lib/mushin/base.rb CHANGED
@@ -21,10 +21,12 @@ module Mushin # Domain Frameworks Generator
21
21
  class << self
22
22
  attr_accessor :opts, :params
23
23
  def opts
24
- @opts ||= {}
24
+ #@opts ||= {}
25
+ @opts = Hash.new
25
26
  end
26
27
  def params
27
- @params ||= {}
28
+ #@params ||= {}
29
+ @params = Hash.new
28
30
  end
29
31
  end
30
32
  module Opts
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mushin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.pre86
4
+ version: 0.0.0.pre87
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-10 00:00:00.000000000 Z
11
+ date: 2014-10-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: In the beginner’s mind there are many possibilities, in the expert’s
14
14
  mind there are few!