aetherical_utils 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.
metadata ADDED
@@ -0,0 +1,116 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aetherical_utils
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Matt Williams
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDNDCCAhygAwIBAgIBADANBgkqhkiG9w0BAQUFADBAMQ0wCwYDVQQDDARtYXR0
14
+ MRowGAYKCZImiZPyLGQBGRYKYWV0aGVyaWNhbDETMBEGCgmSJomT8ixkARkWA2Nv
15
+ bTAeFw0wODA2MTUwODU2NDNaFw0wOTA2MTUwODU2NDNaMEAxDTALBgNVBAMMBG1h
16
+ dHQxGjAYBgoJkiaJk/IsZAEZFgphZXRoZXJpY2FsMRMwEQYKCZImiZPyLGQBGRYD
17
+ Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1XEkc+vdm7Msoan+
18
+ aNZaszR+l7QHO+RX+gFPt0sQ1Omy0ds/85Faq/hvZ3m4VpH7mM2+mroA6H8dEVaq
19
+ ZLfKQOpYZIrXktK57/Q9AuMSs3SijVMyr9194rqjMqo/jCkKIEMZuXRlZW6I2sfH
20
+ ljz8s9JBam61QqRbyFrGMruSA4GA7mvZfEE7b7i+fc6fc3XC33zHQy99/8YMwTy+
21
+ RhcUQw9kztzwOoVF6YX3w3/O22v9x+mGsLxklOXvn+gQBykrNek7VlkWmgzhnkMc
22
+ bdW7HO+2NQTJIDCHhPyt7iAblgYfgktlakp7ayuPPcOyO2cjgDhptoA79TrV6CF6
23
+ KBgKdQIDAQABozkwNzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
24
+ f50EX7gEmTUQckb+qsFSo1bifnAwDQYJKoZIhvcNAQEFBQADggEBAJvkiVXftgKI
25
+ /YNcVt1dKmVrdjlbRe/HDpOdGjIKkz0OROtkzSjvh2ZArQrPhhh+zg90bv6H9LNl
26
+ JQg4K4xkThzpB1Kuj5C8iEC19Hvv93KJeyRkIKdk1HVHKeh7WRzlep1wrhYEKKpu
27
+ 982ObQj5HURvSWc1bncnC7srIUfu9A5+mQ1UdoDxIrcwHjFufmsf7VuXTwrSbfZT
28
+ 5h/xTKYhxwZxBraj+uBxYGZIpopwcxMFSs5fUG6iGTpP8DGaKLa8oESQpT8E02MU
29
+ rnhVBZMMrdrRKOKN6Kgs9BGfpcz8Kdn4WInUp9WvyjK+d6Pbo3PHkev77eFjNPPI
30
+ DG139ofzQTE=
31
+ -----END CERTIFICATE-----
32
+
33
+ date: 2008-06-15 00:00:00 -04:00
34
+ default_executable:
35
+ dependencies: []
36
+
37
+ description: Utility methods from aetherical; used by WAR
38
+ email:
39
+ - matt@aetherical.com
40
+ executables: []
41
+
42
+ extensions: []
43
+
44
+ extra_rdoc_files:
45
+ - History.txt
46
+ - License.txt
47
+ - Manifest.txt
48
+ - PostInstall.txt
49
+ - README.txt
50
+ - website/index.txt
51
+ files:
52
+ - History.txt
53
+ - License.txt
54
+ - Manifest.txt
55
+ - PostInstall.txt
56
+ - README.txt
57
+ - Rakefile
58
+ - config/requirements.rb
59
+ - lib/aetherical_utils.rb
60
+ - lib/aetherical_utils/attribute.rb
61
+ - lib/aetherical_utils/loader.rb
62
+ - lib/aetherical_utils/metaid.rb
63
+ - lib/aetherical_utils/misc.rb
64
+ - lib/aetherical_utils/traiter.rb
65
+ - lib/aetherical_utils/version.rb
66
+ - script/console
67
+ - script/destroy
68
+ - script/generate
69
+ - script/txt2html
70
+ - setup.rb
71
+ - spec/aetherical_utils_spec.rb
72
+ - spec/spec.opts
73
+ - spec/spec_helper.rb
74
+ - tasks/deployment.rake
75
+ - tasks/environment.rake
76
+ - tasks/rspec.rake
77
+ - tasks/website.rake
78
+ - website/index.txt
79
+ - website/javascripts/rounded_corners_lite.inc.js
80
+ - website/stylesheets/screen.css
81
+ - website/template.html.erb
82
+ has_rdoc: true
83
+ homepage: http://war.rubyforge.org/aetherical_utils
84
+ post_install_message: |+
85
+
86
+ For more information on aetherical_utils, see http://war.rubyforge.org/aetherical_utils
87
+
88
+
89
+
90
+
91
+ rdoc_options:
92
+ - --main
93
+ - README.txt
94
+ require_paths:
95
+ - lib
96
+ required_ruby_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: "0"
101
+ version:
102
+ required_rubygems_version: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: "0"
107
+ version:
108
+ requirements: []
109
+
110
+ rubyforge_project: war
111
+ rubygems_version: 1.1.1
112
+ signing_key:
113
+ specification_version: 2
114
+ summary: Utility methods from aetherical; used by WAR
115
+ test_files: []
116
+
metadata.gz.sig ADDED
Binary file