fume 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :build:
3
3
  :minor: 2
4
- :patch: 5
4
+ :patch: 6
5
5
  :major: 0
data/fume.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fume}
8
- s.version = "0.2.5"
8
+ s.version = "0.2.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Sunteya"]
@@ -5,6 +5,7 @@ module Fume
5
5
  if defined? ::Searchlogic
6
6
  ActionController::Base.send :helper, RailsHelpers
7
7
  ::Searchlogic::Search.send :include, SearchExtensions::InstanceMethods
8
+ ::Searchlogic::Search.send :extend, SearchExtensions::ClassMethods
8
9
  end
9
10
  end
10
11
 
@@ -16,8 +17,7 @@ module Fume
16
17
  end
17
18
 
18
19
  module InstanceMethods
19
- extend ClassMethods
20
-
20
+
21
21
  def human_attribute_name(name)
22
22
  klass.human_attribute_name(name)
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fume
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sunteya