ruboty-megen 1.0.4 → 1.0.5

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: 4e0b3446ae2b0882c50c8b1b2d3b22a304acbbad
4
- data.tar.gz: 68750219dd2dcd9e1cb1d7bad3482cf1efaf0a82
3
+ metadata.gz: 6fb163e657942fcfa95de0d57f526e4f70a7eb0e
4
+ data.tar.gz: e75af4509735d0480ddb5fafcbf4cdeda658ce80
5
5
  SHA512:
6
- metadata.gz: 578ea2f2d3847bad6a2099abb7ec7449d91e77666f148edfdbe49dacb261d71489c183ca9803d641780008ba3cc6e79439602769253c983fc40d9be1fefeb73e
7
- data.tar.gz: 26464037a5f25b7a5afdf18fe34e4879be77441633b6ca9c78b39a4357a2e5b1e098bcb17eeb827834ea235c8e3f6e4ae9c41948c22e6f6c485bff930145ea11
6
+ metadata.gz: 133e2be515741b1c2b283c63a8202ead85cf9effbccd4546d53daf8239959142d3aeb7d8fa7c6bd25a9b91efaa2a3055284afd0837f279edfa376b841ef7cd60
7
+ data.tar.gz: 5902f545e6bf6a4b40a8c7a324a12d71b1f42355c08df83e43cc2761d76503cabc4e42d2f9920c51fac9c3d660754c196164fff3b84fdd3a626f0e16783e6526
@@ -91,7 +91,7 @@ end
91
91
  RUBOTY_README_TEMPLATE = <<-EOS
92
92
  # Ruboty::<%=gem_class_name%>
93
93
 
94
- An Ruboty Handler + Actions to <%=title%>.
94
+ A Ruboty Handler + Actions to <%=title%>.
95
95
 
96
96
  [Ruboty](https://github.com/r7kamura/ruboty) is Chat bot framework. Ruby + Bot = Ruboty
97
97
 
@@ -140,7 +140,7 @@ And then execute:
140
140
  RUBOTY_README_EMOJI_TEMPLATE = <<-EOS
141
141
  # Ruboty::<%=gem_class_name%>
142
142
 
143
- An Ruboty Handler + Actions to <%=title%>.
143
+ A Ruboty Handler + Actions to <%=title%>.
144
144
 
145
145
  [Ruboty](https://github.com/r7kamura/ruboty) is Chat bot framework. Ruby + Bot = Ruboty
146
146
 
@@ -2,6 +2,6 @@
2
2
  module Ruboty
3
3
  # Gen
4
4
  module Gen
5
- VERSION = '1.0.4'
5
+ VERSION = '1.0.5'
6
6
  end
7
7
  end
@@ -16,11 +16,6 @@ And then execute:
16
16
 
17
17
  $ bundle
18
18
 
19
- Or install it yourself as:
20
-
21
- $ gem install ruboty-ume
22
-
23
-
24
19
  ## Commands
25
20
 
26
21
  |Command|Pattern|Description|
@@ -16,11 +16,6 @@ And then execute:
16
16
 
17
17
  $ bundle
18
18
 
19
- Or install it yourself as:
20
-
21
- $ gem install ruboty-ume
22
-
23
-
24
19
  ## :cl: Commands
25
20
 
26
21
  |Command|Pattern|Description|
@@ -66,7 +66,7 @@ end
66
66
  expected: <<-EOS
67
67
  # Ruboty::SampleGem
68
68
 
69
- An Ruboty Handler + Actions to output sample messages.
69
+ A Ruboty Handler + Actions to output sample messages.
70
70
 
71
71
  [Ruboty](https://github.com/r7kamura/ruboty) is Chat bot framework. Ruby + Bot = Ruboty
72
72
 
@@ -136,7 +136,7 @@ example2_2
136
136
  expected: <<-EOS
137
137
  # Ruboty::SampleGem
138
138
 
139
- An Ruboty Handler + Actions to output sample messages.
139
+ A Ruboty Handler + Actions to output sample messages.
140
140
 
141
141
  [Ruboty](https://github.com/r7kamura/ruboty) is Chat bot framework. Ruby + Bot = Ruboty
142
142
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-megen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - tbpgr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-16 00:00:00.000000000 Z
11
+ date: 2016-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor