linebook 0.2.0

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/History ADDED
@@ -0,0 +1,7 @@
1
+ == 0.2.0 2010/12/27
2
+
3
+ Cleared everything out to make Linebook purely a distribution module.
4
+
5
+ == 0.1.0 2010/12/22
6
+
7
+ Initial release.
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]
@@ -0,0 +1,7 @@
1
+ module Linebook
2
+ MAJOR = 0
3
+ MINOR = 2
4
+ TINY = 0
5
+
6
+ VERSION = "#{MAJOR}.#{MINOR}.#{TINY}"
7
+ end
data/lib/linebook.rb ADDED
@@ -0,0 +1,2 @@
1
+ module Linebook
2
+ end
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
+