tyrantmanager 1.7.2 → 1.7.3

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.7.2 2011-09-06
3
+
4
+ * Update to newer versions of all dependencies
5
+
2
6
  == Version 1.7.1 2011-05-15
3
7
 
4
8
  * fix mistaking the instance config.rb for the manager's config.rb [GH #11].
@@ -7,7 +7,7 @@ class TyrantManager
7
7
  module Version
8
8
  MAJOR = 1
9
9
  MINOR = 7
10
- BUILD = 2
10
+ BUILD = 3
11
11
 
12
12
  def to_a
13
13
  [MAJOR, MINOR, BUILD]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tyrantmanager
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- - 2
10
- version: 1.7.2
9
+ - 3
10
+ version: 1.7.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremy Hinegardner