mushin 0.0.0.pre73 → 0.0.0.pre74

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: 9f8eabdf4d0e4b053fa5ccbd7e53af2463c4986a
4
- data.tar.gz: 525f4a50d262d1f022257c7724b23bd8b1249077
3
+ metadata.gz: e84bee005dfa40418c775a7199890af2fb16a7d0
4
+ data.tar.gz: e45cca075d73b7f84d4fe71b94317df6f68cd6a0
5
5
  SHA512:
6
- metadata.gz: 8a4f72d78f652d5b9a402b0c0b1334d554664017fea259dded37874c8b73a127bc4f6b390d08302b024d6f8fbd94ccda7e55abcacf8e373698a1c8d745900443
7
- data.tar.gz: 8f7e67178d79149d229c690160abfdad988726b8d1d0689a27bbc5f7367bc69322e76928fe5932f9e47824a4bba56d01b1d629fe2876ef47f6ebc928705c0ddd
6
+ metadata.gz: 76dc7477d73ec1cfbcc3a243c80f0a2939b662ddf9218d7073839c18bc41aad574a0537c72b7c46dcdbb73e15f50c29210dd51b0e265083a0ed8ece00374a557
7
+ data.tar.gz: 3106415bbeeca06d905dfd603b3183f7bb3321cbda8d9be38b590cc9944f334acd525cd03b1c4a1b31d27f3012ea0327e78dccf1fbb72846d70008583ccb9f7b
@@ -125,7 +125,8 @@ module Mushin
125
125
  #
126
126
  # @return [Array]
127
127
  def stack
128
- @stack ||= []
128
+ #@stack ||= []
129
+ @stack = []
129
130
  end
130
131
 
131
132
  # Converts the builder stack to a runnable action sequence.
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.pre73
4
+ version: 0.0.0.pre74
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-04 00:00:00.000000000 Z
11
+ date: 2014-08-05 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!