lib/exchange/base.rb in exchange-0.12.0 vs lib/exchange/base.rb in exchange-1.0.0

- old
+ new

@@ -1,10 +1,11 @@ +# -*- encoding : utf-8 -*- module Exchange # The current version of the exchange gem # - VERSION = '0.12.0' + VERSION = '1.0.0' # The root installation path of the gem # @version 0.5 # @since 0.1 # @@ -20,6 +21,6 @@ # @version 0.10 # @since 0.10 # NoCurrencyError = Class.new(ArgumentError) -end \ No newline at end of file +end