mysql-inspector 0.0.3 → 0.0.4
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.
- data/VERSION +1 -1
- data/bin/mysql-inspector +4 -0
- data/mysql-inspector.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.4
|
data/bin/mysql-inspector
CHANGED
|
@@ -40,6 +40,10 @@ OptionParser.new do |opts|
|
|
|
40
40
|
options[:grep] = columns.split(",").collect { |c| c.strip }
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
+
opts.on("--to DIR", "Where to store schemas. Defaults to '.'") do |dir|
|
|
44
|
+
options[:base_dir] = dir
|
|
45
|
+
end
|
|
46
|
+
|
|
43
47
|
opts.on("-h", "--help", "What you're looking at") do
|
|
44
48
|
puts opts
|
|
45
49
|
end
|
data/mysql-inspector.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{mysql-inspector}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ryan Carver"]
|
|
12
|
-
s.date = %q{2010-03-
|
|
12
|
+
s.date = %q{2010-03-08}
|
|
13
13
|
s.default_executable = %q{mysql-inspector}
|
|
14
14
|
s.email = %q{ryan@fivesevensix.com}
|
|
15
15
|
s.executables = ["mysql-inspector"]
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.0.4
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Ryan Carver
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-03-
|
|
17
|
+
date: 2010-03-08 00:00:00 -08:00
|
|
18
18
|
default_executable: mysql-inspector
|
|
19
19
|
dependencies: []
|
|
20
20
|
|