ruboty-fortune 0.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/README.md +3 -4
- data/lib/ruboty/fortune/version.rb +1 -1
- data/ruboty-fortune.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d25dc8f04fd41f362ea6bb2caa63bb57d38380b8b2951c5e329002a3afdf4c9c
|
4
|
+
data.tar.gz: d82ab95f1597affbd929e9ee62973c03734f63b980d971f4dfd2de61773e09fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1aa3e9764a352e47feaea7cc3bc6cf62c18a40a8ee75864bd7db1cfe143502a631bf0ea095b7d1438726b2aa34f8cbb8d4f3d55658a00d0c6dc54dcba6530313
|
7
|
+
data.tar.gz: b9c036d81febf394f4313672a80928c6b82563b2ec45dfe871c2a92ba4ebf12957111f6c42e0932e5c5619a1ab504f58753ec95af68aacc4a5bb76013dec18ad
|
data/README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
# Ruboty::Fortune
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
This is a ruboty plugin gem to get today's fortune from Yahoo.
|
4
|
+
(As of now, it gets only Japanese text)
|
6
5
|
|
7
6
|
## Installation
|
8
7
|
|
@@ -22,7 +21,7 @@ Or install it yourself as:
|
|
22
21
|
|
23
22
|
## Usage
|
24
23
|
|
25
|
-
|
24
|
+
`@bot うらない mm/dd`
|
26
25
|
|
27
26
|
## Development
|
28
27
|
|
data/ruboty-fortune.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["huckruowl2@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{this gem is a ruboty-plugin to get fortune of a day from yahoo}
|
13
|
-
spec.description = %q{this gem is a ruboty-plugin to get fortune of a day from yahoo}
|
13
|
+
spec.description = %q{this gem is a ruboty-plugin to get fortune of a day from yahoo. (only Japanese, as of now)}
|
14
14
|
spec.homepage = "https://github.com/h2owl/ruboty-fortune"
|
15
15
|
|
16
16
|
## Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruboty-fortune
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0
|
4
|
+
version: 0.1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- h2owl
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-12-
|
11
|
+
date: 2018-12-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -66,7 +66,8 @@ dependencies:
|
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
description: this gem is a ruboty-plugin to get fortune of a day from yahoo
|
69
|
+
description: this gem is a ruboty-plugin to get fortune of a day from yahoo. (only
|
70
|
+
Japanese, as of now)
|
70
71
|
email:
|
71
72
|
- huckruowl2@gmail.com
|
72
73
|
executables: []
|