datatrans 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00dfb98ec54350ac1a4d6d2a932a4ee08ed1ddd5
4
- data.tar.gz: 599f998c0f9bd6e489d9571e171893c3b463be24
3
+ metadata.gz: d1ea0c3b928ef8f6df847da1477d3f338ff7f214
4
+ data.tar.gz: 3f1b6fefdb61ebdf1f2bdf2205cbf0247350c64e
5
5
  SHA512:
6
- metadata.gz: 06eeebeafc026f0fdfc1296be4f2a2e8201aa7de21a12f950b4f938225bcee6b0ffe19f2e47a4a5432c30d68c478c9733bca30b20a55dda593d5e1135e898738
7
- data.tar.gz: 2a285a435167deae93bca53229ad7b01f4b536c739b50ca293c54f599312ad179fe90fbcc06789a4c6b0d94eb45650a585d0cea10d0e6bf7f36895da9fe93d81
6
+ metadata.gz: f377245f1e5ee9587d68e8701297c41b7410b4cfceda5ae3d3c380de8aa8b5ae7b463b5936a5ba27e2cda224451c38f4b2d86f98325cb8d3883c1378fa671251
7
+ data.tar.gz: 82df84f313fe4c275271e4e6a851099c9ac554fb9641d146ce48ca4ec41450ab08bfb051e80c9ce49836600a5976668aca5e2d8fe19a3f973fa918dbadbee699
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datatrans (3.0.0)
4
+ datatrans (3.0.1)
5
5
  activesupport (>= 3.0.0)
6
6
  builder
7
7
  httparty
@@ -10,16 +10,16 @@ module Datatrans
10
10
 
11
11
  URLS = {
12
12
  :development => {
13
- :web_authorize_url => "#{BASE_URL_PRODUCTION}/upp/jsp/upStart.jsp".freeze,
14
- :xml_authorize_url => "#{BASE_URL_PRODUCTION}/upp/jsp/XML_authorize.jsp".freeze,
15
- :xml_settlement_url => "#{BASE_URL_PRODUCTION}/upp/jsp/XML_processor.jsp".freeze,
16
- :xml_status_url => "#{BASE_URL_PRODUCTION}/upp/jsp/XML_status.jsp".freeze
17
- },
18
- :production => {
19
13
  :web_authorize_url => "#{BASE_URL_DEVELOPMENT}/upp/jsp/upStart.jsp".freeze,
20
14
  :xml_authorize_url => "#{BASE_URL_DEVELOPMENT}/upp/jsp/XML_authorize.jsp".freeze,
21
15
  :xml_settlement_url => "#{BASE_URL_DEVELOPMENT}/upp/jsp/XML_processor.jsp".freeze,
22
- :xml_status_url => "#{BASE_URL_DEVELOPMENT}/upp/jsp/XML_status.jsp".freeze
16
+ :xml_status_url => "#{BASE_URL_DEVELOPMENT}/upp/jsp/XML_status.jsp".freeze,
17
+ },
18
+ :production => {
19
+ :web_authorize_url => "#{BASE_URL_PRODUCTION}/upp/jsp/upStart.jsp".freeze,
20
+ :xml_authorize_url => "#{BASE_URL_PRODUCTION}/upp/jsp/XML_authorize.jsp".freeze,
21
+ :xml_settlement_url => "#{BASE_URL_PRODUCTION}/upp/jsp/XML_processor.jsp".freeze,
22
+ :xml_status_url => "#{BASE_URL_PRODUCTION}/upp/jsp/XML_status.jsp".freeze,
23
23
  }.freeze
24
24
  }.freeze
25
25
 
@@ -1,3 +1,3 @@
1
1
  module Datatrans
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datatrans
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Miesel
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-09-25 00:00:00.000000000 Z
14
+ date: 2013-10-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: httparty