sqlpkg 0.2.2-x86_64-darwin → 0.2.3-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: e9e04850c44988721c00505d0b2a91b72c25801c460d0a6a16d141e8a6af980d
4
+ data.tar.gz: b4d650c0e6e5123a9a680908c58622d328f4044ab569b7a878462132f9019eaf
5
5
  SHA512:
6
- metadata.gz: 5335327b76759e859bfff2bfec47df2ed47f36b15d9dd11353aaa1f7a353a0af73782f2f79980cce54d70879512bdddfa3775594a7132d68543529cc5b61cba2
7
- data.tar.gz: 1dd75e43fbeeec6efed454e2b4fb3935d773b4f51dc336a0686569485385ffe1b2d73587acceeddccd326466db08a2385deae897205afac55c9cdefb29926537
6
+ metadata.gz: '0032913c971c09b9083e5ea9c0c0c61f630d38302a0556660422497cd9f3f46ac6a83f45017833333925be41311f8979e6ecfd764f4ef6a4e0d0527bbcef5f75'
7
+ data.tar.gz: a440367bdea4e2274f3d6e9c3ee5fd9990d09c838aa44268a25653afa65cf5a91112d3358dcac3d87b672f4c3235359e16d1c35ef7f9e84625b4af2ce90e75cb
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"
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
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