mushin 0.0.0.pre75 → 0.0.0.pre76

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: 96c5779faa9d4201d748157124e25298d60311ec
4
- data.tar.gz: 8a32efdc4980b9aab350b0de27e79171f7dbec5c
3
+ metadata.gz: f0b3c819b91d7fda0dae443e803dc53bf4e08a9e
4
+ data.tar.gz: 51d0d4b5537055a736fcd181fc919516c8435bc4
5
5
  SHA512:
6
- metadata.gz: 8d5dfb79bcfbf53335b43f547d43c3e1727b86f5a4a3c11533df4263356f7df867b2038ce0db896b4320aeb66f26c70c6db79cd222ef48defc03b52f258cd1a6
7
- data.tar.gz: 6847dfc90d0a453c3dd5ecf2508baa9f379eb4cbd2a21f63eddb1bf8d3b266cd40fa379cc6e13883f91ed3e267cdbeeb1fe8ff821967516c859b1b4ea5c483a8
6
+ metadata.gz: da3bfccc7f983b54125aec2dd7b6dca0babd83048230fbb9040c043487829ac12f680e8debdd82dfc3608672dbfe5fff74ef49e7cb4506ebffe7174980a0c742
7
+ data.tar.gz: 33396077f04e519be26db01693cde6a4ebbe79d92e070dbab0406be2489a90f3915dc2548767ac1db78a03d769477d9a3c7970289bbfcab00e46b3ab2cb36f24
data/lib/mushin/base.rb CHANGED
@@ -84,6 +84,7 @@ module Mushin # Domain Frameworks Generator
84
84
  def activation name, opts={}, params={}
85
85
  @activation = Mushin::DSL::Activation.new name, opts, params
86
86
  @statment.activations << @activation
87
+ @statment.activations.uniq #TODO fix the bug?
87
88
  end
88
89
  yield
89
90
  @context.statments << @statment
@@ -104,7 +104,6 @@ module Mushin
104
104
  def call(env = Hash.new)
105
105
  #def call(env=nil)
106
106
  to_app.call(env)
107
- @stack = [] #To fix the bug
108
107
  end
109
108
 
110
109
  protected
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.pre75
4
+ version: 0.0.0.pre76
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy