gameon 0.0.0.pre19 → 0.0.0.pre20

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 +0 -28
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2d058e7f361a4eedcf5a31864d8036d52a0034c
4
- data.tar.gz: bcab8269a6a6bf2fd7ae95ee72e370cca1709dfe
3
+ metadata.gz: 78ac12012fc0dcfb1cfc340cfe409323a7b0b0ed
4
+ data.tar.gz: cb9ae1dcc6d7a4514ccc1a0e91419a338963f22b
5
5
  SHA512:
6
- metadata.gz: b264e09ccdf5c0e71d1868eb90ce1588c9c789e2959348519d2357539a55937ad4ded04f172223afc5be4c238c117cb11f6d0bd845001f0f8521332e8df1eadb
7
- data.tar.gz: dd55ceb2abf9d2e2b73931c49fbfcee164093d36695dbf057912bc23f3c98383711025dba4434a03ebc363cd8714a257270d3a85d29bbe55ffc51c1a020fb83f
6
+ metadata.gz: d576894cdb9724d6efce77b684679b307624a34e30687ec8f0b1f6ffeb948478919b95dcacdc56fa22288ef97c53328e2a2245ac9a2c509f03104d05fea6a480
7
+ data.tar.gz: 112d2dbb4e5a9269eeb9f67637ec0c3573d854e98889502b651daad4a260e6c07e63a9c9fc6b88179e38fa472562e3a17a0a451631001684a7725feb195ece34
data/lib/gameon/base.rb CHANGED
@@ -3,7 +3,6 @@ module GameOn
3
3
  GameOn::Persistence::DS.load id
4
4
  end
5
5
 
6
-
7
6
  module Gamebook
8
7
  extend Mushin::DSL::Notebook
9
8
  Mushin::DSL::Notebook.build 'game', 'rule', 'activate'
@@ -13,32 +12,5 @@ module GameOn
13
12
 
14
13
  class Env < Mushin::Env
15
14
  @@ds = 'GameOn::Persistence::DS'
16
- #Mushin::Engine.setup [GameOn::Persistence::DS]
17
15
  end
18
-
19
-
20
- #class Activities < Mushin::DSL::Activities
21
- #include Mushin::DSL::Activities
22
- #extend Mushin::DSL::Activities
23
- #TODO transfer construction to mushin
24
- #def self.construction game, activity
25
- # GameOn::Engine.run game, activity
26
- #end
27
- #end
28
-
29
- =begin
30
- module Engine
31
- def Engine.run game, activity
32
- #[Mushin::Presistence::DS, Mushin::blahblah]
33
- #use Mushin::Persistence::DS
34
- #Mushin::Engine.setup do
35
- #['some entity middleware','some datastore']
36
- #use Mushin::DS.blaa and then class_eval there
37
- #end
38
- Mushin::Engine.setup [GameOn::Persistence::DS]
39
- Mushin::Engine.run game, activity
40
- end
41
- end
42
- =end
43
-
44
16
  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.pre19
4
+ version: 0.0.0.pre20
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy