gameon 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gameon/base.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e878255f200ce807228ff42948d237f8bab4de3
4
- data.tar.gz: 8cd0a8638c15151238a01272c21baa3dab90677a
3
+ metadata.gz: 704918776353b4fdda0d324e3ed5b9d3e5c01cfe
4
+ data.tar.gz: 9ac18842c7094612a6cbb4386d22a85913a6a15a
5
5
  SHA512:
6
- metadata.gz: 6819a743a7022d8467ce7bf8bc4bff3ead2f23b1f2a22299ca3cd2e9fef9a7675b00a21cd0b6d21586b0c81637af6bc5dc39e13c6859eb6a1a06ad4e04b19d7b
7
- data.tar.gz: f1a2afd98232720f7193220127e6f134e2fc363986006abff302911ca0602ac2ac93f73bb87b0d41a359e07052785a9c66a21a90ab5429131a509e753b5901d9
6
+ metadata.gz: e65a0a8f26895589b2b65e6ee6c89b870ce1392c0c54a989cf56214774815b6b95785e5203798473585f9c1ccba9832c9972c6d9543a0854fe77e78bc0860cef
7
+ data.tar.gz: cb9f2b763c95852ff14efeb3b07723312fd2c809eac60f478b3738cd7aa564bcef3fb9f991acf18f04f4eff72565c0761d189f68cd5f692b91c7ed43eac7695f
data/lib/gameon/base.rb CHANGED
@@ -14,13 +14,13 @@ module GameOn
14
14
  if activity_statment == statment.title
15
15
  statment.activations.each do |middleware|
16
16
  Mushin::DSL.middlewares << middleware
17
- Mushin::DSL.middlewares.uniq! #TODO does this fix the bug?
18
17
  end
19
18
  end
20
19
  end
21
20
  end
22
21
  end
23
- Mushin::DSL.middlewares
22
+ #Mushin::DSL.middlewares
23
+ Mushin::DSL.middlewares.uniq! #TODO does this fix the bug?
24
24
  end
25
25
  end
26
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gameon
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