ruboty-generator 1.0.3 → 1.0.4

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: a2c2cd97ea7b623ac0a2ae57387f2aaf98b68a0e
4
- data.tar.gz: 183870744fdaadb07584304081baf9ccb1bad7c9
3
+ metadata.gz: 68921059f79ff57d8f76c12e620a970aedcb6859
4
+ data.tar.gz: 84d0e2b9a39144e5efaafae02b6b0c2764e8c1a4
5
5
  SHA512:
6
- metadata.gz: fe6a795fc2e2cab75d65b59c765fd73ee6eacf5e926537c6a077fa6fcc9fc305441deb57ac3d0c78ed776130ed29e50a23a49e2f4f8d901fdb20f06e9c0f70ca
7
- data.tar.gz: 13fd5907138456aed87c958cd836d28c6926316338d4a67797bb4e184a134c515302eb9f4c1bea5e7b3c5132e58faeb9c1710b53e61eebcbafb24f49bfd400a8
6
+ metadata.gz: 4a066ac4502e74bae81883c3bb17ebbf8b8e118f74366ea7fb2f1738a8e8da8491bbd2a079762746137d92d89ac3040ce1765c9d085ef6ce4c6ed548da9a442b
7
+ data.tar.gz: fb39488206b5560551d97ac2afe1ee5f9ca20fd173d564530ce61a63cb63a249db44b6c0caa4f75019e11127da03d2cf50714630f9d58be6f5b8be4e103159ae
@@ -16,7 +16,7 @@ user_name "user name"
16
16
  gem_class_name "Gem class name"
17
17
  gem_name "gem name"
18
18
 
19
- description "An Ruboty Handler description"
19
+ description "A Ruboty Handler description"
20
20
 
21
21
  env do |e|
22
22
  e.name "ENV1"
@@ -2,6 +2,6 @@
2
2
  module Ruboty
3
3
  # Generator
4
4
  class Generator
5
- VERSION = '1.0.3'
5
+ VERSION = '1.0.4'
6
6
  end
7
7
  end
@@ -54,7 +54,7 @@ user_name "tbpgr"
54
54
  gem_class_name "Hoge"
55
55
  gem_name "hoge"
56
56
 
57
- description "An Ruboty Handler + Actions to output hige."
57
+ description "A Ruboty Handler + Actions to output hige."
58
58
 
59
59
  env do |e|
60
60
  e.name "DEFAULT_HOGE_TEXT1"
@@ -94,7 +94,7 @@ require "ruboty/hoge/actions/hige"
94
94
 
95
95
  module Ruboty
96
96
  module Handlers
97
- # An Ruboty Handler + Actions to output hige.
97
+ # A Ruboty Handler + Actions to output hige.
98
98
  class Hoge < Base
99
99
  on /hoge\\z/, name: 'hoge', description: 'output hige'
100
100
  on /hige\\z/, name: 'hige', description: 'output hige'
@@ -165,7 +165,7 @@ end
165
165
 
166
166
  module Ruboty
167
167
  module Handlers
168
- # An Ruboty Handler + Actions to output hige.
168
+ # A Ruboty Handler + Actions to output hige.
169
169
  class Hoge < Base
170
170
  on /hoge\\z/, name: 'hoge', description: 'output hige'
171
171
  on /hige\\z/, name: 'hige', description: 'output hige'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - tbpgr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-27 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