attr_searchable 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/attr_searchable.gemspec +3 -3
- data/lib/attr_searchable/version.rb +1 -1
- metadata +6 -5
data/attr_searchable.gemspec
CHANGED
@@ -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{
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.homepage = "https://github.com/mrkamel/
|
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($/)
|
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.
|
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:
|
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/
|
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:
|
198
|
-
|
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
|