Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Released adyen gem version 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Feb 20, 2012
1 parent fd52d8e commit e5e3a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adyen.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'adyen' s.name = 'adyen'
s.version = "1.3.0" s.version = "1.3.1"
s.date = "2011-10-10" s.date = "2012-02-20"


s.summary = "Integrate Adyen payment services in your Ruby on Rails application." s.summary = "Integrate Adyen payment services in your Ruby on Rails application."
s.description = <<-EOS s.description = <<-EOS
Expand Down
2 changes: 1 addition & 1 deletion lib/adyen.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Adyen
# Version constant for the Adyen plugin. # Version constant for the Adyen plugin.
# DO NOT CHANGE THIS VALUE BY HAND. It will be updated automatically by # DO NOT CHANGE THIS VALUE BY HAND. It will be updated automatically by
# the gem:release rake task. # the gem:release rake task.
VERSION = "1.3.0" VERSION = "1.3.1"


# @return [Configuration] The configuration singleton. # @return [Configuration] The configuration singleton.
def self.configuration def self.configuration
Expand Down

0 comments on commit e5e3a8f

Please sign in to comment.