ruboty 1.0.0 → 1.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +9 -14
- data/images/screenshot.png +0 -0
- data/lib/ruboty/robot.rb +1 -0
- data/lib/ruboty/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a038fffc4592b923af64cc66d79d9920dc2ec408
|
4
|
+
data.tar.gz: c4d0de62fdf86a964aecacf4e43bafe60bc6dfb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 207e465a1581eb2ef59684c889e9a53318793da68b3ba81f891033a32f94d6e1bae38f880c3dc0e7d3467ffae9c924d5f7663a794cde17378ad136523167f159
|
7
|
+
data.tar.gz: 23ca966528eed7cd2ec7352db7ff8b7abea4c32cdd9750a13147954ca67776d568b8da2f6423c151207ad438be68edb133276365df8658443db0c83f17272d5e
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -8,28 +8,23 @@ Ruby + Bot = Ruboty.
|
|
8
8
|
## Adapter
|
9
9
|
Adapter hooks up your robot to chat services.
|
10
10
|
|
11
|
-
* [
|
12
|
-
* [
|
13
|
-
* [
|
14
|
-
* [Ruboty::Adapters::Slack](https://github.com/r7kamura/ruboty-slack)
|
15
|
-
* [Ruboty::Adapters::Twitter](https://github.com/r7kamura/ruboty-twitter)
|
11
|
+
* [ruboty-hipchat](https://github.com/r7kamura/ruboty-hipchat)
|
12
|
+
* [ruboty-slack](https://github.com/r7kamura/ruboty-slack)
|
13
|
+
* [ruboty-twitter](https://github.com/r7kamura/ruboty-twitter)
|
16
14
|
|
17
15
|
## Brain
|
18
16
|
Brain persists your robot's memory.
|
19
17
|
|
20
|
-
* [
|
21
|
-
* [Ruboty::Brains::Redis](https://github.com/r7kamura/ruboty-redis)
|
18
|
+
* [ruboty-redis](https://github.com/r7kamura/ruboty-redis)
|
22
19
|
|
23
20
|
## Handler
|
24
21
|
Handler provides various behaviors to your robot.
|
25
22
|
|
26
|
-
* [
|
27
|
-
* [
|
28
|
-
* [
|
29
|
-
* [
|
30
|
-
* [
|
31
|
-
* [Ruboty::Handlers::Help](https://github.com/r7kamura/ruboty/blob/master/lib/ruboty/handlers/help.rb)
|
32
|
-
* [Ruboty::Handlers::Ping](https://github.com/r7kamura/ruboty/blob/master/lib/ruboty/handlers/ping.rb)
|
23
|
+
* [ruboty-alias](https://github.com/r7kamura/ruboty-alias)
|
24
|
+
* [ruboty-cron](https://github.com/r7kamura/ruboty-cron)
|
25
|
+
* [ruboty-github](https://github.com/r7kamura/ruboty-github)
|
26
|
+
* [ruboty-google_image](https://github.com/r7kamura/ruboty-google_image)
|
27
|
+
* [ruboty-syoboi_calendar](https://github.com/r7kamura/ruboty-syoboi_calendar)
|
33
28
|
|
34
29
|
## Configuration
|
35
30
|
Store configuration value in envorinment variables.
|
data/images/screenshot.png
CHANGED
Binary file
|
data/lib/ruboty/robot.rb
CHANGED
data/lib/ruboty/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruboty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryo Nakamura
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|