mikras_utils 0.10.0 → 0.10.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8dd821a71e85300806a80403130c21aa7030b7c81b2b2fb561e6fa973387f484
4
- data.tar.gz: 89e10674d60fb851387f1a87466bb34a9e7a489644d8da774686b573d260fe6c
3
+ metadata.gz: 664cc0291b18e0f9068704c14f3e65adb808c099510b0334684a3b5a13a0d83a
4
+ data.tar.gz: 1e372dae3fb50ada2eb071a5d4b679777cb159b43db1e71a343e02802f279771
5
5
  SHA512:
6
- metadata.gz: 21108d406598b5ed0d75b6c0b47a2fd131e784545f2abcb2cf3553867ebb95c3b5385496438ad7d499837286b9fe168972a7e787b83e14c34359e045a7841604
7
- data.tar.gz: 6216a7c2993315c6022494fd7f238ad6d103311200a5a41277b1462eac0eeda222f5bd3b9d4edb7b4c7c2132b3a2b4fa6b6fc66eda2bc314bba525f19cf8447b
6
+ metadata.gz: 195f1c258a5e54092eae258420f850b8719ea7bc3e2d5ebbba3ffb2cf8ec813d008dc0e0ba8263f0383064914c0dc96267c7652b5a052008c307824c2f76bca2
7
+ data.tar.gz: 5827e7fdaa3d2888b341b4a1d70d4d2a42b3890ab00b090747556e3a85d8b459418a3b669302b6ed53b7392911680f833e5c01938831182f9ecfe02627bcdf7f
@@ -69,7 +69,7 @@ module MkAcl
69
69
  action.timestamps.each { |timestamp|
70
70
  puts %(
71
71
  insert into acl_portal.acl_timestamps (action_id, watch, stamp)
72
- values (:action_id, '#{timestamp.watch}', '#{timestamp.stamp}');
72
+ values (:action_id, #{conn.quote_value(timestamp.watch)}, '#{timestamp.stamp}');
73
73
  ).align
74
74
  puts
75
75
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MikrasUtils
4
- VERSION = "0.10.0"
4
+ VERSION = "0.10.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mikras_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-04 00:00:00.000000000 Z
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg_conn