arigato 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -2
- data/lib/arigato/version.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
{<img src="https://codeclimate.com/github/tnantoka/arigato.png" alt="Code Climate" />}[https://codeclimate.com/github/tnantoka/arigato]
|
7
7
|
{<img src="http://api.coderwall.com/tnantoka/endorsecount.png" alt="endorse" />}[http://coderwall.com/tnantoka]
|
8
8
|
|
9
|
-
* {Homepage}[
|
9
|
+
* {Homepage}[http://tnantoka.github.com/arigato]
|
10
10
|
* {Issues}[https://github.com/tnantoka/arigato/issues]
|
11
11
|
* {Documentation}[http://rubydoc.info/gems/arigato/frames]
|
12
12
|
* {Email}[mailto:bornneet at livedoor.com]
|
@@ -14,7 +14,8 @@
|
|
14
14
|
== Description
|
15
15
|
|
16
16
|
Special thanks page generator
|
17
|
-
|
17
|
+
|
18
|
+
("Arigato" means "Thanks" in Japanese)
|
18
19
|
|
19
20
|
== Features
|
20
21
|
|
data/lib/arigato/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arigato
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -217,7 +217,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
217
217
|
version: '0'
|
218
218
|
segments:
|
219
219
|
- 0
|
220
|
-
hash:
|
220
|
+
hash: -752254205450778659
|
221
221
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
222
222
|
none: false
|
223
223
|
requirements:
|
@@ -226,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
226
226
|
version: '0'
|
227
227
|
segments:
|
228
228
|
- 0
|
229
|
-
hash:
|
229
|
+
hash: -752254205450778659
|
230
230
|
requirements: []
|
231
231
|
rubyforge_project:
|
232
232
|
rubygems_version: 1.8.25
|