kanal-interfaces-telegram 0.1.1 → 0.1.2

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: 80be07efee67a7d1e22237604b6d2b50f0b6d8b5ae07a5bdd49ce6ed45114622
4
- data.tar.gz: 04f8e8c8f7bf15c91ac7111122f12cbc50cd0f7040b05f1414c849d793e10d2b
3
+ metadata.gz: ec97da09dbf6a19e7b65b361c5b7ab53b735a265ba0ed0eb80bd1451ab476a71
4
+ data.tar.gz: b5a7ba8bbf3d590d39babc65445942c433491205985403c1c51575e0ca63fc0a
5
5
  SHA512:
6
- metadata.gz: 124ccd191a6a91ff57cf55eb04b012cd1e8012db1f71ac76f597b56d93f6de1c69b481938374adafff10043d992828fbc0a429a9e139b3b6c668163d276398f7
7
- data.tar.gz: bf95413205cdcb922b0728c6b8de7e98bb643c98f3e358a862db77e6620d4a69bd80aa34b9d2a31688286695610460390923b5a62c8a3dba345baf6f28d48253
6
+ metadata.gz: 359c32decdf13beb0e80e78c1ac6ae660886fd0e781514cd5d19c4ad0ecd844a713ac1152af92ede60a703e51ad59707bbe05f057988306e1fd48511b99e40f3
7
+ data.tar.gz: 34d5fa6508289862c9f68be3fb435a3db12d284cb28668bb1c221130f0f907b0e59b139ae8dbe0e67bf736128e0bc8f59e2a0c4f9dbfcda25715fe031ae757aa
data/Gemfile.lock CHANGED
@@ -1,13 +1,7 @@
1
- GIT
2
- remote: git@github.com:idchlife/kanal.git
3
- revision: 5dbc20a3480337192d1193b0e569dba9d665d4c9
4
- specs:
5
- kanal (0.3.0)
6
-
7
1
  PATH
8
2
  remote: .
9
3
  specs:
10
- kanal-interfaces-telegram (0.1.1)
4
+ kanal-interfaces-telegram (0.1.2)
11
5
  telegram-bot-ruby
12
6
 
13
7
  GEM
@@ -19,7 +13,7 @@ GEM
19
13
  ice_nine (~> 0.11.0)
20
14
  thread_safe (~> 0.3, >= 0.3.1)
21
15
  backport (1.2.0)
22
- benchmark (0.2.0)
16
+ benchmark (0.2.1)
23
17
  coercible (1.0.0)
24
18
  descendants_tracker (~> 0.0.1)
25
19
  descendants_tracker (0.0.4)
@@ -28,7 +22,7 @@ GEM
28
22
  docile (1.4.0)
29
23
  dry-inflector (1.0.0)
30
24
  e2mmap (0.1.0)
31
- faraday (2.7.1)
25
+ faraday (2.7.4)
32
26
  faraday-net_http (>= 2.0, < 3.1)
33
27
  ruby2_keywords (>= 0.0.4)
34
28
  faraday-multipart (1.0.4)
@@ -36,21 +30,22 @@ GEM
36
30
  faraday-net_http (3.0.2)
37
31
  ice_nine (0.11.2)
38
32
  jaro_winkler (1.5.4)
39
- json (2.6.2)
33
+ json (2.6.3)
34
+ kanal (0.3.0)
40
35
  kramdown (2.4.0)
41
36
  rexml
42
37
  kramdown-parser-gfm (1.1.0)
43
38
  kramdown (~> 2.0)
44
- multipart-post (2.2.3)
45
- nokogiri (1.13.9-x86_64-darwin)
39
+ multipart-post (2.3.0)
40
+ nokogiri (1.14.0-x86_64-darwin)
46
41
  racc (~> 1.4)
47
42
  parallel (1.22.1)
48
- parser (3.1.3.0)
43
+ parser (3.2.0.0)
49
44
  ast (~> 2.4.1)
50
- racc (1.6.0)
45
+ racc (1.6.2)
51
46
  rainbow (3.1.1)
