mushin 0.0.0.pre32 → 0.0.0.pre33

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/mushin/base.rb +6 -5
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6eb5d6a6e89bd59fab5fcfa562b12624aaf2348c
4
- data.tar.gz: 1534cdbc7c8ebfd1a3363440da6610fc096e5161
3
+ metadata.gz: 8747bab622192e2a46ee95ac3bf66d05e459fc1c
4
+ data.tar.gz: d00ed358b1a3fc85cf9becf6c71914f1e92d5d55
5
5
  SHA512:
6
- metadata.gz: 872aa5fce097d8819e664dd963b765150ee24319537b7bfdb078f009d0a24b5ee7e8f24f80ca9bc1f544f1950d646c9bb586257d96597c079571a619e46e077a
7
- data.tar.gz: 9f475b7914f4daf99c651c11d53fbc0950a6547f54050542acc6a76581e719396494009c6b25ff214c791585ed45af92824a6df761a2312ecc38819049d69664
6
+ metadata.gz: c984f35b782b806a14ae863bd49bfee3dd131149cb233ad7eb549685f46705f2aaea895bf865f3b08fbec8a8499edaca87970a1b2e1e5bd08d7b2ab2011ce5b4
7
+ data.tar.gz: 8b041e55de1669f6e011940caff300b02ebe3522cbd64914d47c18ca9933132142167b6e521e531517efa50ee1a05812cc409179c3d18f4491bce3c840000999
data/lib/mushin/base.rb CHANGED
@@ -34,7 +34,7 @@ module Mushin
34
34
  end
35
35
  end
36
36
  end
37
-
37
+
38
38
  module DSL
39
39
  class Context
40
40
  attr_accessor :title, :statments
@@ -124,12 +124,13 @@ module Mushin
124
124
  class_eval &block
125
125
  end
126
126
 
127
- def Env.params &block
128
- #attr_accessor :opts, :params
129
- #instance_eval &block
130
- end
127
+ #def Env.params &block
128
+ #attr_accessor :opts, :params
129
+ #instance_eval &block
130
+ #end
131
131
 
132
132
  def Env.set id, &block
133
+ require './gameon/mygames.rb' #TODO all files in /gameon folder
133
134
  @id = id
134
135
  def self.on domain_context, &block
135
136
  @@domain_context = domain_context
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mushin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.pre32
4
+ version: 0.0.0.pre33
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-23 00:00:00.000000000 Z
11
+ date: 2014-05-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: In the beginner’s mind there are many possibilities, in the expert’s
14
14
  mind there are few!