tyrantmanager 1.4.0 → 1.4.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  = Changelog
2
- == Version 1.4.0 2010-01-19
2
+ == Version 1.4.1 2010-01-22
3
+
4
+ * reduce the logging level of a skipped operation to debug
5
+
6
+ == Version 1.4.0 2010-01-21
3
7
 
4
8
  * add 'archive-ulogs' command to allow for compression or removal of ulogs no
5
9
  longer needed for replication
@@ -61,7 +61,7 @@ class TyrantManager
61
61
  %x[ gzip #{fname} ] unless options['dry-run']
62
62
  manager.logger.info "#{leader} compressed #{fname}"
63
63
  else
64
- manager.logger.info "#{leader} already compressed #{fname}"
64
+ manager.logger.debug "#{leader} already compressed #{fname}"
65
65
  end
66
66
  end
67
67
  end
@@ -7,7 +7,7 @@ class TyrantManager
7
7
  module Version
8
8
  MAJOR = 1
9
9
  MINOR = 4
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.4.0
4
+ version: 1.4.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: 2010-01-21 00:00:00 -07:00
12
+ date: 2010-01-22 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency