sqlpkg 0.2.2-arm64-darwin → 0.2.3.1-arm64-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: 8683c046688bb8e537f6b0782d845891fb4b6b264b46ad50ed181add62072d50
4
- data.tar.gz: 17cba6d9abbc057be933dfc1fed91f19ee2797deaf398be9c30b6c601d4b6ae0
3
+ metadata.gz: 37ea8364bc3a378cdfc42aecf001a66df3c6499342674c5d04e50c83f658d9e4
4
+ data.tar.gz: d22adb899b72126da4bc71d0f1731780e005b3d718a2653859eae1095936fdce
5
5
  SHA512:
6
- metadata.gz: c15a2ed0074e6593c1b6e2913c844747e0c94cc4765276381ca6ac6091dd4578f41c19c3842e1c3a99c0dca132788a4e074a4babba01f30cde91530038fcc552
7
- data.tar.gz: 4f83710cc1620f917e964ed89bef6503e1b34e3ccdd9128e9a4bf560cd26b8b3b288591af53d876612e4071221f936acd0f5ebd08fde0302044c0eb2b6ae98ee
6
+ metadata.gz: 3bd70de5c743de2a99e9addc05ff5a5dd7b653d52fa50da41a28c15864e31215010ad49a304f0939d7030c1dcd1709156976fdd50857cff28d48dd3a8fc9327f
7
+ data.tar.gz: 11963e0ef77222766e33d2a1e79dbda00a54349dc3fe30b29f962d49b38dc5766675b8b8477336c0716847a838a9a7f95c681c27eabe38f3fac942b46d5861aa
Binary file
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)
@@ -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: arm64-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