plsql_deploy_util 0.0.0.pre → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2012 Georgian College of Applied Arts and Technology
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,16 @@
1
+ # Change default connection username, password and database.
2
+ # Specify also host and port if not using tnsnames.ora connection.
3
+ default:
4
+ username: tbdusername
5
+ password: tbdpassword
6
+ database: tbdtnsname
7
+ # host: localhost
8
+ # port: 1521
9
+
10
+ # Add other connection if needed.
11
+ # You can access them with plsql(:other) where :other is connection name specified below.
12
+
13
+ # other:
14
+ # username: scott
15
+ # password: tiger
16
+ # database: xe
@@ -30,7 +30,7 @@ class CommandLineParser
30
30
  begin
31
31
  opts.parse!(args)
32
32
  rescue => e
33
- puts e.message.capitalize + "nn"
33
+ puts e.message.capitalize
34
34
  puts opts
35
35
  exit 1
36
36
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plsql_deploy_util
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915972
5
- prerelease: 6
4
+ hash: 29
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 0
10
- - pre
11
- version: 0.0.0.pre
9
+ - 1
10
+ version: 0.0.1
12
11
  platform: ruby
13
12
  authors:
14
13
  - Todd Hiles
@@ -16,7 +15,7 @@ autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2012-04-26 00:00:00 Z
18
+ date: 2012-05-08 00:00:00 Z
20
19
  dependencies: []
21
20
 
22
21
  description: PL/SQL Deployment Utilities. PlSqlPackageDeployer uses the ruby-plsql gem to execute sql read from the specified file(s).
@@ -30,6 +29,8 @@ extra_rdoc_files: []
30
29
  files:
31
30
  - source/deployPackages.rb
32
31
  - source/pl_sql_package_deployer.rb
32
+ - source/database.yml
33
+ - LICENSE
33
34
  homepage:
34
35
  licenses: []
35
36
 
@@ -50,14 +51,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
50
51
  required_rubygems_version: !ruby/object:Gem::Requirement
51
52
  none: false
52
53
  requirements:
53
- - - ">"
54
+ - - ">="
54
55
  - !ruby/object:Gem::Version
55
- hash: 25
56
+ hash: 3
56
57
  segments:
57
- - 1
58
- - 3
59
- - 1
60
- version: 1.3.1
58
+ - 0
59
+ version: "0"
61
60
  requirements: []
62
61
 
63
62
  rubyforge_project: