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.
- checksums.yaml +4 -4
- data/lib/mushin/base.rb +6 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8747bab622192e2a46ee95ac3bf66d05e459fc1c
|
4
|
+
data.tar.gz: d00ed358b1a3fc85cf9becf6c71914f1e92d5d55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
129
|
-
|
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.
|
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-
|
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!
|