sqlpkg 0.2.2-x86_64-linux → 0.2.3.1-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b5e7e830076e225ae7ef753ab0ee0f3de43151999144ea148ecab9e6970d4e8
4
- data.tar.gz: 69bf5f0bed9320fb7192c56efdd5984d48fd313dbb0b52a8df8ca8b3f023c17c
3
+ metadata.gz: 489ffe5e46f3f538eece04a9fbf6bd9cbc4e2f4eb3c1b5753eebb1c7faaa69eb
4
+ data.tar.gz: 904d89c4de4184b3b3100324920b13c22138f6d2a2e30151fbf19ba1d982c213
5
5
  SHA512:
6
- metadata.gz: 81584fd12054a155ceb67759dde6dbfea3dc7cf93ab08e3099759c052e2ace714e67943ecc50c530ced42e541168720a697e0f290960e353b4e71bffea051aa7
7
- data.tar.gz: 9810e82cf81e825f33e03d1d5b2262aed895b8b0a4884789cc9776da0c5c32fc3542a6249c262a5bbe340e626a648555c0d86f5e7e3adb152d61cb205b2e8985
6
+ metadata.gz: 0a9e25e30e5e3165d9709af0019d881da89361697a6d026b13ec058d97bc0babe1815191cadb7c2071b765344ce9e4dd03aeef2105d2c1b818fffe5013c074a4
7
+ data.tar.gz: 7a300806f20e44f6c56a69f54477e6cd680749dbdf880af83c93570c4a6284dd9ca0865de0eec0c0e62fcae4941227f7955f91f7e1c5b896626586bed3d7f87a
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)
Binary file
@@ -20,6 +20,8 @@ module Sqlpkg
20
20
  end
21
21
 
22
22
  def copy_initializer_file
23
+ return if defined? EnhancedSQLite3::Adapter
24
+
23
25
  template "initializer.rb", "config/initializers/sqlpkg.rb"
24
26
  end
25
27
  end
@@ -1,7 +1,7 @@
1
1
  module Sqlpkg
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -1,3 +1,3 @@
1
1
  module Sqlpkg
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3.1"
3
3
  end
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.2
4
+ version: 0.2.3.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Stephen Margheim
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-24 00:00:00.000000000 Z
11
+ date: 2024-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip