cielo_old 1.0.0 → 1.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cielo/version.rb +1 -1
  3. data/lib/cielo.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40f64619937234a48b235c5b74f8c0afdd7fe537
4
- data.tar.gz: 025baa2ca17f48dc901f1bd81045be38762ac71a
3
+ metadata.gz: 590e919c1fe0e991b919918076c83e7da7d77a1d
4
+ data.tar.gz: 3b29405871c13c4682938a1bec09966738e16e56
5
5
  SHA512:
6
- metadata.gz: 41a7285895d9bede9792341d28fbc898c7fa7d07fdc1b493aa53eb911a42cc010c40a7e2ac76b07f8af828f4ee7f38317ab51d9a9ac65e4ebdef5c980ea73c17
7
- data.tar.gz: 326bbeb2170a6552e7d9dc124faf99859f9d7a4717e4c43f8201a563105ffee984a3189493ad930868656a487041507cac592a476b15f86b0185e3d2aa09307d
6
+ metadata.gz: d1c8fd88945ff65dde636a16b958139c2940f0b6042fb409184220846f9119332b6dfc2a76ffcb789a07549a29f36d4f6e3379b79222a95f38714448d2ac7bd6
7
+ data.tar.gz: a41d20b299daeeab4ca0f79af0669cb1da67167e1fa3af5bf89b81c00f32b31e4ecfead53a94911ca7b1f726df1b9cb8983067f986681e049ca9c57811930e9b
data/lib/cielo/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Cielo
2
2
  MAJOR = 1
3
3
  MINOR = 0
4
- PATCH = 0
4
+ PATCH = 1
5
5
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
6
  end
data/lib/cielo.rb CHANGED
@@ -12,12 +12,12 @@ require 'uri'
12
12
  module Cielo
13
13
 
14
14
  class Production
15
- BASE_URL = 'ecommerce.cbmp.com.br'
15
+ BASE_URL = 'ecommerce.cielo.com.br'
16
16
  WS_PATH = '/servicos/ecommwsec.do'
17
17
  end
18
18
 
19
19
  class Test
20
- BASE_URL = 'ecommerce.cielo.com.br'
20
+ BASE_URL = 'qasecommerce.cielo.com.br'
21
21
  WS_PATH = '/servicos/ecommwsec.do'
22
22
  end
23
23
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cielo_old
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2015-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport