sqlpkg 0.2.2-arm64-darwin → 0.2.3.1-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/arm64-darwin/sqlpkg +0 -0
- data/exe/sqlpkg +1 -1
- data/lib/sqlpkg/generators/sqlpkg/install_generator.rb +2 -0
- data/lib/sqlpkg/upstream.rb +1 -1
- data/lib/sqlpkg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37ea8364bc3a378cdfc42aecf001a66df3c6499342674c5d04e50c83f658d9e4
|
4
|
+
data.tar.gz: d22adb899b72126da4bc71d0f1731780e005b3d718a2653859eae1095936fdce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bd70de5c743de2a99e9addc05ff5a5dd7b653d52fa50da41a28c15864e31215010ad49a304f0939d7030c1dcd1709156976fdd50857cff28d48dd3a8fc9327f
|
7
|
+
data.tar.gz: 11963e0ef77222766e33d2a1e79dbda00a54349dc3fe30b29f962d49b38dc5766675b8b8477336c0716847a838a9a7f95c681c27eabe38f3fac942b46d5861aa
|
data/exe/arm64-darwin/sqlpkg
CHANGED
Binary file
|
data/exe/sqlpkg
CHANGED
@@ -5,7 +5,7 @@ require "sqlpkg/commands"
|
|
5
5
|
|
6
6
|
begin
|
7
7
|
command = [Sqlpkg::Commands.executable, *ARGV]
|
8
|
-
puts command.inspect
|
8
|
+
puts command.inspect if ENV["DEBUG"]
|
9
9
|
exec(*command)
|
10
10
|
rescue Sqlpkg::Commands::UnsupportedPlatformException, Sqlpkg::Commands::ExecutableNotFoundException => e
|
11
11
|
warn("ERROR: " + e.message)
|
data/lib/sqlpkg/upstream.rb
CHANGED
data/lib/sqlpkg/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sqlpkg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3.1
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Stephen Margheim
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|