p4ruby 2025.2.2863692 → 2026.1.2974577
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 +2 -2
- 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: f0e662783ef768e64cbc47a1879481c51f1c834c2032d1f8b6dd971741bdb7c9
|
|
4
|
+
data.tar.gz: a22013316dbcbda9e5408787084122f9e750e266e1783d2856c2a02760071920
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a23ba6e4035fb66c9a6f96e4f9b31f0da84bbd56cd2662f5b3dc9b91b321d640083a0075033fee2011f11f7b7e0bd684b06bfa9c0c20ea5b3b337fb8b23930c
|
|
7
|
+
data.tar.gz: 494a4b15d8eae79a09d6ee22863ca3b97174a834eea2194cb7219aab74f1201338d6717dc0a079d1f4229b3ff757bd57bdd493870739eff6b932ed4feb610668
|
data/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c)
|
|
1
|
+
Copyright (c) 2026, Perforce Software, Inc. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without
|
|
4
4
|
modification, are permitted provided that the following conditions are met:
|
|
@@ -32,7 +32,7 @@ this program.
|
|
|
32
32
|
|
|
33
33
|
P4/P4API License
|
|
34
34
|
-----------------------
|
|
35
|
-
Copyright (c) 1995-
|
|
35
|
+
Copyright (c) 1995-2026, Perforce Software, Inc.
|
|
36
36
|
All rights reserved.
|
|
37
37
|
|
|
38
38
|
Redistribution and use in source and binary forms, with or without
|
data/lib/P4/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: p4ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2026.1.2974577
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Perforce Software, Inc.
|
|
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
65
|
version: '0'
|
|
66
66
|
requirements: []
|
|
67
|
-
rubygems_version: 4.0.
|
|
67
|
+
rubygems_version: 4.0.14
|
|
68
68
|
specification_version: 4
|
|
69
69
|
summary: Ruby extensions to the C++ Perforce API
|
|
70
70
|
test_files: []
|