japanrock_sample 1.0.0 → 1.0.1
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.
- data/MIT-LICENSE +1 -0
- data/README.rdoc +17 -0
- data/lib/japanrock_sample.rb +5 -0
- metadata +14 -13
data/MIT-LICENSE
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Copyright (c) 2011 japanrock
|
data/README.rdoc
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
japanrock sample
|
|
2
|
+
|
|
3
|
+
= Installation
|
|
4
|
+
|
|
5
|
+
gem install japanrock_sample
|
|
6
|
+
|
|
7
|
+
= Usage
|
|
8
|
+
|
|
9
|
+
require 'japanrock_sample'
|
|
10
|
+
|
|
11
|
+
japanrock_sample = JapanrockSample.new
|
|
12
|
+
|
|
13
|
+
japanrock_sample.hoge
|
|
14
|
+
|
|
15
|
+
= Further Reading
|
|
16
|
+
|
|
17
|
+
- http://d.hatena.ne.jp/japanrock_pg
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: japanrock_sample
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- japanrock
|
|
@@ -15,11 +15,11 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-02-
|
|
18
|
+
date: 2011-02-13 00:00:00 +09:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
22
|
-
description: japanrock
|
|
22
|
+
description: japanrock sample
|
|
23
23
|
email: japanrock@gmail.com
|
|
24
24
|
executables: []
|
|
25
25
|
|
|
@@ -27,10 +27,12 @@ extensions: []
|
|
|
27
27
|
|
|
28
28
|
extra_rdoc_files: []
|
|
29
29
|
|
|
30
|
-
files:
|
|
31
|
-
|
|
30
|
+
files:
|
|
31
|
+
- lib/japanrock_sample.rb
|
|
32
|
+
- MIT-LICENSE
|
|
33
|
+
- README.rdoc
|
|
32
34
|
has_rdoc: true
|
|
33
|
-
homepage: http://
|
|
35
|
+
homepage: http://github.com/japanrock/japanrock_sample/tree/master
|
|
34
36
|
licenses: []
|
|
35
37
|
|
|
36
38
|
post_install_message:
|
|
@@ -43,11 +45,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
43
45
|
requirements:
|
|
44
46
|
- - ">="
|
|
45
47
|
- !ruby/object:Gem::Version
|
|
46
|
-
hash:
|
|
48
|
+
hash: 3
|
|
47
49
|
segments:
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
version: "1.8"
|
|
50
|
+
- 0
|
|
51
|
+
version: "0"
|
|
51
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
53
|
none: false
|
|
53
54
|
requirements:
|
|
@@ -63,6 +64,6 @@ rubyforge_project:
|
|
|
63
64
|
rubygems_version: 1.5.2
|
|
64
65
|
signing_key:
|
|
65
66
|
specification_version: 3
|
|
66
|
-
summary:
|
|
67
|
+
summary: japanrock sample
|
|
67
68
|
test_files: []
|
|
68
69
|
|