mdwan-rsolr 0.9.0 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rsolr.rb +4 -2
  2. metadata +2 -2
data/lib/rsolr.rb CHANGED
@@ -3,11 +3,13 @@
3
3
  proc {|base, files|
4
4
  $: << base unless $:.include?(base) || $:.include?(File.expand_path(base))
5
5
  files.each {|f| require f}
6
- }.call(File.dirname(__FILE__), ['core_ext'])
6
+ }
7
+
8
+ require "#{File.dirname(__FILE__)}/core_ext"
7
9
 
8
10
  module RSolr
9
11
 
10
- VERSION = '0.8.2'
12
+ VERSION = '0.9.2'
11
13
 
12
14
  autoload :Message, 'rsolr/message'
13
15
  autoload :Connection, 'rsolr/connection'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdwan-rsolr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Dwan
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-04-02 00:00:00 -07:00
13
+ date: 2009-04-05 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency