ruboty-slot 1.0.1 → 1.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: 8d9a5d22085471f4384fed7b711511b5ad8cb00f
4
- data.tar.gz: 71e14abd5578affc42de355e2bc20006453fdebe
3
+ metadata.gz: 6234c8355a7d3207d91f8f31fd7832ad74dde102
4
+ data.tar.gz: 51922c432bb995f3be222d64ad25552656bdc579
5
5
  SHA512:
6
- metadata.gz: 2de13d88d15af021239be5d5c2d94dc3583e73aa4e6e70c626ed7567fcd94d8bea6c9907df6595f71261d0814c9a3eaf2b86c3cad33513f6f9cb40d33e99abe7
7
- data.tar.gz: 0f88d52c17d76f5eac7df5e72180ae57843b3cf5e0eaf2c225ad6457f2fe55c07fa5b5023d3e1f9d73c17151932e71f0c694fdb008352db65d4f8b8e5eebb97e
6
+ metadata.gz: 2999b8d7a5d4a96e9208d23de33712415ab5cacb1ff060b1847446bff148389c0aa24a7abfce9a525d8d1be39a855e76ef4754ad06517710dc55a3aafaf0a59d
7
+ data.tar.gz: 6fe2cb0de7a4251403b7a22ad3c049f0d871f8c447612fafa74cba3a386f2c7420d2398ed5bc6bd1e3c21b787d34844ebea1559d0c71d48644efbd1cd1866555
data/README.md CHANGED
@@ -23,7 +23,7 @@ Or install it yourself as:
23
23
  ![slot screenshot](screenshot.png)
24
24
 
25
25
  @ruboty スロット
26
- @ruboty スロット
26
+ @ruboty slot
27
27
 
28
28
  ## Contributing
29
29
 
@@ -8,7 +8,7 @@ module Ruboty
8
8
  slot_machine.reels.count.times do |n|
9
9
  slot_machine.push_stop_button(n)
10
10
  end
11
- message.reply("@#{message.from_name}#{$/}#{slot_machine.to_s}")
11
+ message.reply("#{$/}#{slot_machine.to_s}")
12
12
  end
13
13
  end
14
14
  end
@@ -1,6 +1,6 @@
1
1
  # encoding: UTF-8
2
2
  module Ruboty
3
3
  module Slot
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-slot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - block_given?
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-07 00:00:00.000000000 Z
11
+ date: 2014-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,3 +84,4 @@ signing_key:
84
84
  specification_version: 4
85
85
  summary: GitHub emoji スロット.
86
86
  test_files: []
87
+ has_rdoc: