Changes between Version 1 and Version 2 of XmlRpcPlugin/Ruby


Ignore:
Timestamp:
Aug 24, 2014, 7:09:14 PM (10 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin/Ruby

    v1 v2  
    99{{{
    1010#!ruby
    11 require 'trac4r/trac'
     11require 'trac4r'
    1212# initialize the connection (username and password can be ommitted if not needed, but most of the time you will need them if anonymous doesn't have XMLRPC permissions)
    1313trac = Trac.new "https://dev.example.com/trac/my_awesome_project", "myusername", "mypassword"