gameon 0.0.0.pre28 → 0.0.0.pre29

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 +2 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eaf6627a8bbc832a16281e2c22cb1d04577e90a5
4
- data.tar.gz: 160afe5c9b28d7a929a58b93206b28274acfd382
3
+ metadata.gz: 978c7cb6887dbce350fb17ecadc6800cfbfd1a99
4
+ data.tar.gz: bf1c816d7616739f8fe5d0df5d536f193b2e912f
5
5
  SHA512:
6
- metadata.gz: 8e5916d6c0fd64bbf90c63b267ee1ec8fb7da3b9872d4b504a83b7b2fcc1c85db323a77c253cfd40a80c975fd04677164f63c73fa26dc3ac58d2f4f11c25b44c
7
- data.tar.gz: 30674f2e6f4840717dcb7f8019e2fd36086541d07bb7d9397f05c3303260346b85d7ec6ff538ae22b576942fa074a0ec1bc9e2f7457d75c9bda24e8b04c04370
6
+ metadata.gz: 0d03f47cbff92ef18392c72a815d83675f952e93c77b1998c618b8fbd5c5456e3c1028b57999847f5e35f30b8d6fc3330efaece5b74c5777cb5ff6c8bcc5adb5
7
+ data.tar.gz: 2572b2d8138af765b9de890be6724001031130f6ed3afb05bfae9a9f3941b3b8a2578012a37edfaaf3ca7bdbf4cbd0aef116e826d393ab1b87537375f97fb0bc
data/lib/gameon/base.rb CHANGED
@@ -1,7 +1,8 @@
1
1
  module GameOn
2
2
  module Gamebook
3
3
  extend Mushin::DSL::Notebook
4
- Mushin::DSL::Notebook.build 'game', 'rule', 'activate'
4
+ #Mushin::DSL::Notebook.build [:game], [:rule,:2ndlevelconstruct,[:nested_constructA, :nested_contructB]], [:activate]
5
+ #Mushin::DSL::Notebook.build 'game', 'rule', 'activate'
5
6
  #TODO As a Framework developer you get to add alias_methods
6
7
  # Example alias_method :ninja, :rule
7
8
  end
@@ -11,9 +12,7 @@ module GameOn
11
12
  end
12
13
 
13
14
  class Env < Mushin::Env
14
-
15
15
  @@domain_folder = "gameon"
16
-
17
16
  @@ds = 'GameOn::Persistence::DS'
18
17
  def Env.get id
19
18
  GameOn::Persistence::DS.load id
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.pre28
4
+ version: 0.0.0.pre29
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy