rsence 2.0.9.21.pre → 2.0.9.22.pre

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/conf/default.rb +2 -2
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.9.21.pre
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.merge( config[:lib_paths] ) if config.has_key?(: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: 961916136
4
+ hash: 961916132
5
5
  prerelease: true
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 9
10
- - 21
10
+ - 22
11
11
  - pre
12
- version: 2.0.9.21.pre
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-18 00:00:00 +03:00
20
+ date: 2010-08-25 00:00:00 +03:00
21
21
  default_executable: rsence
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency