rsence 2.0.9.21.pre → 2.0.9.22.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/conf/default.rb +2 -2
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.9.
|
1
|
+
2.0.9.22.pre
|
data/lib/conf/default.rb
CHANGED
@@ -204,11 +204,11 @@ module RSence
|
|
204
204
|
end
|
205
205
|
|
206
206
|
## Uses the lib paths as search paths
|
207
|
-
lib_paths
|
207
|
+
lib_paths += config[:lib_paths] if config.has_key?(:lib_paths)
|
208
208
|
lib_paths.each do |lib_path|
|
209
|
+
lib_path = File.expand_path( lib_path, args[:env_path] ) if lib_path.start_with? './'
|
209
210
|
$LOAD_PATH << lib_path
|
210
211
|
end
|
211
|
-
|
212
212
|
@config = config
|
213
213
|
end
|
214
214
|
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rsence
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 961916132
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
9
|
- 9
|
10
|
-
-
|
10
|
+
- 22
|
11
11
|
- pre
|
12
|
-
version: 2.0.9.
|
12
|
+
version: 2.0.9.22.pre
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Riassence Inc.
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2010-08-
|
20
|
+
date: 2010-08-25 00:00:00 +03:00
|
21
21
|
default_executable: rsence
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|