lib/exchange/base.rb in exchange-1.0.4 vs lib/exchange/base.rb in exchange-1.1.0

- old
+ new

@@ -1,11 +1,11 @@ # -*- encoding : utf-8 -*- module Exchange # The current version of the exchange gem # - VERSION = '1.0.4' + VERSION = '1.1.0' # The root installation path of the gem # @version 0.5 # @since 0.1 # @@ -19,8 +19,8 @@ # The error that gets thrown if the given currency is not a currency # @version 0.10 # @since 0.10 # - NoCurrencyError = Class.new(ArgumentError) + NoCurrencyError = Class.new ArgumentError end