ruboty-rss 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 +7 -12
- data/lib/ruboty/rss/version.rb +1 -1
- data/ruboty-rss.gemspec +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: bc0bfe9c6b86306b08df1b8f0351a1803fa8fbca
|
|
4
|
+
data.tar.gz: 716eb30882bdd60839618eae6fbfe6f3909e74ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45749c3e7dd95afff7d71bc8fb6951a8a7bcd9fd235b1c27bc5c6a2e2cc871e83b877bd7fa9759876c5ddaffac9ca56c11c352d1306fce70cf49076eb85f648b
|
|
7
|
+
data.tar.gz: 67acde9f609871a400a2101d43adf2f6fcbc5e81a2f15ff76f65f34ccd52fc56a3c7bedfa6f1669773d58fbfb84368bd95e0a6dc5078c4bb17b229d8fba05f93
|
data/README.md
CHANGED
|
@@ -1,24 +1,19 @@
|
|
|
1
1
|
# Ruboty::Rss
|
|
2
2
|
|
|
3
|
-
TODO: Write a gem description
|
|
4
|
-
|
|
5
3
|
## Installation
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
gem 'ruboty-rss'
|
|
10
|
-
|
|
11
|
-
And then execute:
|
|
12
|
-
|
|
13
|
-
$ bundle
|
|
5
|
+
In Gemfile:
|
|
14
6
|
|
|
15
|
-
|
|
7
|
+
```
|
|
8
|
+
gem 'ruboty'
|
|
9
|
+
gem 'ruboty-rss'
|
|
10
|
+
```
|
|
16
11
|
|
|
17
|
-
|
|
12
|
+
If you would like to set interval of checking feeds, set `RUBOTY_RSS_INTERVAL` envvar in seconds.
|
|
18
13
|
|
|
19
14
|
## Usage
|
|
20
15
|
|
|
21
|
-
|
|
16
|
+
See `ruboty help`.
|
|
22
17
|
|
|
23
18
|
## Contributing
|
|
24
19
|
|
data/lib/ruboty/rss/version.rb
CHANGED
data/ruboty-rss.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Ryota Arai"]
|
|
10
10
|
spec.email = ["ryota.arai@gmail.com"]
|
|
11
11
|
spec.summary = %q{RSS Watcher for Ruboty Chatbot}
|
|
12
|
-
spec.homepage = "https://github.com/ruboty-rss"
|
|
12
|
+
spec.homepage = "https://github.com/ryotarai/ruboty-rss"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruboty-rss
|
|
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
|
- Ryota Arai
|
|
@@ -84,7 +84,7 @@ files:
|
|
|
84
84
|
- lib/ruboty/rss/feed.rb
|
|
85
85
|
- lib/ruboty/rss/version.rb
|
|
86
86
|
- ruboty-rss.gemspec
|
|
87
|
-
homepage: https://github.com/ruboty-rss
|
|
87
|
+
homepage: https://github.com/ryotarai/ruboty-rss
|
|
88
88
|
licenses:
|
|
89
89
|
- MIT
|
|
90
90
|
metadata: {}
|