sqlpkg 0.2.3-x86_64-darwin → 0.2.3.1-x86_64-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: e9e04850c44988721c00505d0b2a91b72c25801c460d0a6a16d141e8a6af980d
4
- data.tar.gz: b4d650c0e6e5123a9a680908c58622d328f4044ab569b7a878462132f9019eaf
3
+ metadata.gz: 50f5759873bba0eabdc6214ff30b1eeb2f65bf32d45bc28fba222d509620cd59
4
+ data.tar.gz: eda6aded179023cd46659e86c3f2593bf964610b4dd93b967034d2c35a0a2b4f
5
5
  SHA512:
6
- metadata.gz: '0032913c971c09b9083e5ea9c0c0c61f630d38302a0556660422497cd9f3f46ac6a83f45017833333925be41311f8979e6ecfd764f4ef6a4e0d0527bbcef5f75'
7
- data.tar.gz: a440367bdea4e2274f3d6e9c3ee5fd9990d09c838aa44268a25653afa65cf5a91112d3358dcac3d87b672f4c3235359e16d1c35ef7f9e84625b4af2ce90e75cb
6
+ metadata.gz: a3476c50bb2bc17e7a3c9e4eba43c8bdd479b97b85c5fbb2a78467d32a7471d2f883383d61d5d1f9cbf305a6c6549041e9175a059efaa5a3c27221999754eaf9
7
+ data.tar.gz: 3c18d0278e414255ffee70320ed734426e38722cf2253f85ba03a857727cfa840c0d723a49adc71477da045f1301e234fadd1cb1cd7ede286abad8a483ce2a20
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: x86_64-darwin
6
6
  authors:
7
7
  - Stephen Margheim