tocolist 0.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.tar.gz.sig +0 -0
- data/Manifest +4 -0
- data/README.md +7 -0
- data/Rakefile +13 -0
- data/lib/tocolist.rb +5 -0
- data/tocolist.gemspec +32 -0
- metadata +99 -0
- metadata.gz.sig +1 -0
data.tar.gz.sig
ADDED
|
Binary file
|
data/Manifest
ADDED
data/README.md
ADDED
data/Rakefile
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
require 'rubygems'
|
|
2
|
+
require 'rake'
|
|
3
|
+
require 'echoe'
|
|
4
|
+
|
|
5
|
+
Echoe.new('tocolist', '0.0.1') do |p|
|
|
6
|
+
p.description = "Testing rubygems dot org"
|
|
7
|
+
p.url = "http://github.com/berkes/tocolist"
|
|
8
|
+
p.author = "Bèr Kessels (berkes)"
|
|
9
|
+
p.email = "ber @ webschuur.com"
|
|
10
|
+
p.ignore_pattern = ["tmp/*", "script/*"]
|
|
11
|
+
p.development_dependencies = []
|
|
12
|
+
end
|
|
13
|
+
|
data/lib/tocolist.rb
ADDED
data/tocolist.gemspec
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
Gem::Specification.new do |s|
|
|
4
|
+
s.name = %q{tocolist}
|
|
5
|
+
s.version = "0.0.1"
|
|
6
|
+
|
|
7
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
|
+
s.authors = ["B\303\250r Kessels (berkes)"]
|
|
9
|
+
s.cert_chain = ["/home/ber/.ssh/gem-public_cert.pem"]
|
|
10
|
+
s.date = %q{2010-11-16}
|
|
11
|
+
s.description = %q{Testing rubygems dot org}
|
|
12
|
+
s.email = %q{ber @ webschuur.com}
|
|
13
|
+
s.extra_rdoc_files = ["README.md", "lib/tocolist.rb"]
|
|
14
|
+
s.files = ["README.md", "Rakefile", "lib/tocolist.rb", "Manifest", "tocolist.gemspec"]
|
|
15
|
+
s.homepage = %q{http://github.com/berkes/tocolist}
|
|
16
|
+
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Tocolist", "--main", "README.md"]
|
|
17
|
+
s.require_paths = ["lib"]
|
|
18
|
+
s.rubyforge_project = %q{tocolist}
|
|
19
|
+
s.rubygems_version = %q{1.3.7}
|
|
20
|
+
s.signing_key = %q{/home/ber/.ssh/gem-private_key.pem}
|
|
21
|
+
s.summary = %q{Testing rubygems dot org}
|
|
22
|
+
|
|
23
|
+
if s.respond_to? :specification_version then
|
|
24
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
25
|
+
s.specification_version = 3
|
|
26
|
+
|
|
27
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
28
|
+
else
|
|
29
|
+
end
|
|
30
|
+
else
|
|
31
|
+
end
|
|
32
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: tocolist
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 29
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.0.1
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- "B\xC3\xA8r Kessels (berkes)"
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain:
|
|
17
|
+
- |
|
|
18
|
+
-----BEGIN CERTIFICATE-----
|
|
19
|
+
MIIDMDCCAhigAwIBAgIBADANBgkqhkiG9w0BAQUFADA+MQwwCgYDVQQDDANiZXIx
|
|
20
|
+
GTAXBgoJkiaJk/IsZAEZFgl3ZWJzY2h1dXIxEzARBgoJkiaJk/IsZAEZFgNjb20w
|
|
21
|
+
HhcNMTAxMTE2MTc0MTI3WhcNMTExMTE2MTc0MTI3WjA+MQwwCgYDVQQDDANiZXIx
|
|
22
|
+
GTAXBgoJkiaJk/IsZAEZFgl3ZWJzY2h1dXIxEzARBgoJkiaJk/IsZAEZFgNjb20w
|
|
23
|
+
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCxdBIHF3/eLVtQ4x24FYJD
|
|
24
|
+
vVchotNMaFh0JZ7abX2JP7jdIqHYRvfltNmRGcYjmBMkajzmeZ1uMglIAHJQBUIS
|
|
25
|
+
OLjrN/2LbAKmhJVmkWwN2zDaYAL8ZMbHtNVF4tsPOMvDUbbP29M7Xberrm87G/x0
|
|
26
|
+
QyM5u1eHPbV2Vb1N3PEL2U4NGgGY8iC4919B/r0HXNhLoCL+Er+g8Q6Ps53XxEKe
|
|
27
|
+
UXX5d7d7Dz5HmdVlEbUfkghTnrbs6A+Ca2YEmtMSC3Vulm8AtcaXx/gc+SQSz4HG
|
|
28
|
+
dM/lSO7V88u0c9cteI/uebYSbmr3EqMnCVGfwcbJ6wpo8wE3FOYdMF/kblUem6/z
|
|
29
|
+
AgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBTtQe9S
|
|
30
|
+
3Yb56Y4ZWyawFEs6x6sLPTANBgkqhkiG9w0BAQUFAAOCAQEAj+w1emY+8H/tCW/r
|
|
31
|
+
RQojgwsIj3ONVB+MDDf7RBk/gwUlA5pluroKWqNwZOVdsperf1gsldO/Cddh+2Ut
|
|
32
|
+
OJr583ObK9Fg6sJxzceYwr1P9vrwPrTZG58G0A+17oYDSK4RY6k9i2EgbLYaPqB7
|
|
33
|
+
Y7ys27VkiL+bHZlWtZlPdm8rEXt9xatj7JKbM4DQgageomGeNsz/FcxMcns/DAiO
|
|
34
|
+
SieW5M18ZzZAyO1AK8N5P0vfkzu/0ZlW5UXqhYBgDjym7yU97HcI9sgicZ5T4xtf
|
|
35
|
+
l9gaOWhJ+feGpvKBRod5MkqlX6C8ycc/Ig2ID0ba4H9c8aj7JmxV7IkZGShQyjXK
|
|
36
|
+
weZXyA==
|
|
37
|
+
-----END CERTIFICATE-----
|
|
38
|
+
|
|
39
|
+
date: 2010-11-16 00:00:00 +01:00
|
|
40
|
+
default_executable:
|
|
41
|
+
dependencies: []
|
|
42
|
+
|
|
43
|
+
description: Testing rubygems dot org
|
|
44
|
+
email: ber @ webschuur.com
|
|
45
|
+
executables: []
|
|
46
|
+
|
|
47
|
+
extensions: []
|
|
48
|
+
|
|
49
|
+
extra_rdoc_files:
|
|
50
|
+
- README.md
|
|
51
|
+
- lib/tocolist.rb
|
|
52
|
+
files:
|
|
53
|
+
- README.md
|
|
54
|
+
- Rakefile
|
|
55
|
+
- lib/tocolist.rb
|
|
56
|
+
- Manifest
|
|
57
|
+
- tocolist.gemspec
|
|
58
|
+
has_rdoc: true
|
|
59
|
+
homepage: http://github.com/berkes/tocolist
|
|
60
|
+
licenses: []
|
|
61
|
+
|
|
62
|
+
post_install_message:
|
|
63
|
+
rdoc_options:
|
|
64
|
+
- --line-numbers
|
|
65
|
+
- --inline-source
|
|
66
|
+
- --title
|
|
67
|
+
- Tocolist
|
|
68
|
+
- --main
|
|
69
|
+
- README.md
|
|
70
|
+
require_paths:
|
|
71
|
+
- lib
|
|
72
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
|
+
none: false
|
|
74
|
+
requirements:
|
|
75
|
+
- - ">="
|
|
76
|
+
- !ruby/object:Gem::Version
|
|
77
|
+
hash: 3
|
|
78
|
+
segments:
|
|
79
|
+
- 0
|
|
80
|
+
version: "0"
|
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
|
+
none: false
|
|
83
|
+
requirements:
|
|
84
|
+
- - ">="
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
hash: 11
|
|
87
|
+
segments:
|
|
88
|
+
- 1
|
|
89
|
+
- 2
|
|
90
|
+
version: "1.2"
|
|
91
|
+
requirements: []
|
|
92
|
+
|
|
93
|
+
rubyforge_project: tocolist
|
|
94
|
+
rubygems_version: 1.3.7
|
|
95
|
+
signing_key:
|
|
96
|
+
specification_version: 3
|
|
97
|
+
summary: Testing rubygems dot org
|
|
98
|
+
test_files: []
|
|
99
|
+
|
metadata.gz.sig
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7���F��J��V?@阐+
|