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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ddcaa199b89bab185924a694bf7e64e1b6a8c2cd63d1ea855f59a5ac456c317e
4
+ data.tar.gz: 06a1a8e01e343b4fca3faf2cc8139ed8adaadc6aeb55c7c6315e1c1bc7f40962
5
+ SHA512:
6
+ metadata.gz: 39252c1602f63ff3eeddafdb676bdeef1334bed4df5a0e29fb8d14f0ae1467b98b925829333be865badf7bc3ec9fae332477e4dd6dc78c81cfddfa12e4bd8734
7
+ data.tar.gz: cc50bce6f1da66d697bf0ce97a191e1d67fa474af9a795c0f709e15d0fbf60f94a551af902b58a2f6eac6fbf2c637524335728269e1e211f3c1f35e84eb232d5
data/Gemfile ADDED
@@ -0,0 +1,26 @@
1
+ # -*- ruby -*-
2
+ #
3
+ # Copyright (C) 2021-2022 Sutou Kouhei <kou@clear-code.com>
4
+ #
5
+ # This program is free software: you can redistribute it and/or modify
6
+ # it under the terms of the GNU General Public License as published by
7
+ # the Free Software Foundation, either version 3 of the License, or
8
+ # (at your option) any later version.
9
+ #
10
+ # This program is distributed in the hope that it will be useful,
11
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ # GNU General Public License for more details.
14
+ #
15
+ # You should have received a copy of the GNU General Public License
16
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
+
18
+ source "https://rubygems.org/"
19
+
20
+ gemspec
21
+
22
+ gem "bundler"
23
+ gem "mysql2-replication"
24
+ gem "mysql_binlog"
25
+ gem "rake"
26
+ gem "test-unit"