mysql_truck 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -81,7 +81,7 @@ module MysqlTruck
81
81
  commands << "mysql #{db_connection_options}"
82
82
 
83
83
  time = benchmark do
84
- `#{commands.join(" | ")`
84
+ `#{commands.join(" | ")}`
85
85
  end
86
86
  print "complete (#{formatted_time time}).\n"
87
87
  end
@@ -1,3 +1,3 @@
1
1
  module MysqlTruck
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql_truck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -15,7 +15,7 @@ date: 2012-09-18 00:00:00.000000000Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: right_aws
18
- requirement: &70203072509000 !ruby/object:Gem::Requirement
18
+ requirement: &70255564418020 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: '0'
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *70203072509000
26
+ version_requirements: *70255564418020
27
27
  description: Mysql database backup tool. Dumps/Loads to/from S3.
28
28
  email:
29
29
  - peter@paydrotalks.com