active_merchant_payline 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.8
1
+ 0.2.9
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{active_merchant_payline}
8
- s.version = "0.2.8"
8
+ s.version = "0.2.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ludovic Galabru"]
@@ -5,6 +5,7 @@ module ActiveMerchant
5
5
  autoload :Helper, File.dirname(__FILE__) + '/lib/helper.rb'
6
6
  autoload :Return, File.dirname(__FILE__) + '/lib/return.rb'
7
7
  autoload :Notification, File.dirname(__FILE__) + '/lib/notification.rb'
8
+ autoload :WebPayment, File.dirname(__FILE__) + '/lib/web_payment.rb'
8
9
 
9
10
  # Overwrite this if you want to change the Payline homologation url
10
11
  mattr_accessor :homologation_url
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 8
9
- version: 0.2.8
8
+ - 9
9
+ version: 0.2.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ludovic Galabru