recipiez 0.6.7 → 0.6.8

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.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.6.7'
2
+ VERSION = '0.6.8'
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), "#{current_path}/config/mongoid.yml.production"
32
+ put config.result(binding), "#{release_path}/config/mongoid.yml"
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
- - 7
9
- version: 0.6.7
8
+ - 8
9
+ version: 0.6.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton