wordpress-deploy 1.0.0.rc3 → 1.0.0.rc4

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.
@@ -69,13 +69,13 @@ includes PHP serialized strings).
69
69
  from.transfer.transmit!
70
70
 
71
71
  # Save the to database locally
72
- to.database.save!
72
+ from.database.save!
73
73
 
74
- # Send the database to => from
75
- to.database.send!(from)
74
+ # Send the database from => to
75
+ from.database.send!(to)
76
76
 
77
- # Now migrate the database to => from
78
- to.database.migrate!(from)
77
+ # Now migrate the database from => to
78
+ from.database.migrate!(to)
79
79
 
80
80
  rescue => err
81
81
  Logger.error Errors::Cli::Utility::Error.wrap(err)
@@ -100,13 +100,13 @@ includes PHP serialized strings).
100
100
  to = WordpressDeploy::Environments.find to.to_sym
101
101
 
102
102
  # Save the to database locally
103
- to.database.save!
103
+ from.database.save!
104
104
 
105
105
  # Send the database to => from
106
- to.database.send!(from)
106
+ from.database.send!(to)
107
107
 
108
108
  # Now migrate the database to => from
109
- to.database.migrate!(from)
109
+ from.database.migrate!(to)
110
110
 
111
111
  rescue => err
112
112
  Logger.error Errors::Cli::Utility::Error.wrap(err)
@@ -1,3 +1,3 @@
1
1
  module WordpressDeploy
2
- VERSION = "1.0.0.rc3"
2
+ VERSION = "1.0.0.rc4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordpress-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc3
4
+ version: 1.0.0.rc4
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -218,7 +218,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  segments:
220
220
  - 0
221
- hash: 635201642703946938
221
+ hash: 1117161983525206515
222
222
  required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  none: false
224
224
  requirements: