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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf52ad81765533a4457bbc11264496de54c7db2a95e66e75bdc855a6e7f875fe
4
- data.tar.gz: e7a4b62d8e64bf8918563cfa1b8cd1f4ad80d045a2c52baa6a7fcca42c7b1a86
3
+ metadata.gz: d25dc8f04fd41f362ea6bb2caa63bb57d38380b8b2951c5e329002a3afdf4c9c
4
+ data.tar.gz: d82ab95f1597affbd929e9ee62973c03734f63b980d971f4dfd2de61773e09fe
5
5
  SHA512:
6
- metadata.gz: bf3ce256a93e1302e170dbf8bfe32c552c6578d95b33a369b03027eded1a43f06f34f72d1466fa9309fec874f0fab3b6cd5324da4d94e9b493e60b5b5385f608
7
- data.tar.gz: e74a93cf4d559b3953bd2c5778a82ab6aea3cea3eba30f57e782b0cbf1c78add2b3642649dec85cfe1e6d94a51bc60d83964ee5b720fc4c4ab73a0ac6de34365
6
+ metadata.gz: 1aa3e9764a352e47feaea7cc3bc6cf62c18a40a8ee75864bd7db1cfe143502a631bf0ea095b7d1438726b2aa34f8cbb8d4f3d55658a00d0c6dc54dcba6530313
7
+ data.tar.gz: b9c036d81febf394f4313672a80928c6b82563b2ec45dfe871c2a92ba4ebf12957111f6c42e0932e5c5619a1ab504f58753ec95af68aacc4a5bb76013dec18ad
data/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # Ruboty::Fortune
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ruboty/fortune`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- TODO: Write usage instructions here
24
+ `@bot うらない mm/dd`
26
25
 
27
26
  ## Development
28
27
 
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Fortune
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.0.1"
4
4
  end
5
5
  end
@@ -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-22 00:00:00.000000000 Z
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: []