pages_sphinx 0.0.1 → 0.0.2

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: ffb058adcfa1d0c7b0240625381820dc3f502486
4
- data.tar.gz: 6f8ed67b3036b8913710b58cfe2bc286ec1ee230
3
+ metadata.gz: 387b7157b8e933dda4c6f3c7b7262de41de61dc5
4
+ data.tar.gz: c31f5fc7d8c1bc5d8ff876492a5c9cc60d53cdb4
5
5
  SHA512:
6
- metadata.gz: 64858c58e457c483dab56e94931f2ef41f4afdfaf9bb3b0bd8a3d3189c9cc006a502c1281b7a0cc428fb1fe43d9b7936ef5c2f1ed3188ef11ca446f3be22cee7
7
- data.tar.gz: f47fc41a675bfe380aaa45b677d0d261450bf44d08e531c927390f272e2323990dcf0cc3c54cb33e7799f0c47f0957f6c2a4f93b6eb3412b0d31d4ff4f1373c1
6
+ metadata.gz: db036ede87b607023e83a36bff2c6d6e4ee2a5e484c4709b372f656a567c6ea8f454f77096a3b96024523d10e676f950d8f16e1bc0ae7f72f713ab2995e688c3
7
+ data.tar.gz: 894e8ecb682ad0133d157980d1b8449334ec1bae4a4fbcf88159353d6344f480b0987b77206f1777efdd5a42708c09ea0904d7d323ce1588dfa82fd967cb1339
@@ -6,8 +6,6 @@ ThinkingSphinx::Index.define :page, with: :real_time do
6
6
  indexes tag_list
7
7
  indexes author.name, as: :author_name
8
8
  indexes author.email, as: :author_email
9
- indexes comment_names
10
- indexes comment_bodies
11
9
  indexes file_names
12
10
  indexes file_filenames
13
11
 
@@ -16,14 +16,6 @@ module PagesSphinx
16
16
  categories.map(&:name)
17
17
  end
18
18
 
19
- def comment_names
20
- comments.map(&:name)
21
- end
22
-
23
- def comment_bodies
24
- comments.map(&:body)
25
- end
26
-
27
19
  def file_names
28
20
  files.map(&:name)
29
21
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module PagesSphinx
4
- VERSION = "0.0.1".freeze unless PagesSphinx.const_defined?("VERSION")
4
+ VERSION = "0.0.2".freeze unless PagesSphinx.const_defined?("VERSION")
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pages_sphinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inge Jørgensen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-05 00:00:00.000000000 Z
11
+ date: 2017-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mysql2