rabbit-slide-kou-fukuoka-ruby-award-7 2015.01.23.0

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.
@@ -0,0 +1,6 @@
1
+ include_theme("groonga")
2
+
3
+ match(TitleSlide, Title) do |titles|
4
+ titles.prop_set("size", @x_large_font_size)
5
+ end
6
+
metadata ADDED
@@ -0,0 +1,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-kou-fukuoka-ruby-award-7
3
+ version: !ruby/object:Gem::Version
4
+ version: 2015.01.23.0
5
+ platform: ruby
6
+ authors:
7
+ - Kouhei Sutou
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-01-25 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: 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: |-
42
+ 第7回フクオカRuby大賞本審査用の資料です。「全文検索エンジンGroongaへのmrubyの組み込み」という応募の説明です。
43
+
44
+ 次の3つの項目を含んでいます。
45
+
46
+ (1) 特徴を表現するもの
47
+ (2) Rubyを適用した箇所
48
+ (3) Rubyを活用したことによる効果、社会に及ぼす影響
49
+ email:
50
+ - kou@clear-code.com
51
+ executables: []
52
+ extensions: []
53
+ extra_rdoc_files: []
54
+ files:
55
+ - ".rabbit"
56
+ - README.rd
57
+ - Rakefile
58
+ - config.yaml
59
+ - groonga-mruby.pdf
60
+ - images/jit-evaluator.svg
61
+ - images/query-optimizer-example.svg
62
+ - images/query-optimizer.svg
63
+ - mruby-embedded-groonga.rab
64
+ - pdf/fukuoka-ruby-award-7-mruby-embedded-groonga.pdf
65
+ - poster.svg
66
+ - theme.rb
67
+ homepage: http://slide.rabbit-shocker.org/authors/kou/fukuoka-ruby-award-7/
68
+ licenses:
69
+ - CC BY-SA 4.0
70
+ metadata: {}
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubyforge_project:
87
+ rubygems_version: 2.2.2
88
+ signing_key:
89
+ specification_version: 4
90
+ summary: "第7回フクオカRuby大賞本審査資料:全文検索エンジンGroongaへのmrubyの組み込み"
91
+ test_files: []