tgbot 0.3.2 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +2 -2
  4. data/lib/api.yaml +2015 -630
  5. data/lib/tgbot/version.rb +1 -1
  6. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9bf979e859b7af48b38b619f8f79f51e2af7266154ba353637be6677ced6e584
4
- data.tar.gz: d837b66e22c205fbe678571efb08cfad2f3d87ab52d303dd8230451819199e54
3
+ metadata.gz: 294a4c0bb7a9ad39e5774c0ccfa25823fc5ca32e9a42a02da3ccf78caf5d0f77
4
+ data.tar.gz: 97b42d15245ab40642b1338e71bab4b13a4f38dfd52b83246b01e69ad79c2c1c
5
5
  SHA512:
6
- metadata.gz: 50b8b27559d142acfae0dc0e7097e9529263e7c3c668c8125f339e1e77efaa155b25dcf0d40771be18246a9ac1562e37f608c15b0e0f1fd96c60c818784739c2
7
- data.tar.gz: 9c845af556393bf887e2947fe06261b8435d78b60b943cc11da2c182771c0eb3e124b686cdb75df7b0d7af27aba9cfb2ec6f45f4e9340d40d10cd400ae7c3e2a
6
+ metadata.gz: 2094281be883d4b9a65d9b5d141b817cbda3ac4a435384e654951cfc0ab18ae7040c5a6a7dfbd40557d27ec6efa9f4b45b450d1018d7a694cb8a4c7d851d670f
7
+ data.tar.gz: 5ac90115b0b93baccb11c3c2485ec79608683e18540feb0d4eeb04b3ee5ab999d2ee013c6dc3dda2da96f479e3d1b8f74678da181e329279d599b3611c46da7e
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019-2021 hyrious
3
+ Copyright (c) 2019-2023 hyrious
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Tgbot
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/tgbot.svg)](https://badge.fury.io/rb/tgbot)
4
- ![Bot API Version](https://img.shields.io/badge/Bot%20API-4.7-blue.svg?style=flat-square)
5
- ![](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat-square)
4
+ ![Bot API Version](https://img.shields.io/badge/Bot%20API-6.6-blue.svg?style=flat-square)
5
+ ![](https://img.shields.io/badge/License-MIT-lightblue.svg?style=flat-square)
6
6
 
7
7
  A tiny but easy-to-use wrapper of [Telegram Bot API](https://core.telegram.org/bots/api).
8
8