p4ruby 2023.1.2544327 → 2023.2.2548030
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +26 -23
- data/ext/P4/specmgr.cpp +2 -1
- data/lib/P4/version.rb +1 -1
- 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: 7d2a2a152aab82e137b966cf538a3215faf54ba29735c9be9b7e18bc8d1bf65e
|
4
|
+
data.tar.gz: 9db025b06c688fd3df5882da4b88ab672bc9e150320eb8e018abc6cbf0d89344
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 156aa223db5b3bc47c5d4f6d278473482440ced73afa3f0faa86baa7a4dc68ed856fdd1867a44d98376785f32dbf31dde6d46afd3e008d03e8e280157ecfd1ca
|
7
|
+
data.tar.gz: ca64be489087cf97c9b90fba7fc2077d9a29345137dee2d860c13ff9a466ccaaeb3127a4d802b7de1520e89dba04bcff99f5b844487c674773230daec51a78de
|
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/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: 2023.
|
4
|
+
version: 2023.2.2548030
|
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-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
|