deprec 3.1.0.rc5 → 3.1.0.rc6

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/CHANGELOG CHANGED
@@ -1,7 +1,7 @@
1
1
  deprec changelog
2
2
  ================
3
3
 
4
- = 3.1.0.rc5 (Jul 17, 2011)
4
+ = 3.1.0.rc6 (Jul 17, 2011)
5
5
 
6
6
  deprec3 introduces some major changes that make it
7
7
  more powerful yet simpler in structure and usage.
data/lib/deprec.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'deprec-core'
2
2
  if defined?(Capistrano)
3
- Dir.glob('deprec/recipes/*.rb').each { |t| require t }
3
+ Dir.glob("#{File.dirname(__FILE__)}/deprec/recipes/*.rb").each { |t| require t }
4
4
  elsif defined?(Rake)
5
- Dir.glob('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.rc5"
2
+ VERSION = "3.1.0.rc6"
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.rc5
5
+ version: 3.1.0.rc6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Bailey
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 3.1.0
23
+ version: 3.1.4
24
24
  type: :runtime
25
25
  version_requirements: *id001
26
26
  - !ruby/object:Gem::Dependency