sqlloader 0.2.0 → 0.2.1
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/bin/sqlload +2 -2
- metadata +4 -4
data/bin/sqlload
CHANGED
@@ -60,7 +60,7 @@ module User
|
|
60
60
|
optparse = OptionParser.new do |opts|
|
61
61
|
opts.banner = 'Usage: sqlload [options] list|load|delete|reset [dataset]'
|
62
62
|
|
63
|
-
opts.version = '0.2.
|
63
|
+
opts.version = '0.2.1'
|
64
64
|
|
65
65
|
opts.on('-U', '--user USERNAME', 'Specify username') do |user|
|
66
66
|
options[:user] = user
|
@@ -103,5 +103,5 @@ when 'delete'
|
|
103
103
|
when 'reset'
|
104
104
|
Tasks.reset_dataset(dataset_name, user_options)
|
105
105
|
|
106
|
-
else abort 'You must specify one of list, load or reset.'
|
106
|
+
else abort 'You must specify one of list, load, delete or reset.'
|
107
107
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sqlloader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: pg
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: 0.13.0
|
30
|
-
description: ! 'sqlloader inspects a directory hierarchy: for each
|
30
|
+
description: ! 'sqlloader inspects a directory hierarchy: for each subdirectory, sqlloader
|
31
31
|
offers to execute any SQL file, using the database specified in the JSON configuration.'
|
32
32
|
email: ludovico.fischer@lunatech.com
|
33
33
|
executables:
|
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
60
|
version: '0'
|
61
61
|
requirements: []
|
62
62
|
rubyforge_project:
|
63
|
-
rubygems_version: 1.8.
|
63
|
+
rubygems_version: 1.8.22
|
64
64
|
signing_key:
|
65
65
|
specification_version: 3
|
66
66
|
summary: Load and execute SQL from a directory hierarchy. Only supports PostgreSQL
|