gameon 0.0.0.pre18 → 0.0.0.pre19

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: eb52ce1052485cca54aa59eea71161e594ffe230
4
- data.tar.gz: ab752bd33832b0a8658c851e45e563a27570e22d
3
+ metadata.gz: b2d058e7f361a4eedcf5a31864d8036d52a0034c
4
+ data.tar.gz: bcab8269a6a6bf2fd7ae95ee72e370cca1709dfe
5
5
  SHA512:
6
- metadata.gz: 6bfd8247b1d5c9edd38cfb9a23fc800244e1184944cce46376c0e9b4bcd92b2cb5069c39df0c9559a8bf435a669145c1f6cdfa10aecdac7a53a96860f477c14e
7
- data.tar.gz: 185d60e251eb9dab4352c0dca0417bfc3af7da3e6a68352a9861e0c1cbcd85795919546247142d13d2b231110647dfb33507a385fdb6feeca31dbb881232bc5b
6
+ metadata.gz: b264e09ccdf5c0e71d1868eb90ce1588c9c789e2959348519d2357539a55937ad4ded04f172223afc5be4c238c117cb11f6d0bd845001f0f8521332e8df1eadb
7
+ data.tar.gz: dd55ceb2abf9d2e2b73931c49fbfcee164093d36695dbf057912bc23f3c98383711025dba4434a03ebc363cd8714a257270d3a85d29bbe55ffc51c1a020fb83f
data/lib/gameon/base.rb CHANGED
@@ -12,7 +12,7 @@ module GameOn
12
12
  end
13
13
 
14
14
  class Env < Mushin::Env
15
- @@ds = [GameOn::Persistence::DS]
15
+ @@ds = 'GameOn::Persistence::DS'
16
16
  #Mushin::Engine.setup [GameOn::Persistence::DS]
17
17
  end
18
18
 
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.pre18
4
+ version: 0.0.0.pre19
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy