sqlpkg 0.2.3-arm64-linux → 0.2.3.1-arm64-linux

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: 8955fe0cc94e25fcd300d2dd09df7e5f8f2cebc349fe5e8ae52ea36a2c5da56a
4
- data.tar.gz: e1e4c822235b735b33de9afb8f245042da9cbe40fca4f15982269599a16c469f
3
+ metadata.gz: 589808b16afc5d231e22371f9cb0f81468eb750adcc0687e091d5335648a9a59
4
+ data.tar.gz: 3e7586ef47d2a011f0e37ca55571a9728932618b64f0504867e70d37acd99189
5
5
  SHA512:
6
- metadata.gz: c6780ef745965e318a5ee0e0ea474aabc3eee26a25dee0359f6bdc1f2451941c7600ca62f627e5dda6e719a0edd9eafe8cbc7aeebe6334cd98be264f9bbcec88
7
- data.tar.gz: 6d3c829c8557faadfe00145d70c82158dbe1eb10e6d2f342c56f46f66e41e69e973d7995930a019b240a71b4082a76f9760dc94f9164a9cc4306c9f66f68d281
6
+ metadata.gz: eef53cc638e4d8d5b206ca91b260570304079f836d9099e18a6e1ccf9dad7ba2040f17e943e587968d4410caa294b068f5c7aac49e387f422460c670ef27988e
7
+ data.tar.gz: 391fd59ccd4efbea2a70b00a4b63324c327ef20fe83d1f83204174ed022e2fb2f5e0ed1a5fe692809bf2c39f93d44c1e391164eea6517c4431dc963e8405f275
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-linux
6
6
  authors:
7
7
  - Stephen Margheim