telegramAPI 1.0.8 → 1.0.8.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/telegramAPI.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 315b79da88eff7a39d09bc3efef121430db328c1
4
- data.tar.gz: 928efa6a8623ab9f85f0853e7ec63d1b63738c70
3
+ metadata.gz: abdee92d0a4e97bd3c17bd107a5a01e6efb66498
4
+ data.tar.gz: f856624899663efdcaa4352726aba59719fac30a
5
5
  SHA512:
6
- metadata.gz: 34ff22e8934364ae7e50ed1e76a8730d4e34bdb36f4d1189acc83af4fc77048d76d40fa857811ab53b466eedb61bd7f2def264341b1e8a544c5ea44512af882d
7
- data.tar.gz: bc85a71233e74f0aec8695f9e3f5d80ee8115fcdcdc514e38d5f139e42008be8ebc677e3ccb434fb81d9098882580c15f5c276103d72240f15bf65d8b8f50a72
6
+ metadata.gz: 52d074aa0b1ef3d1966aad86ef207a13334e98a6ac1080fbded20fc4597a2c0b07f1207dfc3b1198379ce7f0915777de5493bb859990b286de21f371088ec823
7
+ data.tar.gz: 01c9cf10194bf8ee977dd1477ed59e2a42adba37074cf922c7922c8689c9765cbbab50087c09f035dfb24beb38be6bd7b7851142f3f62b128dcc21401dca8225
data/README.md CHANGED
@@ -4,7 +4,7 @@ This is a simple and lightweight Ruby API for Telegram Bots.
4
4
 
5
5
  With this tiny library you can create awesome Telegram Bot!
6
6
 
7
- Version: 1.0.8
7
+ Version: 1.0.8.1
8
8
 
9
9
  ## Installation
10
10
 
data/lib/telegramAPI.rb CHANGED
@@ -4,7 +4,7 @@ require 'net/http'
4
4
  require 'net/https'
5
5
  require 'uri'
6
6
  require 'rest_client'
7
- require_relative './telegramObjects'
7
+ require 'telegramObjects'
8
8
 
9
9
  # This library provides an easy way to access to the Telegram Bot API
10
10
  # Author:: Benedetto Nespoli
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telegramAPI
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benedetto Nespoli