sqlpkg 0.2.2-x86_64-darwin → 0.2.3.1-x86_64-darwin

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: 63fd558e5a912e8e868f20e8ad65d0f048403fd925c4a4f2ffd400599ff05821
4
- data.tar.gz: '090e21eb7435ca31f5942f85d775e4c367dc0f1e575ba1557cf38e0d641f49a8'
3
+ metadata.gz: 50f5759873bba0eabdc6214ff30b1eeb2f65bf32d45bc28fba222d509620cd59
4
+ data.tar.gz: eda6aded179023cd46659e86c3f2593bf964610b4dd93b967034d2c35a0a2b4f
5
5
  SHA512:
6
- metadata.gz: 5335327b76759e859bfff2bfec47df2ed47f36b15d9dd11353aaa1f7a353a0af73782f2f79980cce54d70879512bdddfa3775594a7132d68543529cc5b61cba2
7
- data.tar.gz: 1dd75e43fbeeec6efed454e2b4fb3935d773b4f51dc336a0686569485385ffe1b2d73587acceeddccd326466db08a2385deae897205afac55c9cdefb29926537
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)
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-darwin
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