p4ruby 2024.1.2660526 → 2024.2.2682777
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 +4 -4
- data/ext/P4/extconf.rb +1 -1
- data/ext/P4/specmgr.cpp +4 -0
- data/lib/P4/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77cf9138042eceb6bd5f44cebff05af107d9880c4b50508d481de64056d5ad47
|
4
|
+
data.tar.gz: 6e6035390c894e91822416bb21c2470c2cb8ab76b9de13690935022361ebb77f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56be147cefe0b013b3d1bf3deb771aa3b1aa3c3257989da7f4289a000a599f26b3f3b2bd227ffac79dd811dc2e69937c5746a1fb89643fba178dcb60f64f7338
|
7
|
+
data.tar.gz: 6c58f1f2cd406c796b046c99f7f3a31e43e351b39f31bd2751cbe9d2ed52e3253ae96cc567a92a0af115548014f13ce44386d4a9ab19f19f2eb8629431f75c0a
|
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/P4/version.rb
CHANGED
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.
|
4
|
+
version: 2024.2.2682777
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Perforce Software, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
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
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
66
|
- !ruby/object:Gem::Version
|
67
67
|
version: '0'
|
68
68
|
requirements: []
|
69
|
-
rubygems_version: 3.
|
69
|
+
rubygems_version: 3.3.7
|
70
70
|
signing_key:
|
71
71
|
specification_version: 4
|
72
72
|
summary: Ruby extensions to the C++ Perforce API
|