capone 0.0.12 → 0.0.13

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.
Files changed (2) hide show
  1. data/recipes/db.rb +1 -1
  2. metadata +2 -2
data/recipes/db.rb CHANGED
@@ -52,7 +52,7 @@ namespace :capone do
52
52
  run_locally "rake db:drop"
53
53
  run_locally "rake db:create"
54
54
 
55
- config = YAML::load(File.open("config/database.yml"))[rails_env]
55
+ config = YAML::load(File.open("config/database.yml"))["development"]
56
56
  case config["adapter"]
57
57
  when "mysql"
58
58
  cmd = ["bzcat db/#{rails_env}-data.sql.bz2 | mysql"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 12
9
- version: 0.0.12
8
+ - 13
9
+ version: 0.0.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - Denis Barushev