gameon 0.0.0.pre72 → 0.0.0.pre73

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gameon/base.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 110bb154095fdd33785756b37a3c95089adbb783
4
- data.tar.gz: ac7da53ad9b0fb2a6ec6426766e9f88f41d15c89
3
+ metadata.gz: 0c8d144794038bec85f72f5330b219a33aa394ab
4
+ data.tar.gz: 80201e81b921a4a754b775d817725cd214f2aa7f
5
5
  SHA512:
6
- metadata.gz: f35df751c48bbed980473910c213acbee3f5f719a50c1878fc1df14c290847d8b8e64b315791a40510f58d2c912a068a02248ba9d0670c01db8b649c379847be
7
- data.tar.gz: 15b2f93aa3c04bf87c3e53c2d57bbd0a543a461a09232282e09448a69cb0ef47e052f68dc1a726ef21fca42349d9dd35a6acfb18104aa7a1cc53ef73c4084c3d
6
+ metadata.gz: 438add7e0cb3e1569856f705abea66109bde06103bfbd9061a73e425a7506b768575dd822e6ef59ab8f07bb9260448afed6518172822d7af6ef557949c7ecd1b
7
+ data.tar.gz: e16645e5330f930aae4912515da887abda4163e43083205a13c16b5a0c15344028bf5b7a04c95cbd1ad2eb8b09b3cd348e5ddc477f29e91308c9711fc8437cca
data/lib/gameon/base.rb CHANGED
@@ -14,8 +14,8 @@ 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?
17
18
  end
18
- Mushin::DSL.middlewares = Mushin::DSL.middlewares.uniq #TODO does this fix the bug?
19
19
  end
20
20
  end
21
21
  end
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.pre72
4
+ version: 0.0.0.pre73
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy