qqbot 0.0.1 → 0.0.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 +4 -4
- data/.gitignore +15 -13
- data/Gemfile +4 -4
- data/README.md +63 -40
- data/lib/qqbot.rb +23 -17
- data/lib/qqbot/api.rb +149 -42
- data/lib/qqbot/auth.rb +180 -180
- data/lib/qqbot/bot.rb +172 -41
- data/lib/qqbot/client.rb +67 -67
- data/lib/qqbot/cookie.rb +28 -28
- data/lib/qqbot/model.rb +25 -0
- data/lib/qqbot/version.rb +3 -3
- data/qqbot.gemspec +33 -33
- metadata +5 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qqbot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ScienJus
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.0'
|
55
|
-
description: a qq bot based on smart qq api
|
55
|
+
description: a qq bot based on smart qq api.
|
56
56
|
email:
|
57
57
|
- i@scienjus.com
|
58
58
|
executables: []
|
@@ -75,6 +75,7 @@ files:
|
|
75
75
|
- lib/qqbot/bot.rb
|
76
76
|
- lib/qqbot/client.rb
|
77
77
|
- lib/qqbot/cookie.rb
|
78
|
+
- lib/qqbot/model.rb
|
78
79
|
- lib/qqbot/version.rb
|
79
80
|
- qqbot.gemspec
|
80
81
|
homepage: https://github.com/ScienJus/qqbot
|
@@ -98,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
99
|
version: '0'
|
99
100
|
requirements: []
|
100
101
|
rubyforge_project:
|
101
|
-
rubygems_version: 2.4.
|
102
|
+
rubygems_version: 2.4.5.1
|
102
103
|
signing_key:
|
103
104
|
specification_version: 4
|
104
105
|
summary: a qq bot based on smart qq(web qq).
|