mysql_truck 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/bin/mysql_truck CHANGED
@@ -66,6 +66,11 @@ parser = OptionParser.new do |opts|
66
66
  options[:smartly] = true
67
67
  end
68
68
 
69
+ opts.on_tail("-v", "--version", "Show mysql_truck version") do
70
+ puts "mysql_truck v#{MysqlTruck::VERSION}"
71
+ exit
72
+ end
73
+
69
74
  opts.on_tail("-h", "--help", "Show this message") do
70
75
  puts opts
71
76
  exit
@@ -1,3 +1,3 @@
1
1
  module MysqlTruck
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.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.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -15,7 +15,7 @@ date: 2012-05-30 00:00:00.000000000Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: right_aws
18
- requirement: &70339584428840 !ruby/object:Gem::Requirement
18
+ requirement: &70252611012460 !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: *70339584428840
26
+ version_requirements: *70252611012460
27
27
  description: Mysql database backup tool. Dumps/Loads to/from S3.
28
28
  email:
29
29
  - peter@paydrotalks.com