groonga-delta 1.0.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.
metadata ADDED
@@ -0,0 +1,114 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: groonga-delta
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Sutou Kouhei
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: groonga-client
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: groonga-command-parser
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
+ - !ruby/object:Gem::Dependency
42
+ name: red-parquet
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: ''
56
+ email:
57
+ - kou@clear-code.com
58
+ executables:
59
+ - groonga-delta-apply
60
+ - groonga-delta-import
61
+ extensions: []
62
+ extra_rdoc_files: []
63
+ files:
64
+ - Gemfile
65
+ - LICENSE.txt
66
+ - README.md
67
+ - Rakefile
68
+ - bin/groonga-delta-apply
69
+ - bin/groonga-delta-import
70
+ - doc/text/news.md
71
+ - groonga-delta.gemspec
72
+ - lib/groonga-delta.rb
73
+ - lib/groonga-delta/apply-command.rb
74
+ - lib/groonga-delta/apply-config.rb
75
+ - lib/groonga-delta/apply-status.rb
76
+ - lib/groonga-delta/command.rb
77
+ - lib/groonga-delta/config.rb
78
+ - lib/groonga-delta/error.rb
79
+ - lib/groonga-delta/import-command.rb
80
+ - lib/groonga-delta/import-config.rb
81
+ - lib/groonga-delta/import-status.rb
82
+ - lib/groonga-delta/local-delta.rb
83
+ - lib/groonga-delta/local-source.rb
84
+ - lib/groonga-delta/ltsv-log-formatter.rb
85
+ - lib/groonga-delta/mapping.rb
86
+ - lib/groonga-delta/mysql-source.rb
87
+ - lib/groonga-delta/status.rb
88
+ - lib/groonga-delta/version.rb
89
+ - lib/groonga-delta/writer.rb
90
+ homepage: https://github.com/groonga/groonga-delta
91
+ licenses:
92
+ - GPL-3.0+
93
+ metadata: {}
94
+ post_install_message:
95
+ rdoc_options: []
96
+ require_paths:
97
+ - lib
98
+ required_ruby_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: '0'
103
+ required_rubygems_version: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ version: '0'
108
+ requirements: []
109
+ rubygems_version: 3.4.0.dev
110
+ signing_key:
111
+ specification_version: 4
112
+ summary: Groonga delta provides delta based data import tools. They can import data
113
+ to Groonga from other systems such as local file system, MySQL and PostgreSQL.
114
+ test_files: []