tyrantmanager 1.0.9

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,144 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tyrantmanager
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.9
5
+ platform: ruby
6
+ authors:
7
+ - Jeremy Hinegardner
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-08-01 00:00:00 -06:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: loquacious
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ~>
22
+ - !ruby/object:Gem::Version
23
+ version: 1.3.0
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: rufus-tokyo
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: 1.0.0
34
+ version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: configuration
37
+ type: :development
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: 0.0.5
44
+ version:
45
+ - !ruby/object:Gem::Dependency
46
+ name: rake
47
+ type: :development
48
+ version_requirement:
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ~>
52
+ - !ruby/object:Gem::Version
53
+ version: 0.8.3
54
+ version:
55
+ description: A command line tool for managing Tokyo Tyrant instances.
56
+ email: jeremy@copiousfreetime.org
57
+ executables:
58
+ - tyrantmanager
59
+ extensions: []
60
+
61
+ extra_rdoc_files:
62
+ - README
63
+ - HISTORY
64
+ - LICENSE
65
+ - lib/tyrant_manager/cli.rb
66
+ - lib/tyrant_manager/command.rb
67
+ - lib/tyrant_manager/commands/create_instance.rb
68
+ - lib/tyrant_manager/commands/list.rb
69
+ - lib/tyrant_manager/commands/start.rb
70
+ - lib/tyrant_manager/commands/stats.rb
71
+ - lib/tyrant_manager/commands/status.rb
72
+ - lib/tyrant_manager/commands/stop.rb
73
+ - lib/tyrant_manager/log.rb
74
+ - lib/tyrant_manager/paths.rb
75
+ - lib/tyrant_manager/runner.rb
76
+ - lib/tyrant_manager/tyrant_instance.rb
77
+ - lib/tyrant_manager/version.rb
78
+ - lib/tyrant_manager.rb
79
+ - lib/tyrantmanager.rb
80
+ files:
81
+ - bin/tyrantmanager
82
+ - lib/tyrant_manager/cli.rb
83
+ - lib/tyrant_manager/command.rb
84
+ - lib/tyrant_manager/commands/create_instance.rb
85
+ - lib/tyrant_manager/commands/list.rb
86
+ - lib/tyrant_manager/commands/start.rb
87
+ - lib/tyrant_manager/commands/stats.rb
88
+ - lib/tyrant_manager/commands/status.rb
89
+ - lib/tyrant_manager/commands/stop.rb
90
+ - lib/tyrant_manager/log.rb
91
+ - lib/tyrant_manager/paths.rb
92
+ - lib/tyrant_manager/runner.rb
93
+ - lib/tyrant_manager/tyrant_instance.rb
94
+ - lib/tyrant_manager/version.rb
95
+ - lib/tyrant_manager.rb
96
+ - lib/tyrantmanager.rb
97
+ - spec/command_spec.rb
98
+ - spec/paths_spec.rb
99
+ - spec/spec_helper.rb
100
+ - spec/tyrant_instance_spec.rb
101
+ - spec/tyrant_manager_spec.rb
102
+ - spec/version_spec.rb
103
+ - data/config.rb
104
+ - data/default_instance_config.rb
105
+ - README
106
+ - HISTORY
107
+ - LICENSE
108
+ - tasks/announce.rake
109
+ - tasks/distribution.rake
110
+ - tasks/documentation.rake
111
+ - tasks/rspec.rake
112
+ - tasks/rubyforge.rake
113
+ - tasks/config.rb
114
+ - tasks/utils.rb
115
+ - gemspec.rb
116
+ has_rdoc: true
117
+ homepage: http://tyrant-manager.rubyforge.org/
118
+ post_install_message:
119
+ rdoc_options:
120
+ - --main
121
+ - README
122
+ require_paths:
123
+ - lib
124
+ required_ruby_version: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: "0"
129
+ version:
130
+ required_rubygems_version: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - ">="
133
+ - !ruby/object:Gem::Version
134
+ version: "0"
135
+ version:
136
+ requirements: []
137
+
138
+ rubyforge_project: copiousfreetime
139
+ rubygems_version: 1.3.1
140
+ signing_key:
141
+ specification_version: 2
142
+ summary: A command line tool for managing Tokyo Tyrant instances
143
+ test_files: []
144
+