gameon 0.0.0.pre123 → 0.0.0.pre124

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: 8732eecad8ffb4fde01d1fcf2ea055e8e5978442
4
- data.tar.gz: af0a7bb7cea132b00046ff30b4be4b5dda6a729d
3
+ metadata.gz: a10d6c9f279961de26516c323ab6e4d6406bd2a3
4
+ data.tar.gz: aa4430fe5a10a56f81fa1105d3cb973f21ebde83
5
5
  SHA512:
6
- metadata.gz: 850b53e55f6948703e92072b1b80ea757ad47fd5d4641cdf2f084981c8b40b8e721b3538cfd5b4c1e14c0627d3db6724e9dff51e325591732ccdfcb12d840106
7
- data.tar.gz: 578827718645e40edda9d47fda958978f0f5056930df28606bce0fe75a91b7f88ba0e658c60268bcfcf0fc2d35801b67f327ace160fdc0fd4031ee848e3dabf9
6
+ metadata.gz: 5b59b1dcff9a432286d2d786597e4bf531e9dd4d9ab4b8831de140b0474dc0fdf8a7f9e9212ce75bb84e615ee294f07b533c8e69fd949cbe7faf833cfc59e40b
7
+ data.tar.gz: ddce42a156efd52afde2dcbb9be9e619157f65c63fb2d19c9294c0bfce2b37d8214e91a2d1b21cb932ae2026a3f68846b36004a058cb4743fb38efe81c0d0138
data/lib/gameon/base.rb CHANGED
@@ -113,7 +113,7 @@ module GameOn
113
113
  instance_eval(&block)
114
114
 
115
115
  #GameOn::Env.id = @id
116
- GameOn::Engine.setup [Object.const_get('GameOn::Persistence::DS'), @id]
116
+ GameOn::Engine.setup [Object.const_get('GameOn::Persistence::DS'), {}, {:id => @id}]
117
117
  @activities.uniq.each do |current_activity_title|
118
118
  GameOn::Engine.run @current_context_title, current_activity_title
119
119
  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.pre123
4
+ version: 0.0.0.pre124
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy