gameon 0.0.0.pre51 → 0.0.0.pre52

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 +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82f5e124120ad39e4c825ce00a77f643c5702d37
4
- data.tar.gz: 07920bcc986f86a88802f2f19a0f4c09e74506bb
3
+ metadata.gz: da4a989648573d9f4103aa83da67f231041b9916
4
+ data.tar.gz: 2b454572d8521a4c39c080efe46922b4004b83ad
5
5
  SHA512:
6
- metadata.gz: 3d3ae79b9df1ce8554085d6d6df2b6036fa0c481398a0eddc34356fa850a9f63739c6467436758e92a777c62ea42ec17a4d0f9732025f1c868c54343f5b07b6a
7
- data.tar.gz: d98156b929dd4a59e6f7fa5af7cd47e7cae899f98665bd680d77ba21e50d84cbf73d7a92a098d238c86aba5ffd4dec795189763e151774b57a8f85b75f4b24f9
6
+ metadata.gz: 098ee1211360edf79a6d7ebd5402dc094319b14e5695648487849a421db8ed0a2f8f492ae2ce42bd1413b92e23b281992ae272da2dff91fac4514c69e1c29f2d
7
+ data.tar.gz: b3443022e445027ce1d03c2da47d20045c1283afcff6368e581f50bf65fd4509d2129b9ed0cd63b959aa6bfa4a4fd747c5e1e719a8a9c12f0aa82bce981c8bca
data/lib/gameon/base.rb CHANGED
@@ -72,7 +72,7 @@ module GameOn
72
72
  @activities.each do |activity|
73
73
  GameOn::Engine.run @domain_context, activity
74
74
  end
75
+ return get @id
75
76
  end
76
- return get @id
77
77
  end
78
78
  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.pre51
4
+ version: 0.0.0.pre52
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy