sumodev_deploy 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -105,7 +105,7 @@ configuration.load do
105
105
  upload dump, dump_path
106
106
 
107
107
  run %{
108
- mysql #{options} #{real_db_name} < #{dump_path} &&
108
+ mysql #{remote_db_options} #{real_db_name} < #{dump_path} &&
109
109
  rm #{dump_path}
110
110
  }
111
111
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "sumodev_deploy"
5
- s.version = "0.2.7"
5
+ s.version = "0.2.8"
6
6
 
7
7
  s.authors = ["Jan De Poorter"]
8
8
  s.date = "2012-04-18"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sumodev_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: