mushin 0.0.0.pre25 → 0.0.0.pre26
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 +2 -3
- 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: 5d695fd22356c2a6ce3088abcaae7746e44ff95d
|
4
|
+
data.tar.gz: 0dcb291c0316ae629594315b0558387ce013fab4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf4fb1b6b685eee3fa861e846c09e9368c938e5953ac7785a1689eccee84b5807427866f1e0781148d2f38525c9a74968aa6372ef597ebb7dd48a7e56bf2650c
|
7
|
+
data.tar.gz: 8627142dea19c286c9c0b992a62d540dd59e37be1e819a7a884eb3bd6f42feb1703e4eba20065f81046e1be81342763f998f625623928003cadd370a58ad11fa
|
data/lib/mushin/base.rb
CHANGED
@@ -110,9 +110,8 @@ module Mushin
|
|
110
110
|
end
|
111
111
|
#instance_eval(&block)
|
112
112
|
class_eval(&block)
|
113
|
-
|
114
|
-
|
115
|
-
def Env.live
|
113
|
+
#end
|
114
|
+
#def Env.live
|
116
115
|
Mushin::Engine.setup [Object.const_get(@@ds)]
|
117
116
|
@@activities.each do |activity|
|
118
117
|
Mushin::Engine.run @@domain_context, activity
|
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.pre26
|
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-23 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!
|