tyrantmanager 1.2.0 → 1.2.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/HISTORY.rdoc +4 -0
- data/lib/tyrant_manager/tyrant_instance.rb +1 -1
- data/lib/tyrant_manager/version.rb +1 -1
- metadata +11 -5
data/HISTORY.rdoc
CHANGED
|
@@ -266,7 +266,7 @@ class TyrantManager
|
|
|
266
266
|
file_pairs << "#{node.name}=#{node.obj}" if node.obj
|
|
267
267
|
end
|
|
268
268
|
|
|
269
|
-
if configuration.type == "table" then
|
|
269
|
+
if configuration.type == "table" and configuration.indexes then
|
|
270
270
|
Loquacious::Configuration::Iterator.new( configuration.indexes ).each do |index_node|
|
|
271
271
|
if index_node.obj and index_types.include?( index_node.obj.downcase ) then
|
|
272
272
|
file_pairs << "idx=#{index_node.name}:#{index_node.obj}"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tyrantmanager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremy Hinegardner
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-09-
|
|
12
|
+
date: 2009-09-14 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -72,7 +72,11 @@ dependencies:
|
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
73
|
version: 0.8.3
|
|
74
74
|
version:
|
|
75
|
-
description:
|
|
75
|
+
description: |-
|
|
76
|
+
A command line tool for managing Tokyo Tyrant instances. It allows for the
|
|
77
|
+
creation, starting, stopping, listing, stating of many tokyo tyrant instances
|
|
78
|
+
all on the same machine. The commands can be applied to a single or multiple
|
|
79
|
+
instances.
|
|
76
80
|
email: jeremy@copiousfreetime.org
|
|
77
81
|
executables:
|
|
78
82
|
- tyrantmanager
|
|
@@ -137,6 +141,8 @@ files:
|
|
|
137
141
|
- gemspec.rb
|
|
138
142
|
has_rdoc: true
|
|
139
143
|
homepage: http://tyrant-manager.rubyforge.org/
|
|
144
|
+
licenses: []
|
|
145
|
+
|
|
140
146
|
post_install_message:
|
|
141
147
|
rdoc_options:
|
|
142
148
|
- --main
|
|
@@ -158,9 +164,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
164
|
requirements: []
|
|
159
165
|
|
|
160
166
|
rubyforge_project: copiousfreetime
|
|
161
|
-
rubygems_version: 1.3.
|
|
167
|
+
rubygems_version: 1.3.4
|
|
162
168
|
signing_key:
|
|
163
|
-
specification_version:
|
|
169
|
+
specification_version: 3
|
|
164
170
|
summary: A command line tool for managing Tokyo Tyrant instances
|
|
165
171
|
test_files: []
|
|
166
172
|
|