mushin 0.0.0.pre72 → 0.0.0.pre73

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: f4c4b9b5fef1b02f25f8f9d76ceed3bb2f6a9ed0
4
- data.tar.gz: 020d4651794158b274f4f1e7496b8f1920a597bf
3
+ metadata.gz: 9f8eabdf4d0e4b053fa5ccbd7e53af2463c4986a
4
+ data.tar.gz: 525f4a50d262d1f022257c7724b23bd8b1249077
5
5
  SHA512:
6
- metadata.gz: 561e681f051f032ac312387827a9dc74e714e31dc93d3348107719a7ffdc1806cdc8e372c399eca0d1541bfdbee4d8362ed562ab7c9aecb845ffe48a2f1977f8
7
- data.tar.gz: 77612d70fee6d42c66457af722f790f5cbe3a431c127c0b7c2123b61f99a41be908c4abc3369e1d0accf604b8536017f2753cb8e0c7f8b0dfe145db58606e74f
6
+ metadata.gz: 8a4f72d78f652d5b9a402b0c0b1334d554664017fea259dded37874c8b73a127bc4f6b390d08302b024d6f8fbd94ccda7e55abcacf8e373698a1c8d745900443
7
+ data.tar.gz: 8f7e67178d79149d229c690160abfdad988726b8d1d0689a27bbc5f7367bc69322e76928fe5932f9e47824a4bba56d01b1d629fe2876ef47f6ebc928705c0ddd
@@ -104,12 +104,8 @@ module Mushin
104
104
  def call(env = Hash.new)
105
105
  #def call(env=nil)
106
106
  to_app.call(env)
107
- reset
108
107
  end
109
108
 
110
- def reset
111
- @stack = []
112
- end
113
109
  protected
114
110
 
115
111
  # Returns the numeric index for the given middleware object.
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.pre72
4
+ version: 0.0.0.pre73
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy