linebook 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History +7 -0
- data/License.txt +22 -0
- data/README +24 -0
- data/lib/linebook/version.rb +7 -0
- data/lib/linebook.rb +2 -0
- metadata +78 -0
data/History
ADDED
data/License.txt
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2010 Pinnacol Assurance
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
5
|
+
in the Software without restriction, including without limitation the rights
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
8
|
+
furnished to do so, subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software. Except as contained in this
|
12
|
+
notice, the name(s) of the above copyright holders shall not be used in
|
13
|
+
advertising or otherwise to promote the sale, use or other dealings in this
|
14
|
+
Software without prior written authorization.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
22
|
+
SOFTWARE.
|
data/README
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
= Linebook
|
2
|
+
|
3
|
+
Cookbooks for {Linecook}[http://gemcutter.org/gems/linecook].
|
4
|
+
|
5
|
+
== Description
|
6
|
+
|
7
|
+
Linebook is a distribution module used by
|
8
|
+
{Linecook}[http://gemcutter.org/gems/linecook]. Linebook has no content and
|
9
|
+
exists solely to claim the namespace.
|
10
|
+
|
11
|
+
== Usage
|
12
|
+
|
13
|
+
None!
|
14
|
+
|
15
|
+
== Installation
|
16
|
+
|
17
|
+
Linebook is available as a gem on {Gemcutter}[http://gemcutter.org/gems/linebook]
|
18
|
+
|
19
|
+
% gem install linebook
|
20
|
+
|
21
|
+
== Info
|
22
|
+
|
23
|
+
Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com]
|
24
|
+
License:: {MIT-Style}[link:files/License_txt.html]
|
data/lib/linebook.rb
ADDED
metadata
ADDED
@@ -0,0 +1,78 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: linebook
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 23
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 2
|
9
|
+
- 0
|
10
|
+
version: 0.2.0
|
11
|
+
platform: ruby
|
12
|
+
authors:
|
13
|
+
- Simon Chiang
|
14
|
+
autorequire:
|
15
|
+
bindir: bin
|
16
|
+
cert_chain: []
|
17
|
+
|
18
|
+
date: 2011-01-07 00:00:00 -07:00
|
19
|
+
default_executable:
|
20
|
+
dependencies: []
|
21
|
+
|
22
|
+
description: Linebook is a distribution module used by Linecook.
|
23
|
+
email: simon.a.chiang@gmail.com
|
24
|
+
executables: []
|
25
|
+
|
26
|
+
extensions: []
|
27
|
+
|
28
|
+
extra_rdoc_files:
|
29
|
+
- History
|
30
|
+
- README
|
31
|
+
- License.txt
|
32
|
+
files:
|
33
|
+
- lib/linebook.rb
|
34
|
+
- lib/linebook/version.rb
|
35
|
+
- History
|
36
|
+
- README
|
37
|
+
- License.txt
|
38
|
+
has_rdoc: true
|
39
|
+
homepage: http://rubygems.org/gems/linebook
|
40
|
+
licenses: []
|
41
|
+
|
42
|
+
post_install_message:
|
43
|
+
rdoc_options:
|
44
|
+
- --main
|
45
|
+
- README
|
46
|
+
- -S
|
47
|
+
- -N
|
48
|
+
- --title
|
49
|
+
- Linebook
|
50
|
+
require_paths:
|
51
|
+
- lib
|
52
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
54
|
+
requirements:
|
55
|
+
- - ">="
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
hash: 3
|
58
|
+
segments:
|
59
|
+
- 0
|
60
|
+
version: "0"
|
61
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
62
|
+
none: false
|
63
|
+
requirements:
|
64
|
+
- - ">="
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
hash: 3
|
67
|
+
segments:
|
68
|
+
- 0
|
69
|
+
version: "0"
|
70
|
+
requirements: []
|
71
|
+
|
72
|
+
rubyforge_project: ""
|
73
|
+
rubygems_version: 1.3.7
|
74
|
+
signing_key:
|
75
|
+
specification_version: 3
|
76
|
+
summary: Cookbooks for Linecook
|
77
|
+
test_files: []
|
78
|
+
|