defmacro-unicorn 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,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: defmacro-unicorn
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 1
9
+ version: 0.0.1
10
+ platform: ruby
11
+ authors: []
12
+
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-04-08 00:00:00 -07:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description: |
22
+ Fork of unicorn sans rack/http, extensible with protocol plugins.
23
+
24
+ email: defmacro@destructuring.org
25
+ executables: []
26
+
27
+ extensions: []
28
+
29
+ extra_rdoc_files: []
30
+
31
+ files:
32
+ - CONTRIBUTORS
33
+ - COPYING
34
+ - LICENSE
35
+ - UNICORN
36
+ - lib/unicorn/util.rb
37
+ - lib/unicorn/const.rb
38
+ - lib/unicorn/configurator.rb
39
+ - lib/unicorn/launcher.rb
40
+ - lib/unicorn/socket_helper.rb
41
+ - lib/unicorn.rb
42
+ - bin/unicorn
43
+ has_rdoc: true
44
+ homepage: http://github.com/defmacro/unicorn
45
+ licenses: []
46
+
47
+ post_install_message:
48
+ rdoc_options: []
49
+
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ segments:
57
+ - 0
58
+ version: "0"
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ segments:
64
+ - 0
65
+ version: "0"
66
+ requirements: []
67
+
68
+ rubyforge_project:
69
+ rubygems_version: 1.3.6
70
+ signing_key:
71
+ specification_version: 3
72
+ summary: Fork of unicorn sans rack/http, extensible with protocol plugins
73
+ test_files: []
74
+