lib/patron.rb in patron-0.4.18 vs lib/patron.rb in patron-0.4.20
- old
+ new
@@ -26,9 +26,10 @@
cwd = Pathname(__FILE__).dirname
$:.unshift(cwd.to_s) unless $:.include?(cwd.to_s) || $:.include?(cwd.expand_path.to_s)
require 'patron/session'
+require 'patron/version'
module Patron #:nodoc:
# Returns the version number of the Patron library as a string
def self.version
VERSION