mushin 0.0.0.pre74 → 0.0.0.pre75

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: e84bee005dfa40418c775a7199890af2fb16a7d0
4
- data.tar.gz: e45cca075d73b7f84d4fe71b94317df6f68cd6a0
3
+ metadata.gz: 96c5779faa9d4201d748157124e25298d60311ec
4
+ data.tar.gz: 8a32efdc4980b9aab350b0de27e79171f7dbec5c
5
5
  SHA512:
6
- metadata.gz: 76dc7477d73ec1cfbcc3a243c80f0a2939b662ddf9218d7073839c18bc41aad574a0537c72b7c46dcdbb73e15f50c29210dd51b0e265083a0ed8ece00374a557
7
- data.tar.gz: 3106415bbeeca06d905dfd603b3183f7bb3321cbda8d9be38b590cc9944f334acd525cd03b1c4a1b31d27f3012ea0327e78dccf1fbb72846d70008583ccb9f7b
6
+ metadata.gz: 8d5dfb79bcfbf53335b43f547d43c3e1727b86f5a4a3c11533df4263356f7df867b2038ce0db896b4320aeb66f26c70c6db79cd222ef48defc03b52f258cd1a6
7
+ data.tar.gz: 6847dfc90d0a453c3dd5ecf2508baa9f379eb4cbd2a21f63eddb1bf8d3b266cd40fa379cc6e13883f91ed3e267cdbeeb1fe8ff821967516c859b1b4ea5c483a8
@@ -104,6 +104,7 @@ 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
107
108
  end
108
109
 
109
110
  protected
@@ -125,8 +126,7 @@ module Mushin
125
126
  #
126
127
  # @return [Array]
127
128
  def stack
128
- #@stack ||= []
129
- @stack = []
129
+ @stack ||= []
130
130
  end
131
131
 
132
132
  # Converts the builder stack to a runnable action sequence.
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.pre74
4
+ version: 0.0.0.pre75
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy