rabbit-slide-Piro-droonga-as-groonga-with-replication 2014.11.29 → 2014.11.29.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/Rakefile +1 -1
  4. data/config.yaml +2 -2
  5. metadata +17 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af665b12f3e84e2e6f79c2ddcfbc7154ff957a31
4
- data.tar.gz: f08ea847cfe146d774a46f33f4fd2b72baa88da9
3
+ metadata.gz: 632c515600b9001741fd1164d0bf8484c262be9b
4
+ data.tar.gz: 792703dbd0d2100cd07a726338f7b61fcb9f20fe
5
5
  SHA512:
6
- metadata.gz: 7b417431fc5a256b986bacd608b4c375fced205a546935fcdae20335411079b229f7020c74866ef3cadbf041312f458da3d099af04196ff93b83f35fb9308610
7
- data.tar.gz: 9b21d32912e1ae3c7e8e9548e5b1591327a15ed7aa10304bb3b3a4b71e45fc7e94dc3f6536fca60dfbd2c7bfa7e08e2c4be3a88ee5ff964a48278e94f4012829
6
+ metadata.gz: 2e114368e23a402bf6760e3340cfb5f79366c1c09ed33cff8009a1aad0d9ab95d0b30790a3697f102314f357b05524899b60ba8830f71f2cc860fb2e2ccbe64b
7
+ data.tar.gz: 78458e1ddf024b8f79b777b287816715358ee312264d10df67661cb7f64578843f5311c4b9d33a8d33a8d15506bdc6537af27b006cce578525c6e840f49c3fd8
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Droonga - 分散Groongaで快適レプリケーション生活(仮)
1
+ # Droonga - 分散Groongaで快適レプリケーション生活
2
2
 
3
3
  [全文検索エンジンGroongaを囲む夕べ5](http://groonga.doorkeeper.jp/events/15816)用の発表資料です。
4
4
  Groongaユーザ向けのDroongaの簡単な紹介と、Groongaを利用したアプリケーションをDroongaに移行する手順の解説です。
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ Rabbit::Task::Slide.new do |task|
7
7
  spec = task.spec
8
8
  # task.spec.files += Dir.glob("doc/**/*.*")
9
9
  # task.spec.files -= Dir.glob("private/**/*.*")
10
- # task.spec.add_runtime_dependency("YOUR THEME")
10
+ task.spec.add_runtime_dependency("rabbit-theme-groonga")
11
11
  end
12
12
 
13
13
  desc "Tag #{spec.version}"
@@ -5,9 +5,9 @@ tags:
5
5
  - droonga
6
6
  - groonga
7
7
  presentation_date: 2014/11/29
8
- version: 2014.11.29
8
+ version: 2014.11.29.1
9
9
  licenses: []
10
- slideshare_id: droonga-as-groonga-with-replication
10
+ slideshare_id: droonga-asgroongawithreplicationdroongaasgroongawithreplication
11
11
  speaker_deck_id:
12
12
  ustream_id:
13
13
  vimeo_id:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-slide-Piro-droonga-as-groonga-with-replication
3
3
  version: !ruby/object:Gem::Version
4
- version: 2014.11.29
4
+ version: 2014.11.29.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 結城洋志
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-29 00:00:00.000000000 Z
11
+ date: 2014-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - '>='
25
25
  - !ruby/object:Gem::Version
26
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'
27
41
  description: |-
28
42
  [全文検索エンジンGroongaを囲む夕べ5](http://groonga.doorkeeper.jp/events/15816)用の発表資料です。
29
43
  Groongaユーザ向けのDroongaの簡単な紹介と、Groongaを利用したアプリケーションをDroongaに移行する手順の解説です。
@@ -80,5 +94,5 @@ rubyforge_project:
80
94
  rubygems_version: 2.4.1
81
95
  signing_key:
82
96
  specification_version: 4
83
- summary: Droonga - 分散Groongaで快適レプリケーション生活(仮)
97
+ summary: Droonga - 分散Groongaで快適レプリケーション生活
84
98
  test_files: []