lib/transip.rb in transip-0.3.1 vs lib/transip.rb in transip-0.3.2

- old
+ new

@@ -6,10 +6,10 @@ require 'facets' require 'digest/sha2' require 'base64' require 'ipaddr' -require 'transip/version' +require File.expand_path '../transip/version', __FILE__ # # Implements the www.transip.nl API (v4.2). For more info see: https://www.transip.nl/g/api/ # # The transip API makes use of public/private key encryption. You need to use the TransIP # control panel to give your server access to the api, and to generate a key. You can then \ No newline at end of file