technomancy-harker 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ === 0.5.2 / 2009-03-31
2
+
3
+ * Remove Hoe test task if supported.
4
+
1
5
  === 0.5.1 / 2009-03-30
2
6
 
3
7
  * Fixed a problem with the Usage message.
@@ -6,7 +6,7 @@ require 'fileutils'
6
6
  # rather than by Harker itself.
7
7
  #
8
8
  module Harker
9
- VERSION = '0.5.1'
9
+ VERSION = '0.5.2'
10
10
  ACTIONS = %w(start stop restart init migrate console)
11
11
  GEM_ROOT = Gem.loaded_specs[File.basename($0)].full_gem_path rescue '.'
12
12
 
@@ -6,4 +6,4 @@ Hoe.new('<%= @project_name %>', '1.0.0') do |p|
6
6
  p.extra_deps << ['harker', '~> <%= Harker::VERSION %>']
7
7
  end
8
8
 
9
- # TODO: remove hoe's test tasks once new hoe is released.
9
+ Rake.undo('test') if Rake.respond_to? :undo
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: technomancy-harker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phil Hagelberg
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-30 00:00:00 -07:00
12
+ date: 2009-03-31 00:00:00 -07:00
13
13
  default_executable: harker
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: 1.11.0
53
+ version: 1.12.1
54
54
  version:
55
55
  description: Harker means Rails deployments via RubyGems--because a package manager is a terrible thing to waste.
56
56
  email: