tanga_active_utils 2.2.3 → 2.2.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f7a4009e3db998b215ac3824cf3fb43a9311a77
4
- data.tar.gz: cc5b0eee8409ba0b215e4d6ed2d293191c9c21f6
3
+ metadata.gz: 210cf5ba7d67aad35f73c5e950deb9fddb4fa35f
4
+ data.tar.gz: 4eab9afc58583e0f8d43b4f0ea34ee618580db43
5
5
  SHA512:
6
- metadata.gz: d55051f60c9dfec507de597dc8ca625fcd72adec9b389b51d8261253a237e62fe015f7bd505f4fc3cfffe09067ebd873203fce5812dd77d9cf0a982c8b6632af
7
- data.tar.gz: 1ccc349a4bc863448f7ff502124b07fa918c060179f38f6b747c5a24247f232d03f8de96aa2e73940b6f09a7bceface12a6fc8e7ec52e516b53e44bd40720744
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.superclass_delegating_accessor :ssl_strict
5
+ base.class_attribute :ssl_strict
6
6
  base.ssl_strict = true
7
7
 
8
- base.superclass_delegating_accessor :ssl_version
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.superclass_delegating_accessor :open_timeout
14
+ base.class_attribute :open_timeout
15
15
  base.open_timeout = 60
16
16
 
17
- base.superclass_delegating_accessor :read_timeout
17
+ base.class_attribute :read_timeout
18
18
  base.read_timeout = 60
19
19
 
20
- base.superclass_delegating_accessor :max_retries
20
+ base.class_attribute :max_retries
21
21
  base.max_retries = Connection::MAX_RETRIES
22
22
 
23
- base.superclass_delegating_accessor :logger
24
- base.superclass_delegating_accessor :wiredump_device
23
+ base.class_attribute :logger
24
+ base.class_attribute :wiredump_device
25
25
  end
26
26
 
27
27
  def ssl_get(endpoint, headers={})
@@ -1,3 +1,3 @@
1
1
  module ActiveUtils
2
- VERSION = "2.2.3"
2
+ VERSION = "2.2.3.1"
3
3
  end
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-04-23 00:00:00.000000000 Z
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: