blob: 42bb5734f6ba65a59e58ca3afc3aadf4ed414b17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
P4Ruby: Ruby interface to the Perforce API
P4Ruby allows you to write beautiful Ruby code that interacts with a
Perforce server. The main features are:
* Get Perforce data and forms in hashes and arrays
* Edit Perforce forms by modifying hashes
* Exception based error handling
* Ignore warnings (like "File(s) up-to-date." on a sync)
* Run as many commands on a connection as you want to
Writing Ruby code is a joy for all programmers, and P4Ruby makes that
experience available to Perforce users. Enjoy it!
Note: P4Ruby is not supported by Perforce Software, but the author
below personally.
Author: Tony Smith <tony@smee.org>
WWW: http://public.perforce.com/guest/tony_smith/perforce/API/Ruby/index.html
|