ruboty-shonin 0.1.0 → 0.1.1

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: ab32e70a877079a6606defe212da14e317ae47e2
4
- data.tar.gz: e8b761ed1a82ce1b9295fe65d4aab8d19f2d8059
3
+ metadata.gz: 7db0e1e834085ef364f71ec3c6b26e6026145de2
4
+ data.tar.gz: 2ee6e9e37395764abe2b2be4a1b959ff524ca43f
5
5
  SHA512:
6
- metadata.gz: 69246d8cba8c5298d2fe72ae1c8e1a6df386ba37ffec7c3eb67dbcbaeaaf110b6460645bbd5888107c56403b755b1d116b0cf6f5b09a69ae61a0e7b07bf6decf
7
- data.tar.gz: 149a0e7e4abb5f89637dab836c076103246b6879ef47c1bcdc455f1af48f6044a5272ecb0a193c6c2fd72c9667798cc558e128bf8270abf40aab9b3d567f9065
6
+ metadata.gz: 412996f9775ec0ea1364017e15d4962aca933f73fd46fb647b054590638ee95b798e369302bd90b68940de6b278dd171e11ec82f0e5ed5c471d1d88475663a75
7
+ data.tar.gz: 091fe76036ce095774fef19c45d9c897364e53417e62289a17077db6977cdee1ebd199ad87b5d46692e61c5449260e1b31707de1012b49563ee6c57b13127240
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Ruboty::Shonin
2
2
 
3
+ A ruboty handler to give someone Shonin.
4
+ This ruboty handler is inspired by [hubot-shonin](https://github.com/morishin/hubot-shonin).
5
+
3
6
  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/shonin`. To experiment with that code, run `bin/console` for an interactive prompt.
4
7
 
5
8
  TODO: Delete this and the text above, and describe your gem
@@ -1,6 +1,6 @@
1
1
  module Ruboty
2
2
  module Handlers
3
- class Tiqav < Base
3
+ class Shonin < Base
4
4
  SHONINS = [
5
5
  '最高!!!!フゥ〜〜〜〜〜!!!!',
6
6
  'お疲れ様です!!!!飲みましょう!!!!:beers:',
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Shonin
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-shonin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - cnosuke