tyrantmanager 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY.rdoc CHANGED
@@ -1,4 +1,8 @@
1
1
  = Changelog
2
+ == Version 1.2.1 2009-09-14
3
+
4
+ * fix bug where preexisting instance configuration does not work with 1.2.0
5
+
2
6
  == Version 1.2.0 2009-09-13
3
7
 
4
8
  * have TyrantInstance use TyrantTable or Tyrant as appropriate for the connection
@@ -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}"
@@ -7,7 +7,7 @@ class TyrantManager
7
7
  module Version
8
8
  MAJOR = 1
9
9
  MINOR = 2
10
- BUILD = 0
10
+ BUILD = 1
11
11
 
12
12
  def to_a
13
13
  [MAJOR, MINOR, BUILD]
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.0
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-13 00:00:00 -06:00
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: A command line tool for managing Tokyo Tyrant instances. It allows for the creation, starting, stopping, listing, stating of many tokyo tyrant instances all on the same machine. The commands can be applied to a single or multiple instances.
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.1
167
+ rubygems_version: 1.3.4
162
168
  signing_key:
163
- specification_version: 2
169
+ specification_version: 3
164
170
  summary: A command line tool for managing Tokyo Tyrant instances
165
171
  test_files: []
166
172