rubydium 0.3.4 → 0.3.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac65f322ea7e39ffe45816fa3c6bca190d5b54cf9b9df4a924812cb75149cbef
4
- data.tar.gz: 67adfbef15a582969df215dd3d1dce9ff3d64f72eccc6a1047451dcbb343b9a5
3
+ metadata.gz: ee189034adf5cc71d909a3a592aab9f1066f994ee3914f8d8d5c6e80e1a5faf3
4
+ data.tar.gz: 381ab88806a8557bb10defb367befd058648f002570dfa044c5f7a16d94f7808
5
5
  SHA512:
6
- metadata.gz: 07fb47c76b5ea68fb15c0941bc9258dca98b97ec93efc672b42ccbb00f1a776de79c91255c4f44fa23e7b4a68b2632409b4f4c3c9e72d9f6474b48297677323d
7
- data.tar.gz: 1e58b30bd79d21a8ce3c3dce06d3c40a57e1cb43f08f61ea17e321d3b8cbbb5b61f3f7701b045991a51e439061e01f4b6bb32ad61c644b53505306f66b539963
6
+ metadata.gz: c3554cfb402b4f5c3e053795dcb7b8b5938217991a5ef4b842f77634593bd13f68c08be3b4bd7e382e90cd90456e159c0ac8d672c304ddfb0d3525ef40ba5148
7
+ data.tar.gz: 0c17430324d459d43758ab29b894422e1dca8bf3a7d619c320d47529a266fbf5a5cfa87527814c5a44a30758b46a8320c0294c22278eddb61dc7b9842596948e
@@ -16,7 +16,7 @@ module Rubydium
16
16
  @api.send_message(
17
17
  chat_id: @chat.id,
18
18
  message_thread_id: @topic_id,
19
- text: chunk,
19
+ text: text,
20
20
  **kwargs
21
21
  )
22
22
  rescue Telegram::Bot::Exceptions::ResponseError => e
@@ -89,8 +89,8 @@ module Rubydium
89
89
 
90
90
  def reply(text, **args)
91
91
  send_message(
92
+ text,
92
93
  reply_to_message_id: @message_id,
93
- text: text,
94
94
  **args
95
95
  )
96
96
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubydium
4
- VERSION = "0.3.4"
4
+ VERSION = "0.3.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubydium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - bulgakke