ruboty-rss 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9679b40be64e0daecf36643337c1fd56afad7b28
4
- data.tar.gz: 877e52904b57642af5b97096a57604bc0b8ee4c5
3
+ metadata.gz: bc0bfe9c6b86306b08df1b8f0351a1803fa8fbca
4
+ data.tar.gz: 716eb30882bdd60839618eae6fbfe6f3909e74ac
5
5
  SHA512:
6
- metadata.gz: d5a1de09c978d00cef4df6c60845ec6d92f2cbb75235a2d7c06da30c6e81e17546d0c3e9b8157f928bce19135648691d620df381bd8c4e733ab1abc0bc6d8a8e
7
- data.tar.gz: 3ebdacc008ef8ccabe53b251cee9c4f73326aad356a8642141d8057f6ee8969f90bcd9ade6404a393a9f0984204caaa5e656f0ccf9f5ea2c2e2e0c44bfc1c2a7
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
- Add this line to your application's Gemfile:
8
-
9
- gem 'ruboty-rss'
10
-
11
- And then execute:
12
-
13
- $ bundle
5
+ In Gemfile:
14
6
 
15
- Or install it yourself as:
7
+ ```
8
+ gem 'ruboty'
9
+ gem 'ruboty-rss'
10
+ ```
16
11
 
17
- $ gem install ruboty-rss
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
- TODO: Write usage instructions here
16
+ See `ruboty help`.
22
17
 
23
18
  ## Contributing
24
19
 
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Rss
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -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.1
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: {}