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 +4 -4
- data/lib/ruboty/gen/readme.rb +2 -2
- data/lib/ruboty/gen/version.rb +1 -1
- data/sample/README.md +0 -5
- data/sample/README_emoji.md +0 -5
- data/spec/ruboty/gen/readme_spec.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fb163e657942fcfa95de0d57f526e4f70a7eb0e
|
4
|
+
data.tar.gz: e75af4509735d0480ddb5fafcbf4cdeda658ce80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 133e2be515741b1c2b283c63a8202ead85cf9effbccd4546d53daf8239959142d3aeb7d8fa7c6bd25a9b91efaa2a3055284afd0837f279edfa376b841ef7cd60
|
7
|
+
data.tar.gz: 5902f545e6bf6a4b40a8c7a324a12d71b1f42355c08df83e43cc2761d76503cabc4e42d2f9920c51fac9c3d660754c196164fff3b84fdd3a626f0e16783e6526
|
data/lib/ruboty/gen/readme.rb
CHANGED
@@ -91,7 +91,7 @@ end
|
|
91
91
|
RUBOTY_README_TEMPLATE = <<-EOS
|
92
92
|
# Ruboty::<%=gem_class_name%>
|
93
93
|
|
94
|
-
|
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
|
-
|
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
|
|
data/lib/ruboty/gen/version.rb
CHANGED
data/sample/README.md
CHANGED
data/sample/README_emoji.md
CHANGED
@@ -66,7 +66,7 @@ end
|
|
66
66
|
expected: <<-EOS
|
67
67
|
# Ruboty::SampleGem
|
68
68
|
|
69
|
-
|
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
|
-
|
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
|
+
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:
|
11
|
+
date: 2016-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|