ctcherry-starling 0.9.10

Sign up to get free protection for your applications and to get access to all the features.
data/starling.gemspec ADDED
@@ -0,0 +1,21 @@
1
+ # this file is automatically generated
2
+ Gem::Specification.new do |s|
3
+ s.name = "starling"
4
+ s.version = "0.9.10"
5
+ s.authors = ["Blaine Cook", "Chris Wanstrath", "Britt Selvitelle", "Glenn Rempe", "Abdul-Rahman Advany", "Seth Fitzsimmons"]
6
+ s.email = ["blaine@twitter.com", "chris@ozmm.org", "abdulrahman@advany.com", "starlingmq@groups.google.com"]
7
+ s.homepage = "http://github.com/starling/starling/"
8
+ s.summary = "Starling is a lightweight, transactional, distributed queue server"
9
+ s.description = s.summary
10
+
11
+ s.files = ["bin/starling", "bin/starling_top", "CHANGELOG", "etc/sample-config.yml", "etc/starling.redhat", "etc/starling.ubuntu", "lib/starling/handler.rb", "lib/starling/persistent_queue.rb", "lib/starling/queue_collection.rb", "lib/starling/server.rb", "lib/starling/server_runner.rb", "lib/starling.rb", "LICENSE", "Rakefile", "README.rdoc", "spec/starling_server_spec.rb", "starling.gemspec", "starling.gemspec.bak"]
12
+ s.executables = ["starling", "starling_top"]
13
+ s.require_paths = ["lib"]
14
+
15
+ s.has_rdoc = true
16
+ s.rdoc_options = ["--quiet", "--title", "starling documentation", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source"]
17
+ s.extra_rdoc_files = ["README.rdoc", "CHANGELOG", "LICENSE"]
18
+
19
+ s.add_dependency 'memcache-client', [">= 1.6.2"]
20
+ s.add_dependency 'eventmachine', [">= 0.12.0"]
21
+ end
metadata ADDED
@@ -0,0 +1,109 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ctcherry-starling
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.10
5
+ platform: ruby
6
+ authors:
7
+ - Blaine Cook
8
+ - Chris Wanstrath
9
+ - Britt Selvitelle
10
+ - Glenn Rempe
11
+ - Abdul-Rahman Advany
12
+ - Seth Fitzsimmons
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2009-02-13 00:00:00 -08:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: memcache-client
22
+ type: :runtime
23
+ version_requirement:
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ version: 1.6.2
29
+ version:
30
+ - !ruby/object:Gem::Dependency
31
+ name: eventmachine
32
+ type: :runtime
33
+ version_requirement:
34
+ version_requirements: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: 0.12.0
39
+ version:
40
+ description: Starling is a lightweight, transactional, distributed queue server
41
+ email:
42
+ - blaine@twitter.com
43
+ - chris@ozmm.org
44
+ - abdulrahman@advany.com
45
+ - starlingmq@groups.google.com
46
+ executables:
47
+ - starling
48
+ - starling_top
49
+ extensions: []
50
+
51
+ extra_rdoc_files:
52
+ - README.rdoc
53
+ - CHANGELOG
54
+ - LICENSE
55
+ files:
56
+ - bin/starling
57
+ - bin/starling_top
58
+ - CHANGELOG
59
+ - etc/sample-config.yml
60
+ - etc/starling.redhat
61
+ - etc/starling.ubuntu
62
+ - lib/starling/handler.rb
63
+ - lib/starling/persistent_queue.rb
64
+ - lib/starling/queue_collection.rb
65
+ - lib/starling/server.rb
66
+ - lib/starling/server_runner.rb
67
+ - lib/starling.rb
68
+ - LICENSE
69
+ - Rakefile
70
+ - README.rdoc
71
+ - spec/starling_server_spec.rb
72
+ - starling.gemspec
73
+ - starling.gemspec.bak
74
+ has_rdoc: true
75
+ homepage: http://github.com/starling/starling/
76
+ post_install_message:
77
+ rdoc_options:
78
+ - --quiet
79
+ - --title
80
+ - starling documentation
81
+ - --opname
82
+ - index.html
83
+ - --line-numbers
84
+ - --main
85
+ - README.rdoc
86
+ - --inline-source
87
+ require_paths:
88
+ - lib
89
+ required_ruby_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: "0"
94
+ version:
95
+ required_rubygems_version: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ version: "0"
100
+ version:
101
+ requirements: []
102
+
103
+ rubyforge_project:
104
+ rubygems_version: 1.2.0
105
+ signing_key:
106
+ specification_version: 2
107
+ summary: Starling is a lightweight, transactional, distributed queue server
108
+ test_files: []
109
+