sqlpkg 0.2.3-arm64-darwin → 0.2.3.1-arm64-darwin

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/sqlpkg +1 -1
  3. data/lib/sqlpkg/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f21133249bb0a05505805a4536769995b4877382c6af4407223ffe435225bed1
4
- data.tar.gz: ba5c4741b28961b176c04bff6240975b6280399606405089e9e1df537a256ace
3
+ metadata.gz: 37ea8364bc3a378cdfc42aecf001a66df3c6499342674c5d04e50c83f658d9e4
4
+ data.tar.gz: d22adb899b72126da4bc71d0f1731780e005b3d718a2653859eae1095936fdce
5
5
  SHA512:
6
- metadata.gz: b30c5d158958dcdee852ee720654a2dd36544458613745b0d30932d094de5235bf4d6a0132cddcb9223e3dfb04eaed341ff866bacd1ee60b6319191a33ef5c79
7
- data.tar.gz: 62436c629faa967d34c53556bd212fe48a342beaccc861147242e39a5a354d135f393a68ba873684a6ab2e85e4455141f6a51f3810546e809fd5cb22570261db
6
+ metadata.gz: 3bd70de5c743de2a99e9addc05ff5a5dd7b653d52fa50da41a28c15864e31215010ad49a304f0939d7030c1dcd1709156976fdd50857cff28d48dd3a8fc9327f
7
+ data.tar.gz: 11963e0ef77222766e33d2a1e79dbda00a54349dc3fe30b29f962d49b38dc5766675b8b8477336c0716847a838a9a7f95c681c27eabe38f3fac942b46d5861aa
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)
@@ -1,3 +1,3 @@
1
1
  module Sqlpkg
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlpkg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.3.1
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Stephen Margheim