ruboty-feed 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/README.md +2 -2
- data/lib/ruboty/feed/version.rb +1 -1
- data/lib/ruboty/handlers/feed.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 674c2e151a57a9cea4b27316703c229b894a226e
|
4
|
+
data.tar.gz: c689843d6ef507099874ea41db4e31344d70b474
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e00df28bde6f6cbe77fc2e6138e4759ffdd01f69f1e997b6c613c44e3658cc0d642f2789876af722c2d657f2f472bf5d9da0ccb34f04292ba25a926a1726c8cd
|
7
|
+
data.tar.gz: 0d6e175f189e7c853055e00972a567a20a482b10edf0537f1352c92179865ed54bc552f7ee8a695680b52741d436d287c51c21b6eca221a52e1e1d7cafd52e02
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Ruboty::Feed
|
2
2
|
|
3
|
-
Ruboty plug-in to subscribe RSS feed (along with [ruboty-cron](ruboty-cron)).
|
3
|
+
Ruboty plug-in to subscribe RSS feed (along with [ruboty-cron](https://github.com/r7kamura/ruboty-cron)).
|
4
4
|
|
5
5
|
## Usage
|
6
6
|
|
@@ -10,7 +10,7 @@ Fetch RSS/Atom Feed by providing a feed's URL.
|
|
10
10
|
@ruboty subscribe <feed url>
|
11
11
|
```
|
12
12
|
|
13
|
-
However, as you usually want to subscribe a feed for fetching periodically,
|
13
|
+
However, as you usually want to subscribe a feed for fetching periodically, using ruboty-feed together with ruboty-cron is recommended.
|
14
14
|
|
15
15
|
```
|
16
16
|
@ruboty add job "0 * * * *" @ruboty subscribe <feed url>
|
data/lib/ruboty/feed/version.rb
CHANGED
data/lib/ruboty/handlers/feed.rb
CHANGED