conekta 1.1.2 → 1.1.3

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: 097b1599a6a7156cb2e2338ee84028b1fff0c17e
4
- data.tar.gz: f991b27518156ec20bd0cfc40a70be611e0dd9cd
3
+ metadata.gz: c16615310bda9e764fd5db0bfa5cb8b05c7bc08a
4
+ data.tar.gz: 09a727a7f215cf5440058702c9b5ffa629bb0143
5
5
  SHA512:
6
- metadata.gz: 0859abffe64be662d6e036fd1d0e9f378f74e673fe7027c78ff2cd8b870b748c2311dec8a0d5bb3735d078d106cbed4a379b2cac92e2b0d08586dcefbd7077b1
7
- data.tar.gz: ba10a553611871cdcb900c68fedc5e0e25a777d3d1abe5a12bfb47d9fa61c6049a9fd9c7113e14fdab19fc1ca82d54c2e08efbe360d7884d6798e9ed51dc7bcd
6
+ metadata.gz: e725130779234c507acb1db49a4c17e954c866eec2de16c7552b78a2b6bde30deb9beeae7009eb0701e6f0d67c99abdc48cda7123c1ccba07d864332a1a3d9d0
7
+ data.tar.gz: 428ed0c5ee2f81a234801d773b8eced3c4353f5214a254f6bac60a684ede7c20c29e5a6371e52390cf9a149f425179f6047d8ecec094a35d450919af8b714da2
data/CHANGELOG CHANGED
@@ -91,4 +91,8 @@
91
91
 
92
92
  == 1.1.2 2017-02-08
93
93
 
94
- * Avoid class name conflicts.
94
+ * Avoid class name conflicts.
95
+
96
+ == 1.1.3 2017-02-08
97
+
98
+ * Change vertical_info to antifraud_info.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ![alt tag](https://raw.github.com/conekta/conekta-ruby/master/readme_files/cover.png)
2
2
 
3
- # Conekta Ruby v.1.1.2
3
+ # Conekta Ruby v.1.1.3
4
4
 
5
5
  This is a ruby library that allows interaction with https://api.conekta.io API.
6
6
 
@@ -42,7 +42,7 @@ module Conekta
42
42
 
43
43
  def self.convert_to_conekta_object(name,resp)
44
44
  # these json strings should not be parsed into objects
45
- return resp if ["data", "request_body", "request_headers", "response_headers", "response_body", "query_string", "metadata", "vertical_info"].include?(name)
45
+ return resp if ["data", "request_body", "request_headers", "response_headers", "response_body", "query_string", "metadata", "antifraud_info"].include?(name)
46
46
  if resp.kind_of?(Hash)
47
47
  if resp.has_key?('object') and types[resp['object']]
48
48
  if resp['object'] == "list"
@@ -1,3 +1,3 @@
1
1
  module Conekta
2
- VERSION = '1.1.2'.freeze
2
+ VERSION = '1.1.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conekta
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - MauricioMurga
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-08 00:00:00.000000000 Z
11
+ date: 2017-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler