multi_column_search 1.0.0 → 1.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/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v1.0.2 Fixed issue with gem init
2
+
1
3
  v1.0.0 Added SQL INJ Test and launch to production
2
4
 
3
5
  v0.0.2 Fixed Debuging messages.
data/init.rb CHANGED
@@ -1,3 +1,2 @@
1
1
  require 'multi_column_search'
2
2
 
3
- ActiveRecord::Base.extend(MultiColumnSearch)
@@ -48,3 +48,5 @@ module MultiColumnSearch
48
48
 
49
49
 
50
50
  end
51
+
52
+ ActiveRecord::Base.extend(MultiColumnSearch)
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{multi_column_search}
5
- s.version = "1.0.0"
5
+ s.version = "1.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jack Russell Software"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_column_search
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jack Russell Software