vae 0.6.0 → 0.6.1
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 +8 -8
- data/lib/vae.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -16
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWYwNWIxZWM2ZmU3NmMzNmRkM2MyMmIxNDFjMmRlMWQ0ZmE1ZGQzYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODI1MDllMjllZjY0ODZjOTdkOTk3ZmVhOTM3NDE2NGEyMWZiNWVjYQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NTljZTVhODA3OWY0ZmRhZDlhNzAzOTUwZmU1ZWE4Yjk1YjRiNGZlODg4NDgx
|
|
10
|
+
ZWVjZWMzN2NjNzFhODE5Yjk2YWZhNmUzODNjNDY5NWYyMjBmMDFhNWY5MjA1
|
|
11
|
+
MmFjYzg5MTg1NTNjMzEyZjZjNzI1MGNhYmJiZGNjMTBjODg2ZTE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzhkN2MwODVlZDdiMDIxZWNjMmMxNWU1Zjc0YzBjNTM0ZjgyOTkyZmM5OGIx
|
|
14
|
+
OGVmMzllNGQ2OWIzZGI2NjcwYjliZmM1YWVhMjk4YmYyZTcyODg1OTllNzQw
|
|
15
|
+
YWI5OWVjNDBjNjRjNzE1MzRlM2YyZmMyNDkyM2I3ZmMyYWE3YTk=
|
data/lib/vae.rb
CHANGED
|
@@ -112,7 +112,7 @@ class VaeLocal
|
|
|
112
112
|
raise VaeError, "You specified an invalid path to the local copy of your Vae site." unless File.exists?(options[:site_root])
|
|
113
113
|
|
|
114
114
|
$biglock = Mutex.new
|
|
115
|
-
dw = DirectoryWatcher.new options[:site_root], :interval => 1.0, :glob => SERVER_PARSED_GLOB, :pre_load => true
|
|
115
|
+
dw = DirectoryWatcher.new options[:site_root], :interval => 1.0, :glob => SERVER_PARSED_GLOB, :pre_load => true, :logger => DirectoryWatcher::NullLogger.new
|
|
116
116
|
dw.add_observer { |*args|
|
|
117
117
|
args.each { |event|
|
|
118
118
|
path = event.path.gsub($site.root, "")
|
data/lib/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VER = "0.6.
|
|
1
|
+
VER = "0.6.1"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vae
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Action Verb, LLC
|
|
@@ -11,20 +11,6 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2013-09-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
|
-
- !ruby/object:Gem::Dependency
|
|
15
|
-
name: av-redis-client
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
requirements:
|
|
18
|
-
- - '='
|
|
19
|
-
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.2.2
|
|
21
|
-
type: :runtime
|
|
22
|
-
prerelease: false
|
|
23
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
24
|
-
requirements:
|
|
25
|
-
- - '='
|
|
26
|
-
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.2.2
|
|
28
14
|
- !ruby/object:Gem::Dependency
|
|
29
15
|
name: chunky_png
|
|
30
16
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -140,7 +126,7 @@ files:
|
|
|
140
126
|
- lib/vae_site_servlet.rb
|
|
141
127
|
- lib/version.rb
|
|
142
128
|
- test/vae_test.rb
|
|
143
|
-
homepage: http://vaeplatform.com/vae_local
|
|
129
|
+
homepage: http://docs.vaeplatform.com/vae_local
|
|
144
130
|
licenses:
|
|
145
131
|
- GPL
|
|
146
132
|
metadata: {}
|