cloud_search 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module CloudSearch
2
2
  class Indexer
3
- include ConfigurationChecking
3
+ include ::CloudSearch::ConfigurationChecking
4
4
 
5
5
  def initialize
6
6
  @documents = []
@@ -2,7 +2,7 @@ require 'uri'
2
2
 
3
3
  module CloudSearch
4
4
  class Searcher
5
- include ConfigurationChecking
5
+ include ::CloudSearch::ConfigurationChecking
6
6
 
7
7
  attr_reader :weights
8
8
 
@@ -1,3 +1,3 @@
1
1
  module CloudSearch
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-27 00:00:00.000000000 Z
12
+ date: 2012-11-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry
@@ -177,7 +177,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  segments:
179
179
  - 0
180
- hash: -2976671119341465962
180
+ hash: 4413773735277250337
181
181
  required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  none: false
183
183
  requirements:
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  version: '0'
187
187
  segments:
188
188
  - 0
189
- hash: -2976671119341465962
189
+ hash: 4413773735277250337
190
190
  requirements: []
191
191
  rubyforge_project:
192
192
  rubygems_version: 1.8.24