mochizuki 0.0.2 → 0.0.3
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 +4 -4
- data/README.md +12 -0
- data/lib/mochizuki/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e8d9cbce9004854c3a808ac1ac24e60190933b6b3b60130d10ea3cfabf2babd
|
|
4
|
+
data.tar.gz: 1ea2feed70b54549c218b5bba77ba36d75d7920c64a9603dc945e00b933b8492
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2b00aa3c1b336f349da73d9dea769aed8741691ac6bd49508c4181da0be8855ee5a4cd8df104ffb2111949655da62e749f59c68d7df20a63bdb931cac313b80
|
|
7
|
+
data.tar.gz: 1535e88b1c499b77a92966beb6da3813c881ad78f07ef4097ac512a4536895953e8fea49c931d7c26ca29fa2a55a3c13bbe3516af77abb6cafb3ebf971b160fe
|
data/README.md
CHANGED
|
@@ -57,3 +57,15 @@ drceng -> building
|
|
|
57
57
|
dr_ceng -> floor
|
|
58
58
|
drfangjian -> dorm
|
|
59
59
|
```
|
|
60
|
+
|
|
61
|
+
## Known issues
|
|
62
|
+
|
|
63
|
+
### Telegram returned 403
|
|
64
|
+
|
|
65
|
+
```
|
|
66
|
+
Telegram API has returned the error. (ok: "false", error_code: "403", description: "Forbidden: bot was kicked from the supergroup chat") (Telegram::Bot::Exceptions::ResponseError)
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
This is a telegram internal issue, not this gem's.
|
|
70
|
+
|
|
71
|
+
See [Stack Overflow](https://stackoverflow.com/questions/34040277/telegram-bot-api-errors-codes-integrating-groups-and-channels)
|
data/lib/mochizuki/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mochizuki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kowalski Dark
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-09-
|
|
11
|
+
date: 2020-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.
|
|
61
|
+
version: 0.12.0
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.
|
|
68
|
+
version: 0.12.0
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: ci_reporter_minitest
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -108,7 +108,7 @@ dependencies:
|
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: 13.0.1
|
|
111
|
-
description: Get the amount of electricity remaining for dorms
|
|
111
|
+
description: Get the amount of electricity remaining for dorms, Tongji University
|
|
112
112
|
email:
|
|
113
113
|
- DarkKowalski2012@gmail.com
|
|
114
114
|
executables:
|