p4ruby 2023.1.2544327-x86-mingw32 → 2023.2.2548030-x86-mingw32
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/LICENSE.txt +26 -23
- data/ext/P4/specmgr.cpp +2 -1
- data/lib/2.7/P4.so +0 -0
- data/lib/3.0/P4.so +0 -0
- data/lib/3.1/P4.so +0 -0
- data/lib/3.2/P4.so +0 -0
- data/lib/P4/version.rb +1 -1
- data/lib/P4.so +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1e546a15e26707defc24ad51f126711d95b2082e8ba95d819a3f10238681073
|
4
|
+
data.tar.gz: 41172b99d281a83d4db1e0143230c2f81b78c181c97015253a734c0793d5f0ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8d752a8a01539af68c71ac4b67e2ae15da5d53933a106396b67d99cadfbe3501da040123fa3cb64bf7cefbcea2ecfd245a8d9aed1b1f4af98cd9d5d69a10541
|
7
|
+
data.tar.gz: 2a3fdf9c9b4e74310420530c9c0ca249639fabb69b9acb97ea4bc928dc97c79532a814c5507715db6ca11e677789a88f8cbdbaf36aff6b5d9d022301b2c95be0
|
data/LICENSE.txt
CHANGED
@@ -1,29 +1,6 @@
|
|
1
1
|
Copyright (c) 2024, Perforce Software, Inc. All rights reserved.
|
2
2
|
|
3
|
-
Redistribution and use in source and binary forms, with or without
|
4
|
-
modification, are permitted provided that the following conditions are met:
|
5
3
|
|
6
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
7
|
-
list of conditions and the following disclaimer.
|
8
|
-
|
9
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
10
|
-
this list of conditions and the following disclaimer in the documentation
|
11
|
-
and/or other materials provided with the distribution.
|
12
|
-
|
13
|
-
3. Neither the name of the copyright holder nor the names of its contributors
|
14
|
-
may be used to endorse or promote products derived from this software without
|
15
|
-
specific prior written permission.
|
16
|
-
|
17
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
18
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
19
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
20
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
21
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
22
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
23
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
24
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
25
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
26
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
27
4
|
-----------------------
|
28
5
|
|
29
6
|
The following are the license statements for code used in
|
@@ -514,6 +491,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
|
|
514
491
|
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
|
515
492
|
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
516
493
|
|
494
|
+
|
517
495
|
optional-lite and any-lite
|
518
496
|
Martin Moene
|
519
497
|
-----------------------
|
@@ -543,3 +521,28 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
543
521
|
DEALINGS IN THE SOFTWARE.
|
544
522
|
|
545
523
|
|
524
|
+
TinyXML-2
|
525
|
+
-----------------------
|
526
|
+
|
527
|
+
Copyright (c) 2019-present, Lee Thomason and contributors.
|
528
|
+
|
529
|
+
This software is provided 'as-is', without any express or implied
|
530
|
+
warranty. In no event will the authors be held liable for any
|
531
|
+
damages arising from the use of this software.
|
532
|
+
|
533
|
+
Permission is granted to anyone to use this software for any
|
534
|
+
purpose, including commercial applications, and to alter it and
|
535
|
+
redistribute it freely, subject to the following restrictions:
|
536
|
+
|
537
|
+
1. The origin of this software must not be misrepresented; you must
|
538
|
+
not claim that you wrote the original software. If you use this
|
539
|
+
software in a product, an acknowledgment in the product documentation
|
540
|
+
would be appreciated but is not required.
|
541
|
+
|
542
|
+
2. Altered source versions must be plainly marked as such, and
|
543
|
+
must not be misrepresented as being the original software.
|
544
|
+
|
545
|
+
3. This notice may not be removed or altered from any source
|
546
|
+
distribution.
|
547
|
+
|
548
|
+
|
data/ext/P4/specmgr.cpp
CHANGED
@@ -284,7 +284,8 @@ struct defaultspec {
|
|
284
284
|
"Owner;code:704;len:32;open:isolate;;"
|
285
285
|
"Name;code:703;rq;type:line;len:32;open:isolate;;"
|
286
286
|
"Parent;code:702;rq;len:64;open:isolate;;"
|
287
|
-
"Type;code:708;rq;len:32;open:isolate
|
287
|
+
"Type;code:708;rq;type:select;len:32;open:isolate;"
|
288
|
+
"val:mainline/virtual/development/release/task;;"
|
288
289
|
"Description;code:709;type:text;len:128;open:isolate;;"
|
289
290
|
"Options;code:707;type:line;len:64;val:"
|
290
291
|
"allsubmit/ownersubmit,unlocked/locked,"
|
data/lib/2.7/P4.so
CHANGED
Binary file
|
data/lib/3.0/P4.so
CHANGED
Binary file
|
data/lib/3.1/P4.so
CHANGED
Binary file
|
data/lib/3.2/P4.so
CHANGED
Binary file
|
data/lib/P4/version.rb
CHANGED
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: 2023.
|
4
|
+
version: 2023.2.2548030
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Perforce Software, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Ruby extensions to the C++ Perforce API.
|
14
14
|
email: support@perforce.com
|