attr_searchable 0.0.6 → 0.0.7

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.
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = AttrSearchable::VERSION
9
9
  spec.authors = ["Benjamin Vetter"]
10
10
  spec.email = ["vetter@flakks.com"]
11
- spec.description = %q{Search engine like fulltext query support for ActiveRecord}
12
- spec.summary = %q{Easily perform complex search engine like fulltext queries on your ActiveRecord models}
13
- spec.homepage = "https://github.com/mrkamel/attr_searchable"
11
+ spec.description = %q{[DEPRECATION] 'attr_searchable' is deprecated. Migrate to 'search_cop' instead.}
12
+ spec.summary = %q{[DEPRECATION] 'attr_searchable' is deprecated. Migrate to 'search_cop' instead.}
13
+ spec.homepage = "https://github.com/mrkamel/search_cop#attrsearchable-is-now-searchcop"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module AttrSearchable
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attr_searchable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -123,7 +123,8 @@ dependencies:
123
123
  - - ! '>='
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
- description: Search engine like fulltext query support for ActiveRecord
126
+ description: ! '[DEPRECATION] ''attr_searchable'' is deprecated. Migrate to ''search_cop''
127
+ instead.'
127
128
  email:
128
129
  - vetter@flakks.com
129
130
  executables: []
@@ -165,7 +166,7 @@ files:
165
166
  - test/or_test.rb
166
167
  - test/string_test.rb
167
168
  - test/test_helper.rb
168
- homepage: https://github.com/mrkamel/attr_searchable
169
+ homepage: https://github.com/mrkamel/search_cop#attrsearchable-is-now-searchcop
169
170
  licenses:
170
171
  - MIT
171
172
  post_install_message: ! "----------------------------------------------------------------------------\n
@@ -194,8 +195,8 @@ rubyforge_project:
194
195
  rubygems_version: 1.8.23
195
196
  signing_key:
196
197
  specification_version: 3
197
- summary: Easily perform complex search engine like fulltext queries on your ActiveRecord
198
- models
198
+ summary: ! '[DEPRECATION] ''attr_searchable'' is deprecated. Migrate to ''search_cop''
199
+ instead.'
199
200
  test_files:
200
201
  - test/and_test.rb
201
202
  - test/attr_searchable_test.rb