tyrantmanager 1.5.0 → 1.5.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,4 +1,8 @@
1
1
  = Changelog
2
+ == Version 1.5.1 2010-05-19
3
+
4
+ * update to logging 1.4.x
5
+
2
6
  == Version 1.5.0 2010-03-07
3
7
 
4
8
  * update archive-ulog command with --force option to insert a record
data/gemspec.rb CHANGED
@@ -22,7 +22,7 @@ TyrantManager::GEM_SPEC = Gem::Specification.new do |spec|
22
22
  # add dependencies here
23
23
  spec.add_dependency( "loquacious", "~> 1.3.0")
24
24
  spec.add_dependency( "rufus-tokyo", "~> 1.0.0")
25
- spec.add_dependency( "logging", "~> 1.3.0" )
25
+ spec.add_dependency( "logging", "~> 1.4.0" )
26
26
  spec.add_dependency( "main", "~> 4.2.0" )
27
27
 
28
28
  # development dependencies
@@ -7,7 +7,7 @@ class TyrantManager
7
7
  module Version
8
8
  MAJOR = 1
9
9
  MINOR = 5
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.5.0
4
+ version: 1.5.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-03-07 00:00:00 -07:00
12
+ date: 2010-05-19 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - ~>
42
42
  - !ruby/object:Gem::Version
43
- version: 1.3.0
43
+ version: 1.4.0
44
44
  version:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: main