recipiez 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.6.6'
2
+ VERSION = '0.6.7'
3
3
  end
@@ -29,7 +29,7 @@ namespace :recipiez do
29
29
  template = File.read(location)
30
30
  config = ERB.new(template)
31
31
 
32
- put config.result(binding), "#{release_path}/config/mongoid.yml.production"
32
+ put config.result(binding), "#{current_path}/config/mongoid.yml.production"
33
33
  end
34
34
 
35
35
  desc "Rename db file for deployment."
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 6
9
- version: 0.6.6
8
+ - 7
9
+ version: 0.6.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton