p4ruby 2014.2.0.pre3-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: p4ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 2014.2.0.pre3
5
+ platform: x86-linux
6
+ authors:
7
+ - Perforce Software, Inc.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-01-14 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
+ - ext/P4/clientprogressruby.cpp
21
+ - ext/P4/clientprogressruby.h
22
+ - ext/P4/clientuserruby.cpp
23
+ - ext/P4/clientuserruby.h
24
+ - ext/P4/extconf.rb
25
+ - ext/P4/gc_hack.h
26
+ - ext/P4/p4.cpp
27
+ - ext/P4/p4clientapi.cpp
28
+ - ext/P4/p4clientapi.h
29
+ - ext/P4/p4error.cpp
30
+ - ext/P4/p4error.h
31
+ - ext/P4/p4mapmaker.cpp
32
+ - ext/P4/p4mapmaker.h
33
+ - ext/P4/p4mergedata.cpp
34
+ - ext/P4/p4mergedata.h
35
+ - ext/P4/p4result.cpp
36
+ - ext/P4/p4result.h
37
+ - ext/P4/p4rubydebug.h
38
+ - ext/P4/p4specdata.cpp
39
+ - ext/P4/p4specdata.h
40
+ - ext/P4/p4utils.cpp
41
+ - ext/P4/p4utils.h
42
+ - ext/P4/specmgr.cpp
43
+ - ext/P4/specmgr.h
44
+ - ext/P4/undefdups.h
45
+ - lib/1.9/P4.so
46
+ - lib/2.0/P4.so
47
+ - lib/2.1/P4.so
48
+ - lib/2.2/P4.so
49
+ - lib/P4.rb
50
+ - lib/P4.so
51
+ - lib/P4/version.rb
52
+ - p4-doc/user/p4rubynotes.txt
53
+ homepage: http://www.perforce.com/product/components/apis
54
+ licenses:
55
+ - MIT
56
+ metadata: {}
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: 1.3.1
71
+ requirements: []
72
+ rubyforge_project:
73
+ rubygems_version: 2.4.5
74
+ signing_key:
75
+ specification_version: 4
76
+ summary: Ruby extensions to the C++ Perforce API
77
+ test_files: []