payme 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -18,7 +18,12 @@ module Payme
18
18
 
19
19
  private
20
20
  def valid_params
21
- ['merchant_id', 'merchant_country', 'amount', 'currency_code', 'pathfile']
21
+ ['merchant_id', 'merchant_country', 'amount', 'currency_code', 'pathfile',
22
+ 'normal_return_url', 'cancel_return_url', 'automatic_response_url',
23
+ 'language', 'payment_means', 'header_flag', 'capture_day', 'capture_mode',
24
+ 'bgcolor', 'block_align', 'block_order', 'textcolor', 'receipt_complement',
25
+ 'caddie', 'customer_id', 'customer_email', 'customer_ip_address',
26
+ 'data', 'return_context', 'target', 'order_id']
22
27
  end
23
28
  end
24
29
  end
data/payme.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{payme}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["LIM SAS", "Damien MATHIEU", "Julien SANCHEZ", "Herv\303\251 GAUCHER"]
12
- s.date = %q{2010-07-07}
12
+ s.date = %q{2010-07-19}
13
13
  s.description = %q{Need online payment?}
14
14
  s.email = %q{damien.mathieu@lim.eu}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payme
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - LIM SAS
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-07-07 00:00:00 +02:00
21
+ date: 2010-07-19 00:00:00 +02:00
22
22
  default_executable:
23
23
  dependencies: []
24
24