magic_recipes 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,8 +55,8 @@ set :rails_env, "production" #=> Rails environmen
55
55
 
56
56
 
57
57
  # SqLite3 ... this is more for test & try pupose (save .sqlite and copy to current after deploy)
58
- set :sqlite_path, "#{ deploy_to }/shared/db/" #=> shared path for db
59
- set :sqlite_db, "#{ rails_env.downcase.strip }" #=> sqlite name
58
+ # => set :sqlite_path, "#{ deploy_to }/shared/db/" #=> shared path for db
59
+ # => set :sqlite_db, "#{ rails_env }" #=> sqlite name
60
60
 
61
61
 
62
62
  # if you want to clean up old releases on each deploy uncomment this:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: