tanga_active_utils 2.2.3 → 2.2.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_utils/common/posts_data.rb +7 -7
- data/lib/active_utils/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 210cf5ba7d67aad35f73c5e950deb9fddb4fa35f
|
4
|
+
data.tar.gz: 4eab9afc58583e0f8d43b4f0ea34ee618580db43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbb3b7c49a514e8eef214b9cbd368a5496aba667f12016e99e32219e356fc9181ebe2d5047c7e8d9a0266eb3377ffcde120e67ca0debbac4f9438ecf2ede572d
|
7
|
+
data.tar.gz: 68b64d365af1897e317d4353ca87e8617890cf289bdd7eb40e52cbbe8e0da86713e1ed9d87a1c787ba78b99744f1868fe8fe4b2c441a3c7848471a093823c616
|
@@ -2,26 +2,26 @@ module ActiveMerchant #:nodoc:
|
|
2
2
|
module PostsData #:nodoc:
|
3
3
|
|
4
4
|
def self.included(base)
|
5
|
-
base.
|
5
|
+
base.class_attribute :ssl_strict
|
6
6
|
base.ssl_strict = true
|
7
7
|
|
8
|
-
base.
|
8
|
+
base.class_attribute :ssl_version
|
9
9
|
base.ssl_version = nil
|
10
10
|
|
11
11
|
base.class_attribute :retry_safe
|
12
12
|
base.retry_safe = false
|
13
13
|
|
14
|
-
base.
|
14
|
+
base.class_attribute :open_timeout
|
15
15
|
base.open_timeout = 60
|
16
16
|
|
17
|
-
base.
|
17
|
+
base.class_attribute :read_timeout
|
18
18
|
base.read_timeout = 60
|
19
19
|
|
20
|
-
base.
|
20
|
+
base.class_attribute :max_retries
|
21
21
|
base.max_retries = Connection::MAX_RETRIES
|
22
22
|
|
23
|
-
base.
|
24
|
-
base.
|
23
|
+
base.class_attribute :logger
|
24
|
+
base.class_attribute :wiredump_device
|
25
25
|
end
|
26
26
|
|
27
27
|
def ssl_get(endpoint, headers={})
|
data/lib/active_utils/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tanga_active_utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.3
|
4
|
+
version: 2.2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -129,4 +129,3 @@ signing_key:
|
|
129
129
|
specification_version: 4
|
130
130
|
summary: Common utils used by active_merchant, active_fulfillment, and active_shipping
|
131
131
|
test_files: []
|
132
|
-
has_rdoc:
|