ruboty-megen 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/ruboty/gen/readme.rb +0 -10
- data/lib/ruboty/gen/version.rb +1 -1
- data/spec/ruboty/gen/readme_spec.rb +0 -10
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e0b3446ae2b0882c50c8b1b2d3b22a304acbbad
|
|
4
|
+
data.tar.gz: 68750219dd2dcd9e1cb1d7bad3482cf1efaf0a82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 578ea2f2d3847bad6a2099abb7ec7449d91e77666f148edfdbe49dacb261d71489c183ca9803d641780008ba3cc6e79439602769253c983fc40d9be1fefeb73e
|
|
7
|
+
data.tar.gz: 26464037a5f25b7a5afdf18fe34e4879be77441633b6ca9c78b39a4357a2e5b1e098bcb17eeb827834ea235c8e3f6e4ae9c41948c22e6f6c485bff930145ea11
|
data/CHANGELOG.md
CHANGED
data/lib/ruboty/gen/readme.rb
CHANGED
|
@@ -107,11 +107,6 @@ And then execute:
|
|
|
107
107
|
|
|
108
108
|
$ bundle
|
|
109
109
|
|
|
110
|
-
Or install it yourself as:
|
|
111
|
-
|
|
112
|
-
$ gem install ruboty-<%=gem_name%>
|
|
113
|
-
|
|
114
|
-
|
|
115
110
|
## Commands
|
|
116
111
|
|
|
117
112
|
|Command|Pattern|Description|
|
|
@@ -161,11 +156,6 @@ And then execute:
|
|
|
161
156
|
|
|
162
157
|
$ bundle
|
|
163
158
|
|
|
164
|
-
Or install it yourself as:
|
|
165
|
-
|
|
166
|
-
$ gem install ruboty-<%=gem_name%>
|
|
167
|
-
|
|
168
|
-
|
|
169
159
|
## :cl: Commands
|
|
170
160
|
|
|
171
161
|
|Command|Pattern|Description|
|
data/lib/ruboty/gen/version.rb
CHANGED
|
@@ -82,11 +82,6 @@ And then execute:
|
|
|
82
82
|
|
|
83
83
|
$ bundle
|
|
84
84
|
|
|
85
|
-
Or install it yourself as:
|
|
86
|
-
|
|
87
|
-
$ gem install ruboty-sample_gem
|
|
88
|
-
|
|
89
|
-
|
|
90
85
|
## Commands
|
|
91
86
|
|
|
92
87
|
|Command|Pattern|Description|
|
|
@@ -157,11 +152,6 @@ And then execute:
|
|
|
157
152
|
|
|
158
153
|
$ bundle
|
|
159
154
|
|
|
160
|
-
Or install it yourself as:
|
|
161
|
-
|
|
162
|
-
$ gem install ruboty-sample_gem
|
|
163
|
-
|
|
164
|
-
|
|
165
155
|
## :cl: Commands
|
|
166
156
|
|
|
167
157
|
|Command|Pattern|Description|
|
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.4
|
|
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: 2015-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -141,3 +141,4 @@ summary: ruboty-megen generate ruboty README.md template.
|
|
|
141
141
|
test_files:
|
|
142
142
|
- spec/ruboty/gen/readme_spec.rb
|
|
143
143
|
- spec/spec_helper.rb
|
|
144
|
+
has_rdoc:
|