mushin 0.0.0.pre89 → 0.0.0.pre90

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 +1 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef474b8a710453a97bcb49018a0b2db9447db033
4
- data.tar.gz: bb44baa7994c94ff9aee7723df4d329ccfec85c6
3
+ metadata.gz: 46bea248e58f97dc52c5cf09bb6f4057f88cc7a2
4
+ data.tar.gz: 7241235fc503c8b71d03030d8f76f17287b555a9
5
5
  SHA512:
6
- metadata.gz: 760809c065e4f67e9d1e64eae53b5022eb56582f577aa52cc72700a409656a62d7cacee4daf89880ca8e57e7177b5257f36f7131e42ca61de86b62d16937123a
7
- data.tar.gz: 5be1d006d0a354b59f68578ce25e4271d45f4ae94678d6e1103c59c40d91c162ce29daa75f94eb526748957887b0a8bf20740b6f086db2cdf9c23b89a3e2518f
6
+ metadata.gz: 09235944dce8fe5ba5e03afe08aa025b2ebf79c2a2d2387560ba85613e85a4702b8ef075eb7899eda5e557231f0a2c7cecce904c1014dceff3abee49bbc17530
7
+ data.tar.gz: 39d0739d7697543c9dab4e575264ceef95adb4363194636110414a59bc64a32103163ddaf899c1b84a8644a6912c76ed841048fdd096bb3a6ccb384f15acd9a6
data/lib/mushin/base.rb CHANGED
@@ -22,11 +22,9 @@ module Mushin # Domain Frameworks Generator
22
22
  attr_accessor :opts, :params
23
23
  def opts
24
24
  @opts ||= {}
25
- #@opts = Hash.new
26
25
  end
27
26
  def params
28
- #@params ||= {}
29
- @params = Hash.new
27
+ @params ||= {}
30
28
  end
31
29
  end
32
30
  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.pre89
4
+ version: 0.0.0.pre90
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy