elasticsearch_autocomplete 0.0.1 → 0.0.2

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.
data/Rakefile CHANGED
@@ -1,4 +1,4 @@
1
- require "bundler/gem_tasks"
1
+ require 'bundler/gem_tasks'
2
2
  require 'rspec/core/rake_task'
3
3
 
4
4
  RSpec::Core::RakeTask.new(:spec)
@@ -26,7 +26,7 @@ module ElasticsearchAutocomplete
26
26
  self.ac_opts = options.reverse_merge(ElasticsearchAutocomplete.defaults)
27
27
  self.ac_attr = args.first || ElasticsearchAutocomplete.defaults[:attr]
28
28
 
29
- define_ac_index(ac_opts[:mode]) unless options[:no_settings]
29
+ define_ac_index(ac_opts[:mode]) unless options[:skip_settings]
30
30
  end
31
31
  end
32
32
 
@@ -1,6 +1,6 @@
1
1
  module ElasticsearchAutocomplete
2
2
  class Railtie < Rails::Railtie
3
- initializer 'bit_mask.model_additions' do
3
+ initializer 'elasticsearch_autocomplete.model_additions' do
4
4
  ActiveSupport.on_load :active_record do
5
5
  include ElasticsearchAutocomplete::ModelAddition
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module ElasticsearchAutocomplete
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: elasticsearch_autocomplete
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alex Leschenko
@@ -114,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  segments:
116
116
  - 0
117
- hash: 4533165797483734826
117
+ hash: 1048280711861889560
118
118
  none: false
119
119
  required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  requirements:
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  segments:
125
125
  - 0
126
- hash: 4533165797483734826
126
+ hash: 1048280711861889560
127
127
  none: false
128
128
  requirements: []
129
129
  rubyforge_project: