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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f60c4859fc2cb7265991eb7f7c97008face4fe745c77473ea98ecd5915aa846e
4
- data.tar.gz: ac9683fd19cee460dbd5bd94b7b4290b5a572af906e68d42af4be92dd39e35b9
3
+ metadata.gz: 154a4037a4ee2795a1cfa074afb2e762969db793cbbdecfbee26325ceaac6d7e
4
+ data.tar.gz: ae17fccdcae3305c410acf036c28fd2bd5bbede25f5e13afe722cfcfb7a8c188
5
5
  SHA512:
6
- metadata.gz: 6bea2404e7400d7dbb1a98f690dda1a7e29a715db828f9f9c8e629c1ab2ff40fc6ea1813ed2a37f8ba55514fcc399900d458ba65178854429468a894e5359465
7
- data.tar.gz: 7a02dd41601ee72a11cbd3cffa0da8c0c7808a265ec91cbc05eae22ec152e046ab366b3602afd7c4215b58a94f4d30aad250f61843c2af4e7a4873f5e95ba820
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.2
7
+ - 2.6.3
8
8
  - 2.5.5
9
- - 2.4.5
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.5
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
@@ -1,8 +1,12 @@
1
1
  # pg_search changelog
2
2
 
3
+ ## 2.1.7
4
+
5
+ * Restore link to GitHub repository to original location
6
+
3
7
  ## 2.1.6
4
8
 
5
- * Update link to GitHub repoistory to new location
9
+ * Update link to GitHub repository to new location
6
10
 
7
11
  ## 2.1.5
8
12
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2017 Case Commons, Inc. <http://casecommons.org>
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/nertzy/pg_search/)
1
+ # [pg_search](http://github.com/Casecommons/pg_search/)
2
2
 
3
3
  [![Gem Version](https://img.shields.io/gem/v/pg_search.svg?style=flat)](https://rubygems.org/gems/pg_search)
4
- [![Build Status](https://secure.travis-ci.org/nertzy/pg_search.svg?branch=master)](https://travis-ci.org/nertzy/pg_search)
5
- [![Maintainability](https://api.codeclimate.com/v1/badges/ae1a7c021e473e9b2486/maintainability)](https://codeclimate.com/github/nertzy/pg_search/maintainability)
6
- [![Test Coverage](https://codeclimate.com/github/nertzy/pg_search/badges/coverage.svg)](https://codeclimate.com/github/nertzy/pg_search/coverage)
7
- [![Inline docs](http://inch-ci.org/github/nertzy/pg_search.svg?branch=master&style=flat)](http://inch-ci.org/github/nertzy/pg_search)
4
+ [![Build Status](https://secure.travis-ci.org/Casecommons/pg_search.svg?branch=master)](https://travis-ci.org/Casecommons/pg_search)
5
+ [![Maintainability](https://api.codeclimate.com/v1/badges/ae1a7c021e473e9b2486/maintainability)](https://codeclimate.com/github/Casecommons/pg_search/maintainability)
6
+ [![Test Coverage](https://codeclimate.com/github/Casecommons/pg_search/badges/coverage.svg)](https://codeclimate.com/github/Casecommons/pg_search/coverage)
7
+ [![Inline docs](http://inch-ci.org/github/Casecommons/pg_search.svg?branch=master&style=flat)](http://inch-ci.org/github/Casecommons/pg_search)
8
8
  [![Join the chat at https://gitter.im/Casecommons/pg_search](https://img.shields.io/badge/gitter-join%20chat-blue.svg)](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 Case Commons open source projects.
1120
+ for discussing pg_search and other Casebook PBC open source projects.
1121
1121
 
1122
- Please read our [CONTRIBUTING guide](https://github.com/nertzy/pg_search/blob/master/CONTRIBUTING.md).
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–2017 [Case Commons, Inc](http://casecommons.org).
1126
+ Copyright © 2010–2019 [Casebook PBC](http://www.casebook.net).
1127
1127
  Licensed under the MIT license, see [LICENSE](/LICENSE) file.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgSearch
4
- VERSION = '2.1.6'
4
+ VERSION = '2.1.7'
5
5
  end
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/nertzy/pg_search'
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.6
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-18 00:00:00.000000000 Z
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/nertzy/pg_search
208
+ homepage: https://github.com/Casecommons/pg_search
209
209
  licenses:
210
210
  - MIT
211
211
  metadata: {}