taps 0.3.7 → 0.3.8
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/Rakefile +6 -0
- data/VERSION.yml +1 -1
- data/lib/taps/operation.rb +1 -1
- data/lib/taps/utils.rb +2 -1
- metadata +3 -3
data/Rakefile
CHANGED
data/VERSION.yml
CHANGED
data/lib/taps/operation.rb
CHANGED
data/lib/taps/utils.rb
CHANGED
@@ -122,7 +122,8 @@ module Utils
|
|
122
122
|
end
|
123
123
|
|
124
124
|
def schema_bin(*args)
|
125
|
-
|
125
|
+
bin_path = File.expand_path("#{File.dirname(__FILE__)}/../../bin/#{bin('schema')}")
|
126
|
+
`'#{bin_path}' #{args.map { |a| "'#{a}'" }.join(' ')}`
|
126
127
|
end
|
127
128
|
|
128
129
|
def primary_key(db, table)
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
version: 0.3.
|
8
|
+
- 8
|
9
|
+
version: 0.3.8
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ricardo Chimal, Jr.
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-06-
|
17
|
+
date: 2010-06-03 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|