discord_rubot 0.1.4 → 0.1.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 +4 -4
- data/.rubocop.yml +1 -1
- data/Gemfile.lock +1 -1
- data/lib/rubot/version.rb +1 -1
- data/rubot.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75c7869468638c859819b8b3f09aeaa0605247c66bb0c1a8acf04fbfee3b160b
|
|
4
|
+
data.tar.gz: f0acef0fe3294a337263dc1124e1240a72497a3021625fcaabb1a73dc10ef000
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c118298fc7aaea5a46f225564a396346ad9888b082cd8e90f9af380dbf41954736efbdcc37b30fd37b8cc49d5be82136e5b511245a73269a7e84423f1b9cfa6d
|
|
7
|
+
data.tar.gz: '093adef9059d67eb03c8d621136a5d996644330c862ef80b68faa10cde2d73975a0c14d9190f51565899b6bd11f9cb2cd9a54dc9029fc3e788008485885c68fb'
|
data/.rubocop.yml
CHANGED
data/Gemfile.lock
CHANGED
data/lib/rubot/version.rb
CHANGED
data/rubot.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.description = "Use rubot as a command handler for, your ruby written discord bot. Simply to use, and fun!"
|
|
13
13
|
spec.homepage = "https://github.com/Senchuu/rubot"
|
|
14
14
|
spec.license = "MIT"
|
|
15
|
-
spec.required_ruby_version = ">=
|
|
15
|
+
spec.required_ruby_version = ">= 2.6.0"
|
|
16
16
|
|
|
17
17
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
|
18
18
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: discord_rubot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Senchuu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Use rubot as a command handler for, your ruby written discord bot. Simply
|
|
14
14
|
to use, and fun!
|
|
@@ -64,14 +64,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
requirements:
|
|
65
65
|
- - ">="
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version:
|
|
67
|
+
version: 2.6.0
|
|
68
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
requirements:
|
|
70
70
|
- - ">="
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
72
|
version: '0'
|
|
73
73
|
requirements: []
|
|
74
|
-
rubygems_version: 3.3
|
|
74
|
+
rubygems_version: 3.2.3
|
|
75
75
|
signing_key:
|
|
76
76
|
specification_version: 4
|
|
77
77
|
summary: A most advanced version of Bot.rb
|