wordmove 1.4.0.pre8 → 1.4.0.pre9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5dd5dc97097603a0676f7e74164930fc30bd5075
4
- data.tar.gz: 1368b0ffa30ff530fbbda793de9a158c15f211a9
3
+ metadata.gz: 9caa9bc5f31cab7cdbce7a1580c07205be36ed96
4
+ data.tar.gz: 69233c6089ba0cf3763d3c5d003eb0efb1a00801
5
5
  SHA512:
6
- metadata.gz: 9bf3456e0f2a4a21eeba58f3a610d513c949772c25fbf57440a57f894dea7237333b550070d654377c3bfdbc242d142be4805c088ade6aece1700f3a9548e886
7
- data.tar.gz: d705f83295a45f7a5ae607793894a6043bdc255e39f3aa90d05cf066740d82386db41baafde984838bf290f2e1c3ae9d59bd9483dc1e3dd535d354ad37cfc179
6
+ metadata.gz: dccc856462a7d1e8167c3a9ee0fbd055f9d617abce226512f072720f5bc8ffafd3e801c85126803998284d0b45cbabd3fd4557f6dae316c897ea83f760e54b57
7
+ data.tar.gz: f2eea7b65738f73904d545cddae17d3695cc5556496300d1db234216c1ef0b84b5eb89eed6b22841fd82233d75065d4a020706e32d4fead35dc25d4775e25499
@@ -184,7 +184,6 @@ module Wordmove
184
184
  command << Shellwords.split(options[:mysqldump_options])
185
185
  end
186
186
  command << Shellwords.escape(options[:name])
187
- puts command.join(" ")
188
187
  command.join(" ")
189
188
  end
190
189
 
@@ -201,7 +200,6 @@ module Wordmove
201
200
  end
202
201
  command << "--database=#{Shellwords.escape(options[:name])}"
203
202
  command << "--execute=\"SET autocommit=0;SOURCE #{dump_path};COMMIT\""
204
- puts command.join(" ")
205
203
  command.join(" ")
206
204
  end
207
205
 
@@ -1,3 +1,3 @@
1
1
  module Wordmove
2
- VERSION = "1.4.0.pre8".freeze
2
+ VERSION = "1.4.0.pre9".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordmove
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.pre8
4
+ version: 1.4.0.pre9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Verna