rabbit-slide-kou-zpnight 2017.9.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ @groonga_product = "pgroonga"
2
+
3
+ include_theme("groonga")
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-kou-zpnight
3
+ version: !ruby/object:Gem::Version
4
+ version: 2017.9.6.0
5
+ platform: ruby
6
+ authors:
7
+ - Kouhei Sutou
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-09-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rabbit
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.2
27
+ - !ruby/object:Gem::Dependency
28
+ name: rabbit-theme-groonga
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: PGroonga is fast and flexible full text search extension for PostgreSQL.
42
+ Zulip is a chat tool that uses PostgreSQL and PGroonga. This talk describes why
43
+ PGroonga is suitable for Zulip.
44
+ email:
45
+ - kou@clear-code.com
46
+ executables: []
47
+ extensions: []
48
+ extra_rdoc_files: []
49
+ files:
50
+ - ".rabbit"
51
+ - README.rd
52
+ - Rakefile
53
+ - config.yaml
54
+ - images/performance-charcteristic-for-constant-read-and-write.svg
55
+ - images/read-while-write-gin.svg
56
+ - images/read-while-write-pgroonga.svg
57
+ - images/search-pgroonga-groonga-textsearch.pdf
58
+ - images/search-pgroonga-pg-bigm.pdf
59
+ - images/search-pgroonga-textsearch.pdf
60
+ - pdf/zpnight-pgroonga-and-zulip.pdf
61
+ - pgroonga-and-zulip.rab
62
+ - theme.rb
63
+ homepage: http://slide.rabbit-shocker.org/authors/kou/zpnight/
64
+ licenses:
65
+ - CC-BY-SA-4.0
66
+ metadata: {}
67
+ post_install_message:
68
+ rdoc_options: []
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ requirements: []
82
+ rubyforge_project:
83
+ rubygems_version: 2.5.2
84
+ signing_key:
85
+ specification_version: 4
86
+ summary: PGroonga & Zulip
87
+ test_files: []