cloudpayments 0.1.1 → 0.2.0

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cloudpayments.rb +7 -6
  3. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9be2825fed8a22182ef5cba0911c8ce5fd2da88a791c71ba535307c3fda08e1f
4
- data.tar.gz: cb86b72c1ec7a1d1181e045fcfa6b3e56379b3114d8d17b7591366432d18eec3
3
+ metadata.gz: 34aaf80480577f8923f98f725704ee42378f0cbe63e42feaa1cba5774703f5c4
4
+ data.tar.gz: 6927dda9d351a78a7d97ff5f3d9a8fe7381bca21adce0d17ef313f978ba96643
5
5
  SHA512:
6
- metadata.gz: 4771ca3104c191be3010d592075c2184b2fca7e52d213bd3e23a5cc2d4e2e8db0ea85cd46c30a7f13015bc832059d4e6434eff2e9753ed436922c376cf3a2f92
7
- data.tar.gz: b2c7121ea904f0f949b2aae0d74feaf399e6a00eb7a9b231585b97a13130df80d11c4f4e3d3f59bf7f2c75f13815f3ecd8625b0d529f42391c9e5530e798f0da
6
+ metadata.gz: e2cf9fdc00917aa0cba05351b7cfca56fd665524c61085873cfb9251ba37ccd65c6b6964fd7b7c100b90ca3853a3232d12b859fb0ed78ac380a1f825a5255465
7
+ data.tar.gz: cc5de6cacf62f6563c8c34b727b010df7c785bdb5e1dc01c29d4ca9c0352326854aee2cb7236e9bf022a08002cf0e348bfc3c45c4a1e55599b901e5791fcd4c1
data/lib/cloudpayments.rb CHANGED
@@ -1,14 +1,15 @@
1
1
  require "faraday"
2
2
  require "json"
3
- require "cloudpayments/configuration"
4
- require "cloudpayments/connection"
5
- require "cloudpayments/client/base"
6
- require "cloudpayments/client/orders"
3
+ require_relative "cloudpayments/configuration"
4
+ require_relative "cloudpayments/connection"
5
+ require_relative "cloudpayments/client/response/base"
6
+ require_relative "cloudpayments/client/response/body"
7
+ require_relative "cloudpayments/client/request/base"
8
+ require_relative "cloudpayments/client/request/receipts/create"
9
+ require_relative "cloudpayments/client/request/receipts/get_status"
7
10
 
8
11
  module Cloudpayments
9
12
  class << self
10
- attr_accessor :configuration
11
-
12
13
  def configuration
13
14
  @configuration ||= Cloudpayments::Configuration.new
14
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudpayments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Spiridonov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-19 00:00:00.000000000 Z
11
+ date: 2019-11-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: alex9spiridonov@gmail.com
@@ -36,8 +36,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
38
  requirements: []
39
- rubyforge_project:
40
- rubygems_version: 2.7.7
39
+ rubygems_version: 3.0.6
41
40
  signing_key:
42
41
  specification_version: 4
43
42
  summary: Сloudpayments API wrapper