lib/mercurial-ruby.rb in mercurial-ruby-0.5.0 vs lib/mercurial-ruby.rb in mercurial-ruby-0.6.0

- old
+ new

@@ -2,10 +2,10 @@ # Wrapper module. Nothing interesting here except that you can # specify global configs with the +configure+ method. # module Mercurial - VERSION = '0.5.0' + VERSION = '0.6.0' class Error < RuntimeError; end class << self attr_accessor :configuration