deprec 3.1.0.rc9 → 3.1.0.rc10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,7 +1,7 @@
1
1
  deprec changelog
2
2
  ================
3
3
 
4
- = 3.1.0.rc9 (Jul 17, 2011)
4
+ = 3.1.0.rc10 (Jul 17, 2011)
5
5
 
6
6
  * Added deprec:mysql:backup
7
7
 
@@ -2,5 +2,5 @@ require 'deprec-core'
2
2
  if defined?(Capistrano)
3
3
  Dir.glob("#{File.dirname(__FILE__)}/deprec/recipes/*.rb").each { |t| require t }
4
4
  elsif defined?(Rake)
5
- Dir.glob("#{File.dirname(__FILE__)}deprec/recipes/*.rake").each { |t| import t }
5
+ Dir.glob("#{File.dirname(__FILE__)}/deprec/recipes/*.rake").each { |t| import t }
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module Deprec
2
- VERSION = "3.1.0.rc9"
2
+ VERSION = "3.1.0.rc10"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: deprec
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 3.1.0.rc9
5
+ version: 3.1.0.rc10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Bailey