line-bot-api 1.29.0 → 1.29.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/line/bot/api/version.rb +1 -1
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10292429dbd89bc3ecce7eb32bd7112013680cf96a4dc6abc3c7984181247598
4
- data.tar.gz: 8094eee0946c394c9fcaf0b74da4cbc8240de6063904bd4a08b6fc23634261bd
3
+ metadata.gz: 641ac83275cf2fc70b8d0b2607db263772cdea79761a1c06f23c4b01d7551f9c
4
+ data.tar.gz: f315c04b15a28a0a30acf7baa9471298a4c3246177603053c1ddc33aee5d6c52
5
5
  SHA512:
6
- metadata.gz: b670c31ba6bf4c11cf3faa02b82b74c22e0e3fccb230433d7a1bd6607f77a93b0fc27d7a396d689f5ad94707cd89c59d0be05e386f6d12834ddb428c57355b8a
7
- data.tar.gz: ef168567d1c273d0e8d05a35227e4433d0d7d0312c5719316ab7e35a9113522193058916c942f4fa65dea8b6f725109736e68b3e12f294afda78abda35c88ca9
6
+ metadata.gz: f12cae3acc606ff2400b429074e7c2c8cdd683f7cecae27ff87612cde675780a982c1e76c2ce475a821b79e01ae147f870ffa4d8bbb91217d29ce4879ea868d5
7
+ data.tar.gz: 0a7d843950f3d7236b31926417f53449616e362926efb0a0fc3ed4434e99c8c8180281acc86d0733a2c07d27d13ce4acf426ddbf796b2b55a011c21ed4af3806
@@ -15,7 +15,7 @@
15
15
  module Line
16
16
  module Bot
17
17
  module API
18
- VERSION = "1.29.0"
18
+ VERSION = "1.29.1"
19
19
  end
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: line-bot-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.29.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - LINE Corporation
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-10 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -106,7 +106,7 @@ homepage: https://github.com/line/line-bot-sdk-ruby
106
106
  licenses:
107
107
  - Apache-2.0
108
108
  metadata: {}
109
- post_install_message:
109
+ post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths:
112
112
  - lib
@@ -121,8 +121,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.3.3
125
- signing_key:
124
+ rubygems_version: 3.5.22
125
+ signing_key:
126
126
  specification_version: 4
127
127
  summary: SDK of the LINE Messaging API
128
128
  test_files: []