p4ruby 2022.1.2359956-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: p4ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 2022.1.2359956
5
+ platform: x64-mingw-ucrt
6
+ authors:
7
+ - Perforce Software, Inc.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-10-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ruby extensions to the C++ Perforce API.
14
+ email: support@perforce.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE.txt
20
+ - README.md
21
+ - ext/P4/clientprogressruby.cpp
22
+ - ext/P4/clientprogressruby.h
23
+ - ext/P4/clientuserruby.cpp
24
+ - ext/P4/clientuserruby.h
25
+ - ext/P4/extconf.rb
26
+ - ext/P4/gc_hack.h
27
+ - ext/P4/p4.cpp
28
+ - ext/P4/p4clientapi.cpp
29
+ - ext/P4/p4clientapi.h
30
+ - ext/P4/p4error.cpp
31
+ - ext/P4/p4error.h
32
+ - ext/P4/p4mapmaker.cpp
33
+ - ext/P4/p4mapmaker.h
34
+ - ext/P4/p4mergedata.cpp
35
+ - ext/P4/p4mergedata.h
36
+ - ext/P4/p4result.cpp
37
+ - ext/P4/p4result.h
38
+ - ext/P4/p4rubydebug.h
39
+ - ext/P4/p4specdata.cpp
40
+ - ext/P4/p4specdata.h
41
+ - ext/P4/p4utils.cpp
42
+ - ext/P4/p4utils.h
43
+ - ext/P4/specmgr.cpp
44
+ - ext/P4/specmgr.h
45
+ - ext/P4/undefdups.h
46
+ - lib/2.7/P4.so
47
+ - lib/3.0/P4.so
48
+ - lib/3.1/P4.so
49
+ - lib/P4.rb
50
+ - lib/P4.so
51
+ - lib/P4/version.rb
52
+ homepage: https://github.com/perforce/p4ruby
53
+ licenses:
54
+ - MIT
55
+ metadata:
56
+ documentation_uri: https://www.perforce.com/manuals/p4ruby/Content/P4Ruby/Home-p4ruby.html
57
+ post_install_message:
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 3.3.7
73
+ signing_key:
74
+ specification_version: 4
75
+ summary: Ruby extensions to the C++ Perforce API
76
+ test_files: []