lib/adyen.rb in adyen-0.3.6 vs lib/adyen.rb in adyen-0.3.7
- old
+ new
@@ -8,9 +8,14 @@
# * {Adyen::Notification} for handling notifications sent by Adyen to your servers.
# * {Adyen::SOAP} for communicating with the Adyen SOAP services for payment
# maintenance and issuing recurring payments.
module Adyen
+ # Version constant for the Adyen plugin.
+ # DO NOT CHANGE THIS VALUE BY HAND. It will be updated automatically by
+ # the gem:release rake task.
+ VERSION = "0.3.7"
+
# Loads configuration settings from a Hash.
#
# @param [Hash] hash The (nested Hash) with configuration variables.
# @param [Module] mod The current working module. This parameter is used
# to recursively traverse the hash for submodules.