p4ruby 2024.1.2660526-x64-mingw-ucrt → 2024.2.2682777-x64-mingw-ucrt

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: 4f68875f876735859676aa30a6b377fb48659542da96f6c86a27a24d1d8ad562
4
- data.tar.gz: daaab18c3fd1b6943f0ee89b864cc71717a030e647f71b87f8b103a6ab899e4e
3
+ metadata.gz: 5bb89ec5de39de840c2b826790820d08672f19ab8f67c837b6a7d9dc738c1809
4
+ data.tar.gz: ae76fea4447d1688a27042a5959c9fac554f5e69189bddd3370c1e82ff0fd53e
5
5
  SHA512:
6
- metadata.gz: dcc1bd0ff13c6845f66bad10dcd578398f741c6bb37a294e3e124a35bbd7c011b0f786f5efbcf6477e41d7117e12753ae00143deb1710803433bd3c0c69da7fe
7
- data.tar.gz: d86416b774e898e725ee875895af70cd04e491e21e72e031c23a39102d2530d1f341231e6eafe818d0650835c5166c24f1a37e017bd44de81bd77c348182180f
6
+ metadata.gz: e5fef4a6e7087b1cecd1b0300a823525a5ef7aef3f21bcc5e62aab40efd401c5612c14438122516588a28706e0c9bd4e2f5cf76260ef85ad33213bb1621fe96b
7
+ data.tar.gz: d0651f31519286b0bb61714e06336a188dbb46099f7c1a8d6abc30098045eae5f8c9f6dd51644342ba100bfc9dd9374027cd4ad887e982b0971b65d484e06776
data/ext/P4/extconf.rb CHANGED
@@ -240,7 +240,7 @@ def set_platform_libs
240
240
  # Only build for 64 bit if we have more than one arch defined in CFLAGS
241
241
  $LDFLAGS.slice!('-arch i386')
242
242
  $LDFLAGS.slice!('-arch ppc')
243
- $LDFLAGS += ' -framework CoreFoundation -framework Foundation'
243
+ $LDFLAGS += ' -framework CoreFoundation -framework Foundation -framework CoreGraphics'
244
244
  end
245
245
  when 'LINUX', 'MINGW32', 'MINGW'
246
246
  $LDFLAGS += ' -Wl,--allow-multiple-definition'
data/ext/P4/specmgr.cpp CHANGED
@@ -141,6 +141,10 @@ struct defaultspec {
141
141
  "Users;code:405;type:wlist;len:32;opt:default;;"
142
142
  },
143
143
  {
144
+ "hotfiles",
145
+ "HotFiles;code:1051;fmt:C;type:wlist;words:1;maxwords:3;len:64;opt:default;z;;"
146
+ },
147
+ {
144
148
  "job",
145
149
  "Job;code:101;rq;len:32;;"
146
150
  "Status;code:102;type:select;rq;len:10;"
data/lib/3.1/P4.so CHANGED
Binary file
data/lib/3.2/P4.so CHANGED
Binary file
Binary file
data/lib/P4/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class P4
2
- Version = VERSION = '2024.1.2660526'
2
+ Version = VERSION = '2024.2.2682777'
3
3
  end
data/lib/P4.so CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: p4ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2024.1.2660526
4
+ version: 2024.2.2682777
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Perforce Software, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-01 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby extensions to the C++ Perforce API.
14
14
  email: support@perforce.com
@@ -43,9 +43,9 @@ files:
43
43
  - ext/P4/specmgr.cpp
44
44
  - ext/P4/specmgr.h
45
45
  - ext/P4/undefdups.h
46
- - lib/3.0/P4.so
47
46
  - lib/3.1/P4.so
48
47
  - lib/3.2/P4.so
48
+ - lib/3.3/P4.so
49
49
  - lib/P4.rb
50
50
  - lib/P4.so
51
51
  - lib/P4/version.rb
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.4.10
72
+ rubygems_version: 3.5.3
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Ruby extensions to the C++ Perforce API