52
47
  rake (13.0.6)
53
- regexp_parser (2.6.1)
48
+ regexp_parser (2.6.2)
54
49
  reverse_markdown (2.1.1)
55
50
  nokogiri
56
51
  rexml (3.2.5)
@@ -60,36 +55,36 @@ GEM
60
55
  rspec-mocks (~> 3.12.0)
61
56
  rspec-core (3.12.0)
62
57
  rspec-support (~> 3.12.0)
63
- rspec-expectations (3.12.0)
58
+ rspec-expectations (3.12.2)
64
59
  diff-lcs (>= 1.2.0, < 2.0)
65
60
  rspec-support (~> 3.12.0)
66
- rspec-mocks (3.12.0)
61
+ rspec-mocks (3.12.3)
67
62
  diff-lcs (>= 1.2.0, < 2.0)
68
63
  rspec-support (~> 3.12.0)
69
64
  rspec-support (3.12.0)
70
- rubocop (1.39.0)
65
+ rubocop (1.44.1)
71
66
  json (~> 2.3)
72
67
  parallel (~> 1.10)
73
- parser (>= 3.1.2.1)
68
+ parser (>= 3.2.0.0)
74
69
  rainbow (>= 2.2.2, < 4.0)
75
70
  regexp_parser (>= 1.8, < 3.0)
76
71
  rexml (>= 3.2.5, < 4.0)
77
- rubocop-ast (>= 1.23.0, < 2.0)
72
+ rubocop-ast (>= 1.24.1, < 2.0)
78
73
  ruby-progressbar (~> 1.7)
79
- unicode-display_width (>= 1.4.0, < 3.0)
80
- rubocop-ast (1.24.0)
74
+ unicode-display_width (>= 2.4.0, < 3.0)
75
+ rubocop-ast (1.24.1)
81
76
  parser (>= 3.1.1.0)
82
77
  ruby-debug-ide (0.7.3)
83
78
  rake (>= 0.8.1)
84
79
  ruby-progressbar (1.11.0)
85
80
  ruby2_keywords (0.0.5)
86
- simplecov (0.21.2)
81
+ simplecov (0.22.0)
87
82
  docile (~> 1.1)
88
83
  simplecov-html (~> 0.11)
89
84
  simplecov_json_formatter (~> 0.1)
90
85
  simplecov-html (0.12.3)
91
86
  simplecov_json_formatter (0.1.4)
92
- solargraph (0.47.2)
87
+ solargraph (0.48.0)
93
88
  backport (~> 1.2)
94
89
  benchmark
95
90
  bundler (>= 1.17.2)
@@ -104,7 +99,7 @@ GEM
104
99
  thor (~> 1.0)
105
100
  tilt (~> 2.0)
106
101
  yard (~> 0.9, >= 0.9.24)
107
- telegram-bot-ruby (0.22.0)
102
+ telegram-bot-ruby (0.23.0)
108
103
  dry-inflector
109
104
  faraday (~> 2.0)
110
105
  faraday-multipart (~> 1.0)
@@ -112,7 +107,7 @@ GEM
112
107
  thor (1.2.1)
113
108
  thread_safe (0.3.6)
114
109
  tilt (2.0.11)
115
- unicode-display_width (2.3.0)
110
+ unicode-display_width (2.4.2)
116
111
  virtus (2.0.0)
117
112
  axiom-types (~> 0.1)
118
113
  coercible (~> 1.0)
@@ -125,7 +120,7 @@ PLATFORMS
125
120
  x86_64-darwin-21
126
121
 
127
122
  DEPENDENCIES
128
- kanal!
123
+ kanal
129
124
  kanal-interfaces-telegram!
130
125
  rake (~> 13.0)
131
126
  rspec (~> 3.0)
@@ -3,7 +3,7 @@
3
3
  module Kanal
4
4
  module Interfaces
5
5
  module Telegram
6
- VERSION = "0.1.1"
6
+ VERSION = "0.1.2"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kanal-interfaces-telegram
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - idchlife