pg_search 2.1.6 → 2.1.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.
- checksums.yaml +4 -4
- data/.travis.yml +3 -3
- data/CHANGELOG.md +5 -1
- data/LICENSE +1 -1
- data/README.md +9 -9
- data/lib/pg_search/version.rb +1 -1
- data/pg_search.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 154a4037a4ee2795a1cfa074afb2e762969db793cbbdecfbee26325ceaac6d7e
|
4
|
+
data.tar.gz: ae17fccdcae3305c410acf036c28fd2bd5bbede25f5e13afe722cfcfb7a8c188
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa942ecd16fbc913a084f17e06493f05ab95b7520bc212aa002fe1fc6386678e80638505fb2b5640ecaecd69212b956a1e7d03ed6475a30811db96d3de33a16e
|
7
|
+
data.tar.gz: 6f648d0b981a95d4eb35ab1ab81c3fb199e25aefd3378032c3f7407fe8722c780c3542264f4dc99c5e7b9780dff02619ba6cd0fd34b36cd0ca4ae1565c7e083d
|
data/.travis.yml
CHANGED
@@ -4,9 +4,9 @@ bundler_args: --binstubs
|
|
4
4
|
cache: bundler
|
5
5
|
|
6
6
|
rvm:
|
7
|
-
- 2.6.
|
7
|
+
- 2.6.3
|
8
8
|
- 2.5.5
|
9
|
-
- 2.4.
|
9
|
+
- 2.4.6
|
10
10
|
- jruby-9.2.6.0
|
11
11
|
|
12
12
|
env:
|
@@ -27,7 +27,7 @@ matrix:
|
|
27
27
|
- env: ACTIVE_RECORD_BRANCH="5-2-stable"
|
28
28
|
- env: ACTIVE_RECORD_VERSION="~> 6.0.0.beta1"
|
29
29
|
exclude:
|
30
|
-
- rvm: 2.4.
|
30
|
+
- rvm: 2.4.6
|
31
31
|
env: ACTIVE_RECORD_BRANCH="master"
|
32
32
|
- rvm: jruby-9.2.6.0
|
33
33
|
env: ACTIVE_RECORD_VERSION="~> 4.2.9"
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c) 2010-
|
1
|
+
Copyright (c) 2010-2019 Casebook, PBC <http://www.casebook.net>
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
4
|
of this software and associated documentation files (the "Software"), to deal
|
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
# [pg_search](http://github.com/
|
1
|
+
# [pg_search](http://github.com/Casecommons/pg_search/)
|
2
2
|
|
3
3
|
[](https://rubygems.org/gems/pg_search)
|
4
|
-
[](https://codeclimate.com/github/
|
6
|
-
[](https://travis-ci.org/Casecommons/pg_search)
|
5
|
+
[](https://codeclimate.com/github/Casecommons/pg_search/maintainability)
|
6
|
+
[](https://codeclimate.com/github/Casecommons/pg_search/coverage)
|
7
|
+
[](http://inch-ci.org/github/Casecommons/pg_search)
|
8
8
|
[](https://gitter.im/Casecommons/pg_search?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
9
9
|
|
10
10
|
## DESCRIPTION
|
@@ -1108,7 +1108,7 @@ shirt_brands = ShirtBrand.search_by_name("Penguin")
|
|
1108
1108
|
|
1109
1109
|
PgSearch would not have been possible without inspiration from texticle (now renamed
|
1110
1110
|
[textacular](https://github.com/textacular/textacular)). Thanks to [Aaron
|
1111
|
-
Patterson](http://tenderlovemaking.com/) for the original version!
|
1111
|
+
Patterson](http://tenderlovemaking.com/) for the original version and to Casebook PBC (https://www.casebook.net) for gifting the community with it!
|
1112
1112
|
|
1113
1113
|
## CONTRIBUTIONS AND FEEDBACK
|
1114
1114
|
|
@@ -1117,11 +1117,11 @@ project](https://www.pivotaltracker.com/projects/228645) where we manage new
|
|
1117
1117
|
feature ideas and bugs.
|
1118
1118
|
|
1119
1119
|
We also have a [Google Group](http://groups.google.com/group/casecommons-dev)
|
1120
|
-
for discussing pg_search and other
|
1120
|
+
for discussing pg_search and other Casebook PBC open source projects.
|
1121
1121
|
|
1122
|
-
Please read our [CONTRIBUTING guide](https://github.com/
|
1122
|
+
Please read our [CONTRIBUTING guide](https://github.com/Casecommons/pg_search/blob/master/CONTRIBUTING.md).
|
1123
1123
|
|
1124
1124
|
## LICENSE
|
1125
1125
|
|
1126
|
-
Copyright © 2010–
|
1126
|
+
Copyright © 2010–2019 [Casebook PBC](http://www.casebook.net).
|
1127
1127
|
Licensed under the MIT license, see [LICENSE](/LICENSE) file.
|
data/lib/pg_search/version.rb
CHANGED
data/pg_search.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
10
10
|
s.authors = ['Grant Hutchins', 'Case Commons, LLC']
|
11
11
|
s.email = %w[gems@nertzy.com casecommons-dev@googlegroups.com]
|
12
|
-
s.homepage = 'https://github.com/
|
12
|
+
s.homepage = 'https://github.com/Casecommons/pg_search'
|
13
13
|
s.summary = "PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search"
|
14
14
|
s.description = "PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search"
|
15
15
|
s.licenses = ['MIT']
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pg_search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Grant Hutchins
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-04-
|
12
|
+
date: 2019-04-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|
@@ -205,7 +205,7 @@ files:
|
|
205
205
|
- spec/support/with_model.rb
|
206
206
|
- sql/dmetaphone.sql
|
207
207
|
- sql/uninstall_dmetaphone.sql
|
208
|
-
homepage: https://github.com/
|
208
|
+
homepage: https://github.com/Casecommons/pg_search
|
209
209
|
licenses:
|
210
210
|
- MIT
|
211
211
|
metadata: {}
|