gameon 0.0.0.pre111 → 0.0.0.pre112
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gameon/base.rb +2 -1
- 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: 96fbe0fa6c0f77ee8c565d72175bd7f7645060ad
|
4
|
+
data.tar.gz: cdc8a790bd7a50451f232c541d64ab02bcb4a2b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30a759d8118d27a478dd04f35d0d214fb66d7142966472b6899f7cf15cfcbadbd38ef3ee6d92a9cc502ce6ef5ffa60591cfc2871e307e13040818af053f609bd
|
7
|
+
data.tar.gz: 6459060bc8583051c0884a561aa9200da4b0d9b0ab79330ba09c0f5434ccde8cb9924ecf4b66e3f630efda1b2346ac7d437ea726e97a8ba736cd1e448e99ab9a
|
data/lib/gameon/base.rb
CHANGED
@@ -89,7 +89,8 @@ module GameOn
|
|
89
89
|
end
|
90
90
|
instance_eval(&block)
|
91
91
|
|
92
|
-
Dir["./gameon/*"].each {|file|
|
92
|
+
Dir["./gameon/*"].each {|file| require file }
|
93
|
+
#Dir["./gameon/*"].each {|file| load file }
|
93
94
|
GameOn::Engine.setup [Object.const_get('GameOn::Persistence::DS')]
|
94
95
|
@activities.uniq.each do |current_activity_title|
|
95
96
|
GameOn::Engine.run @current_context_title, current_activity_title
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gameon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.0.
|
4
|
+
version: 0.0.0.pre112
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- theotherstupidguy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: a gamification framework based on mushin
|
14
14
|
email:
|