bloom_net_center_client 0.3.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8b3884b8cf885a2f682f33bd5457b597493fff71
4
+ data.tar.gz: e4c6d9aab66ef5ffe83ac98770c17114e5b8ab3d
5
+ SHA512:
6
+ metadata.gz: 3b7019685966bcdcf55c689b1280ac56c55922e1d0586ca2af44879ede1903d212adc8c4096e20b5a1da9dedf728ea37513f5a399482666f8cf290d502f1f842
7
+ data.tar.gz: 2a7cce1b3a11d7d26a577257b901c6e4c48a1e09bbf695ee4281fd54b1f90b736d072e72594859427b0f1d5fd243216e6a49ca9bc38f6adce975a9a6dff93eab
@@ -0,0 +1,10 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ /spec/config.yml
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
@@ -0,0 +1 @@
1
+ ruby-2.3.1
@@ -0,0 +1,7 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.3.0
5
+ before_install: gem install bundler -v 1.13.1
6
+ before_script:
7
+ - cp spec/config.yml{.sample,}
@@ -0,0 +1,17 @@
1
+ # Change Log
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
+ and this project adheres to [Semantic Versioning](http://semver.org/).
6
+
7
+ ## [0.3.0] - 2017-03-27
8
+ ### Changed
9
+ - Work with new version of BloomNet Center
10
+
11
+ ## [0.2.0] - 2017-01-20
12
+ ### Changed
13
+ - Update api_client_base to `~> 0.2.0`
14
+
15
+ ## [0.1.0] - 2016-12-15
16
+ ### Added
17
+ - Initial release
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at ramon.tayag@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,11 @@
1
+ git_source(:github) do |repo_name|
2
+ repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
3
+ "https://github.com/#{repo_name}.git"
4
+ end
5
+
6
+ source 'https://rubygems.org'
7
+
8
+ # Specify your gem's dependencies in bloom_net_center_client.gemspec
9
+ gemspec
10
+
11
+ gem "pry-byebug"
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Ramon Tayag
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,35 @@
1
+ # BloomNetCenterClient
2
+
3
+ Ruby wrapper for BloomNet Center's API
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'bloom_net_center_client'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install bloom_net_center_client
20
+
21
+ ## Usage
22
+
23
+ TODO: Write usage instructions here
24
+
25
+ ## Development
26
+
27
+ - Copy `spec/config.yml.sample` to `spec/config.yml`. Replace with values.
28
+
29
+ ## Contributing
30
+
31
+ Bug reports and pull requests are welcome on GitHub at
32
+
33
+ ## License
34
+
35
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "bloom_net_center_client"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,43 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'bloom_net_center_client/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "bloom_net_center_client"
8
+ spec.version = BloomNetCenterClient::VERSION
9
+ spec.authors = ["Ramon Tayag"]
10
+ spec.email = ["ramon.tayag@gmail.com"]
11
+
12
+ spec.summary = %q{Ruby wrapper for BloomNet Center's API}
13
+ spec.description = %q{Ruby wrapper for BloomNet Center's API}
14
+ spec.homepage = "https://github.com/imacchiato/bloom_net_center_client-ruby"
15
+ spec.license = "MIT"
16
+
17
+ if spec.respond_to?(:metadata)
18
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
19
+ else
20
+ raise "RubyGems 2.0 or newer is required to protect against " \
21
+ "public gem pushes."
22
+ end
23
+
24
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
25
+ f.match(%r{^(test|spec|features)/})
26
+ end
27
+ spec.bindir = "exe"
28
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
+ spec.require_paths = ["lib"]
30
+
31
+ spec.add_dependency "gem_config", "~> 0.3.1"
32
+ spec.add_dependency "virtus", "~> 1.0"
33
+ spec.add_dependency "httparty", "~> 0.14.0"
34
+ spec.add_dependency "activesupport", ">= 3.0"
35
+ spec.add_dependency "api_client_base", "~> 1.2"
36
+ spec.add_dependency "typhoeus", "~> 1.1"
37
+ spec.add_development_dependency "bundler", "~> 1.13"
38
+ spec.add_development_dependency "rake", "~> 10.0"
39
+ spec.add_development_dependency "rspec", "~> 3.0"
40
+ spec.add_development_dependency "virtus-matchers", "~> 0.3.0"
41
+ spec.add_development_dependency "vcr", "~> 3.0"
42
+ spec.add_development_dependency "webmock", "~> 2.3"
43
+ end
@@ -0,0 +1,49 @@
1
+ require "api_client_base"
2
+ require "gem_config"
3
+ require "httparty"
4
+ require "virtus"
5
+ require "active_support/json"
6
+ require "active_support/core_ext/hash/indifferent_access"
7
+ require "active_support/core_ext/hash/slice"
8
+ require "active_support/core_ext/object"
9
+ require "active_support/core_ext/string/inflections"
10
+
11
+ module BloomNetCenterClient
12
+
13
+ include GemConfig::Base
14
+ GLOBAL_OPTS = %i[host token secret]
15
+
16
+ with_configuration do
17
+ has :host, classes: String
18
+ has :token, classes: String
19
+ has :secret, classes: String
20
+ end
21
+
22
+ def self.new(opts={})
23
+ Client.new(global_opts.merge(opts))
24
+ end
25
+
26
+ private
27
+
28
+ def self.global_opts
29
+ GLOBAL_OPTS.each_with_object({}) do |var, hash|
30
+ hash[var] = BloomNetCenterClient.configuration.send(var)
31
+ end
32
+ end
33
+
34
+ end
35
+
36
+ require "bloom_net_center_client/version"
37
+ require "bloom_net_center_client/coercers/indifferent_hash"
38
+ require "bloom_net_center_client/client"
39
+ require "bloom_net_center_client/models/claim"
40
+ require "bloom_net_center_client/models/txn"
41
+ require "bloom_net_center_client/requests/base_request"
42
+ require "bloom_net_center_client/requests/create_claim_request"
43
+ require "bloom_net_center_client/requests/create_txn_request"
44
+ require "bloom_net_center_client/requests/find_txn_request"
45
+ require "bloom_net_center_client/responses/base_response"
46
+ require "bloom_net_center_client/responses/create_claim_response"
47
+ require "bloom_net_center_client/responses/txn_response"
48
+ require "bloom_net_center_client/responses/create_txn_response"
49
+ require "bloom_net_center_client/responses/find_txn_response"
@@ -0,0 +1,22 @@
1
+ module BloomNetCenterClient
2
+ class Client
3
+
4
+ include APIClientBase::Client.module(default_opts: :default_opts)
5
+ api_action :create_txn
6
+ api_action :find_txn, args: [:id]
7
+ api_action :create_claim
8
+
9
+ BloomNetCenterClient::GLOBAL_OPTS.each do |attr|
10
+ attribute attr, String
11
+ end
12
+
13
+ private
14
+
15
+ def default_opts
16
+ BloomNetCenterClient::GLOBAL_OPTS.each_with_object({}) do |attr, hash|
17
+ hash[attr] = send(attr)
18
+ end
19
+ end
20
+
21
+ end
22
+ end
@@ -0,0 +1,11 @@
1
+ module BloomNetCenterClient
2
+ module Coercers
3
+ class IndifferentHash < Virtus::Attribute
4
+
5
+ def coerce(value)
6
+ value.is_a?(::Hash) ? value.with_indifferent_access : value
7
+ end
8
+
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ module BloomNetCenterClient
2
+ class Claim
3
+
4
+ include Virtus.model
5
+ attribute :recipient_first_name, String
6
+ attribute :recipient_last_name, String
7
+ attribute :ref_no, String
8
+ attribute :status, String
9
+
10
+ end
11
+ end
@@ -0,0 +1,26 @@
1
+ module BloomNetCenterClient
2
+ class Txn
3
+
4
+ include Virtus.model
5
+ attribute :id, String
6
+ attribute :status, String
7
+ attribute :sender_first_name, String
8
+ attribute :sender_last_name, String
9
+ attribute :sender_street, String
10
+ attribute :sender_city, String
11
+ attribute :sender_province, String
12
+ attribute :sender_contact_number, String
13
+ attribute :recipient_first_name, String
14
+ attribute :recipient_last_name, String
15
+ attribute :recipient_street, String
16
+ attribute :recipient_city, String
17
+ attribute :recipient_province, String
18
+ attribute :recipient_contact_number, String
19
+ attribute :amount, BigDecimal
20
+ attribute :account, String
21
+ attribute :currency, String
22
+
23
+ ATTRS = self.attribute_set.map(&:name)
24
+
25
+ end
26
+ end
@@ -0,0 +1,33 @@
1
+ module BloomNetCenterClient
2
+ class BaseRequest
3
+
4
+ include APIClientBase::Request.module
5
+ attribute(:headers, Coercers::IndifferentHash, {
6
+ lazy: true,
7
+ default: :default_headers,
8
+ })
9
+ attribute :body, String, lazy: true, default: :default_body
10
+ attribute :token, String
11
+ attribute :secret, String
12
+ attribute :signature, String, lazy: true, default: :default_signature
13
+
14
+ private
15
+
16
+ def default_headers
17
+ {
18
+ "Content-Type" => "application/vnd.api+json",
19
+ "Accept" => "application/vnd.api+json",
20
+ "Authorization" => "HMAC-SHA256 #{token}:#{signature}",
21
+ }
22
+ end
23
+
24
+ def default_signature
25
+ OpenSSL::HMAC.hexdigest("SHA256", secret, body)
26
+ end
27
+
28
+ def default_body
29
+ {}.to_json
30
+ end
31
+
32
+ end
33
+ end
@@ -0,0 +1,31 @@
1
+ module BloomNetCenterClient
2
+ class CreateClaimRequest < BaseRequest
3
+
4
+ attribute :ref_no, String
5
+ attribute :account, String
6
+ attribute :body, String, lazy: true, default: :default_body
7
+
8
+ private
9
+
10
+ def path
11
+ "/api/v1/claims"
12
+ end
13
+
14
+ def default_action
15
+ :post
16
+ end
17
+
18
+ def default_body
19
+ {
20
+ data: {
21
+ type: "claims",
22
+ attributes: {
23
+ "ref-no" => ref_no,
24
+ account: account,
25
+ }
26
+ }
27
+ }.to_json
28
+ end
29
+
30
+ end
31
+ end
@@ -0,0 +1,55 @@
1
+ module BloomNetCenterClient
2
+ class CreateTxnRequest < BaseRequest
3
+
4
+ attribute :sender_first_name, String
5
+ attribute :sender_last_name, String
6
+ attribute :sender_street, String
7
+ attribute :sender_city, String
8
+ attribute :sender_province, String
9
+ attribute :recipient_first_name, String
10
+ attribute :recipient_last_name, String
11
+ attribute :recipient_street, String
12
+ attribute :recipient_city, String
13
+ attribute :recipient_contact_number, String
14
+ attribute :amount, BigDecimal
15
+ attribute :currency, String
16
+ attribute :body, String, lazy: true, default: :default_body
17
+
18
+ BODY_ATTRS = %i[
19
+ sender_first_name
20
+ sender_last_name
21
+ sender_street
22
+ sender_city
23
+ sender_province
24
+ recipient_first_name
25
+ recipient_last_name
26
+ recipient_street
27
+ recipient_city
28
+ recipient_contact_number
29
+ amount
30
+ currency
31
+ ]
32
+
33
+ private
34
+
35
+ def default_action
36
+ :post
37
+ end
38
+
39
+ def path
40
+ "/api/v1/txns"
41
+ end
42
+
43
+ def default_body
44
+ {
45
+ data: {
46
+ type: "txns",
47
+ attributes: BODY_ATTRS.each_with_object({}) do |attr, hash|
48
+ hash[attr.to_s.dasherize] = send(attr)
49
+ end,
50
+ }
51
+ }.to_json
52
+ end
53
+
54
+ end
55
+ end
@@ -0,0 +1,13 @@
1
+ module BloomNetCenterClient
2
+ class FindTxnRequest < BaseRequest
3
+
4
+ attribute :id, String
5
+
6
+ private
7
+
8
+ def path
9
+ "/api/v1/txns/:id"
10
+ end
11
+
12
+ end
13
+ end
@@ -0,0 +1,18 @@
1
+ module BloomNetCenterClient
2
+ class BaseResponse
3
+
4
+ include APIClientBase::Response.module
5
+ attribute(:body, Coercers::IndifferentHash, {
6
+ lazy: true,
7
+ default: :default_body,
8
+ })
9
+ attribute :success, Boolean, lazy: true, default: :default_success
10
+
11
+ private
12
+
13
+ def default_body
14
+ JSON.parse(raw_response.body)
15
+ end
16
+
17
+ end
18
+ end
@@ -0,0 +1,19 @@
1
+ module BloomNetCenterClient
2
+ class CreateClaimResponse < BaseResponse
3
+
4
+ attribute :claim, Object, lazy: true, default: :default_claim
5
+
6
+ private
7
+
8
+ def default_claim
9
+ claim_attrs = body[:data].slice(*%i[
10
+ recipient_first_name
11
+ recipient_last_name
12
+ ref_no
13
+ status
14
+ ])
15
+ BloomNetCenterClient::Claim.new(claim_attrs)
16
+ end
17
+
18
+ end
19
+ end
@@ -0,0 +1,5 @@
1
+ module BloomNetCenterClient
2
+ class CreateTxnResponse < TxnResponse
3
+
4
+ end
5
+ end
@@ -0,0 +1,11 @@
1
+ module BloomNetCenterClient
2
+ class FindTxnResponse < TxnResponse
3
+
4
+ private
5
+
6
+ def default_success
7
+ code == 200 && txn.present?
8
+ end
9
+
10
+ end
11
+ end
@@ -0,0 +1,18 @@
1
+ module BloomNetCenterClient
2
+ class TxnResponse < BaseResponse
3
+
4
+ attribute :txn, Object, lazy: true, default: :default_txn
5
+
6
+ private
7
+
8
+ def default_txn
9
+ attributes = Txn::ATTRS.each_with_object({}) do |attr, hash|
10
+ attr_dasherized = attr.to_s.dasherize
11
+ hash[attr] = body[:data][attr_dasherized] ||
12
+ body[:data][:attributes][attr_dasherized]
13
+ end
14
+ BloomNetCenterClient::Txn.new(attributes)
15
+ end
16
+
17
+ end
18
+ end
@@ -0,0 +1,3 @@
1
+ module BloomNetCenterClient
2
+ VERSION = "0.3.0"
3
+ end
metadata ADDED
@@ -0,0 +1,241 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bloom_net_center_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: ruby
6
+ authors:
7
+ - Ramon Tayag
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2017-03-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: gem_config
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 0.3.1
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 0.3.1
27
+ - !ruby/object:Gem::Dependency
28
+ name: virtus
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: httparty
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 0.14.0
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 0.14.0
55
+ - !ruby/object:Gem::Dependency
56
+ name: activesupport
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '3.0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '3.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: api_client_base
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '1.2'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '1.2'
83
+ - !ruby/object:Gem::Dependency
84
+ name: typhoeus
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '1.1'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '1.1'
97
+ - !ruby/object:Gem::Dependency
98
+ name: bundler
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '1.13'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '1.13'
111
+ - !ruby/object:Gem::Dependency
112
+ name: rake
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '10.0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '10.0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: rspec
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '3.0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '3.0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: virtus-matchers
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: 0.3.0
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: 0.3.0
153
+ - !ruby/object:Gem::Dependency
154
+ name: vcr
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '3.0'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: '3.0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: webmock
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - "~>"
172
+ - !ruby/object:Gem::Version
173
+ version: '2.3'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - "~>"
179
+ - !ruby/object:Gem::Version
180
+ version: '2.3'
181
+ description: Ruby wrapper for BloomNet Center's API
182
+ email:
183
+ - ramon.tayag@gmail.com
184
+ executables: []
185
+ extensions: []
186
+ extra_rdoc_files: []
187
+ files:
188
+ - ".gitignore"
189
+ - ".rspec"
190
+ - ".ruby-version"
191
+ - ".travis.yml"
192
+ - CHANGELOG.md
193
+ - CODE_OF_CONDUCT.md
194
+ - Gemfile
195
+ - LICENSE.txt
196
+ - README.md
197
+ - Rakefile
198
+ - bin/console
199
+ - bin/setup
200
+ - bloom_net_center_client.gemspec
201
+ - lib/bloom_net_center_client.rb
202
+ - lib/bloom_net_center_client/client.rb
203
+ - lib/bloom_net_center_client/coercers/indifferent_hash.rb
204
+ - lib/bloom_net_center_client/models/claim.rb
205
+ - lib/bloom_net_center_client/models/txn.rb
206
+ - lib/bloom_net_center_client/requests/base_request.rb
207
+ - lib/bloom_net_center_client/requests/create_claim_request.rb
208
+ - lib/bloom_net_center_client/requests/create_txn_request.rb
209
+ - lib/bloom_net_center_client/requests/find_txn_request.rb
210
+ - lib/bloom_net_center_client/responses/base_response.rb
211
+ - lib/bloom_net_center_client/responses/create_claim_response.rb
212
+ - lib/bloom_net_center_client/responses/create_txn_response.rb
213
+ - lib/bloom_net_center_client/responses/find_txn_response.rb
214
+ - lib/bloom_net_center_client/responses/txn_response.rb
215
+ - lib/bloom_net_center_client/version.rb
216
+ homepage: https://github.com/imacchiato/bloom_net_center_client-ruby
217
+ licenses:
218
+ - MIT
219
+ metadata:
220
+ allowed_push_host: https://rubygems.org
221
+ post_install_message:
222
+ rdoc_options: []
223
+ require_paths:
224
+ - lib
225
+ required_ruby_version: !ruby/object:Gem::Requirement
226
+ requirements:
227
+ - - ">="
228
+ - !ruby/object:Gem::Version
229
+ version: '0'
230
+ required_rubygems_version: !ruby/object:Gem::Requirement
231
+ requirements:
232
+ - - ">="
233
+ - !ruby/object:Gem::Version
234
+ version: '0'
235
+ requirements: []
236
+ rubyforge_project:
237
+ rubygems_version: 2.6.10
238
+ signing_key:
239
+ specification_version: 4
240
+ summary: Ruby wrapper for BloomNet Center's API
241
+ test_files: []