pg_search 0.7.7 → 0.7.8

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
  SHA1:
3
- metadata.gz: 165dd9636ca6fe145f0c619c1223f9c5d120d8de
4
- data.tar.gz: 2aec51ab9d72cf504dc8c8af979ca30c57f4a19a
3
+ metadata.gz: 8d79889dbc874d312da8be0d1770875df5048975
4
+ data.tar.gz: d29022a5e3c1bcfd6668637e7f1c436d65140b63
5
5
  SHA512:
6
- metadata.gz: e80100d386747b57fb18be03e4de9fe04561f58cc0a3dc687971542d41e9491d0daab9f278e19b6672c36d00cab5adfab8c66e45a97cc706c72848891dd512d7
7
- data.tar.gz: 13b258daf15ced5f205560cda4a1b451d07544e1ca687090e98a996dace0aeedc61a71b7397fd9e43d18ee8b2084669583e047183cce6224d6f33123f97a1bbc
6
+ metadata.gz: 64adadba491dc22693215cb70ff4ee1d006336d4c1619f554755a50bd8a53f81601c7accd29d84fc1d787a291920f71f11bd450af6ded9ec341269325af3c248
7
+ data.tar.gz: 51a38eecd6feef873c613d1bf57cf2de36beeeca59e899f1d2ddb1919fec5c8de24c337445f012af118289f57d1a28eca3244fda45a7979e51599edcb89e7527
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # pg_search changelog
2
2
 
3
+ ## 0.7.8
4
+
5
+ * Stop inadvertently including binstubs for guard and rspec.
6
+
3
7
  ## 0.7.7
4
8
 
5
9
  * Fix future compatibility with Active Record 4.2.
@@ -1,3 +1,3 @@
1
1
  module PgSearch
2
- VERSION = "0.7.7".freeze
2
+ VERSION = "0.7.8".freeze
3
3
  end
data/pg_search.gemspec CHANGED
@@ -15,7 +15,6 @@ Gem::Specification.new do |s|
15
15
 
16
16
  s.files = `git ls-files`.split("\n")
17
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
18
  s.require_paths = ["lib"]
20
19
 
21
20
  s.add_dependency 'activerecord', '>=3.1'
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: 0.7.7
4
+ version: 0.7.8
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: 2014-09-05 00:00:00.000000000 Z
12
+ date: 2014-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -114,9 +114,7 @@ description: PgSearch builds Active Record named scopes that take advantage of P
114
114
  email:
115
115
  - gems@nertzy.com
116
116
  - casecommons-dev@googlegroups.com
117
- executables:
118
- - guard
119
- - rspec
117
+ executables: []
120
118
  extensions: []
121
119
  extra_rdoc_files: []
122
120
  files: