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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +2 -2
  3. data/lib/P4/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d27b8ae101d10bfa18713a9dfc6ebdb05514ad411d5f8a92844f699d1844359f
4
- data.tar.gz: ef5608836a8620621f9ab1c89fce0bcba91e105203680e0a0f4d00f24b4603d9
3
+ metadata.gz: f0e662783ef768e64cbc47a1879481c51f1c834c2032d1f8b6dd971741bdb7c9
4
+ data.tar.gz: a22013316dbcbda9e5408787084122f9e750e266e1783d2856c2a02760071920
5
5
  SHA512:
6
- metadata.gz: 4da3c0ebcb20feab439a8943a696eda984410f5b23b9fa6d91fba50f968b9c31bc6848ebe399ff192bc720ec1531408991c0f4dd3653510dc2945b08efbd153a
7
- data.tar.gz: eaa6a775f104171c26f6f73fd161ea32ea47d1753a5d0cc84f8f3872e92c909f270ba118a2771e4be487182510bbeb0fa01970c62f07abd8d0f20d530d36422c
6
+ metadata.gz: 8a23ba6e4035fb66c9a6f96e4f9b31f0da84bbd56cd2662f5b3dc9b91b321d640083a0075033fee2011f11f7b7e0bd684b06bfa9c0c20ea5b3b337fb8b23930c
7
+ data.tar.gz: 494a4b15d8eae79a09d6ee22863ca3b97174a834eea2194cb7219aab74f1201338d6717dc0a079d1f4229b3ff757bd57bdd493870739eff6b932ed4feb610668
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2025, Perforce Software, Inc. All rights reserved.
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-2025, Perforce Software, Inc.
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
@@ -1,3 +1,3 @@
1
1
  class P4
2
- Version = VERSION = '2025.2.2863692'
2
+ Version = VERSION = '2026.1.2974577'
3
3
  end
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: 2025.2.2863692
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.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: []