mundipagg_interface 0.1.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: da2b1a636ca8611e444e802496c638f24e18b9c2a7d8a075344962e041517677
4
+ data.tar.gz: 01f07ea68bbfb84a42e4418bf1fa57f923ce5cfc70ab9eb0e61f2f9e1a772706
5
+ SHA512:
6
+ metadata.gz: dc118015776c9a8b810846481a2a20de264e579d2b206db999d2636615d9830fdc569488dbbffd79fdfd0a9a440d7543fa54cde97301989afd513bc8dab9fdcd
7
+ data.tar.gz: 5cf3d6a6368cfec60a93d5e65597f55bb0981ba3c39ca22a44d6c6da0dd654c3f059fccb80690b47c889ea33867a88e1b8dc2a965f7e866fb37896a04f0504c0
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
12
+ *.gem
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.6.3
7
+ before_install: gem install bundler -v 1.17.2
@@ -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 TODO: Write your email address. 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,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in mundipagg_interface.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,63 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ mundipagg_interface (0.1.0)
5
+ rest-client (~> 2.0.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ addressable (2.6.0)
11
+ public_suffix (>= 2.0.2, < 4.0)
12
+ crack (0.4.3)
13
+ safe_yaml (~> 1.0.0)
14
+ diff-lcs (1.3)
15
+ domain_name (0.5.20180417)
16
+ unf (>= 0.0.5, < 1.0.0)
17
+ hashdiff (0.4.0)
18
+ http-cookie (1.0.3)
19
+ domain_name (~> 0.5)
20
+ mime-types (3.2.2)
21
+ mime-types-data (~> 3.2015)
22
+ mime-types-data (3.2019.0331)
23
+ netrc (0.11.0)
24
+ public_suffix (3.1.0)
25
+ rake (10.5.0)
26
+ rest-client (2.0.2)
27
+ http-cookie (>= 1.0.2, < 2.0)
28
+ mime-types (>= 1.16, < 4.0)
29
+ netrc (~> 0.8)
30
+ rspec (3.8.0)
31
+ rspec-core (~> 3.8.0)
32
+ rspec-expectations (~> 3.8.0)
33
+ rspec-mocks (~> 3.8.0)
34
+ rspec-core (3.8.0)
35
+ rspec-support (~> 3.8.0)
36
+ rspec-expectations (3.8.3)
37
+ diff-lcs (>= 1.2.0, < 2.0)
38
+ rspec-support (~> 3.8.0)
39
+ rspec-mocks (3.8.0)
40
+ diff-lcs (>= 1.2.0, < 2.0)
41
+ rspec-support (~> 3.8.0)
42
+ rspec-support (3.8.0)
43
+ safe_yaml (1.0.5)
44
+ unf (0.1.4)
45
+ unf_ext
46
+ unf_ext (0.0.7.6)
47
+ webmock (3.5.1)
48
+ addressable (>= 2.3.6)
49
+ crack (>= 0.3.2)
50
+ hashdiff
51
+
52
+ PLATFORMS
53
+ ruby
54
+
55
+ DEPENDENCIES
56
+ bundler (~> 1.17)
57
+ mundipagg_interface!
58
+ rake (~> 10.0)
59
+ rspec (~> 3.0)
60
+ webmock (~> 3.5.1)
61
+
62
+ BUNDLED WITH
63
+ 1.17.2
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 TODO: Write your name
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.
data/README.md ADDED
@@ -0,0 +1,147 @@
1
+ # MundipaggInterface
2
+
3
+
4
+ This gem create easy interface to manipulate Mundipagg API with basic Auth.
5
+
6
+ ## Requirements
7
+
8
+ You need create API Token, oficial docummentation this topic:
9
+ https://docs.mundipagg.com/reference#autentica%C3%A7%C3%A3o
10
+
11
+ Rest Client is used to perform all API calls.
12
+
13
+ ## Installation
14
+
15
+ Add this line to your application's Gemfile:
16
+
17
+ ```ruby
18
+ gem 'mundipagg_interface'
19
+ ```
20
+
21
+ And then execute:
22
+
23
+ $ bundle
24
+
25
+ Or install it yourself as:
26
+
27
+ $ gem install mundipagg_interface
28
+
29
+ ## Getting started
30
+
31
+ First need to instance the API:
32
+
33
+ api = MundipaggInterface::Api.new({
34
+ basic_auth_secret_key: 'YOU_SECRET_KEY'
35
+ })
36
+
37
+
38
+
39
+ ## Methods
40
+
41
+ ##### Custumers
42
+
43
+ * api.get_custumers()
44
+ -> Returns list custumers.
45
+ * api.create_custumer(body)
46
+ -> Create custumer.
47
+ -> Example: api.create_ticket({
48
+ "email":"tonystarkk2@avengers.com",
49
+ "type":"individual",
50
+ "name":"teste"
51
+ })
52
+
53
+ ##### Cards
54
+
55
+ * api.get_cards(custumer_id)
56
+ -> Returns list custumer cards.
57
+ * api.create_card(custumer_id, body)
58
+ -> Create custumer.
59
+ -> Example: api.create_card(
60
+ custumer_id,
61
+ {
62
+ "number": "4000000000000010",
63
+ "holder_name": "Tony Stark",
64
+ "exp_month": 1,
65
+ "exp_year": 20,
66
+ "cvv": "351"
67
+ }
68
+ )
69
+
70
+ ##### Subscriptions
71
+
72
+ * api.create_subscription(body)
73
+ -> Create subscription, user and card if not exist.
74
+ -> Example: api.create_subscription(
75
+ {
76
+ "plan_id": "plan_OPY5a0cMGCymDEKV",
77
+ "payment_method": "credit_card",
78
+ "currency": "BRL",
79
+ "installments": 1,
80
+ "customer": {
81
+ "name": "Mario Santos",
82
+ "email": "mariosantos3@gmail.com",
83
+ "delinquent": false,
84
+ "phones": {}
85
+ },
86
+ "card": {
87
+ "number": "4584441896453869",
88
+ "holder_name": "Eaii",
89
+ "exp_month": "12",
90
+ "exp_year": "2019"
91
+
92
+ }
93
+ }
94
+ )
95
+
96
+ * api.change_payment_card(subscription_id, payload)
97
+ -> Change signature credit card.
98
+ -> Example: api.change_payment_card(
99
+ 'sub_J96g2rDcXT6adEyB',
100
+ {
101
+ "plan_id": "plan_OPY5a0cMGCymDEKV",
102
+ "payment_method": "credit_card",
103
+ "currency": "BRL",
104
+ "installments": 1,
105
+ "card": {
106
+ "number": "4584441896453869",
107
+ "holder_name": "Eaiio",
108
+ "exp_month": "12",
109
+ "exp_year": "2019"
110
+
111
+ }
112
+ }
113
+ )
114
+
115
+ * api.cancel_subscription(subscription_id)
116
+ -> Cancel subscription.
117
+ -> Example: api.cancel_subscription('sub_J96g2rDcXT6adEyB')
118
+
119
+ ##### Generics
120
+
121
+ * api.get_request("/API_PATH", params={}, headers={})
122
+ -> Returns get from Octa API.
123
+ -> Example: api.get_request("/persons?email=custumer@email.com")
124
+
125
+ * api.post_request("/API_PATH", params={}, headers={})
126
+ -> Returns post from Octa API.
127
+
128
+ * api.put_request("/API_PATH", params={}, headers={})
129
+ -> Returns put from Octa API.
130
+
131
+ * api.patch_request("/API_PATH", params={}, headers={})
132
+ -> Returns patch from Octa API.
133
+
134
+ * api.delete_request("/API_PATH", params={}, headers={})
135
+ -> Returns delete from Octa API.
136
+
137
+
138
+
139
+ ## Contributing / Problems?
140
+
141
+ If you have encountered any problem, difficulty or bug, please start by opening a issue.
142
+
143
+ Bug reports and pull requests are welcome on GitHub at https://github.com/douglara/mundipagg_interface. This project is intended to be a safe, welcoming space for collaboration.
144
+
145
+ ## License
146
+
147
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/Rakefile ADDED
@@ -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
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "mundipagg_interface"
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(__FILE__)
data/bin/setup ADDED
@@ -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,141 @@
1
+ require "mundipagg_interface/version"
2
+ require "rest-client"
3
+ require 'ostruct'
4
+ require 'json'
5
+ require "base64"
6
+
7
+ require "mundipagg_interface/custumers/custumer"
8
+ require "mundipagg_interface/custumers/card"
9
+ require "mundipagg_interface/subscriptions/subscription"
10
+
11
+ module MundipaggInterface
12
+ class Api
13
+
14
+ # Includes
15
+ include MundipaggInterface::Custumers::Custumer
16
+ include MundipaggInterface::Custumers::Card
17
+ include MundipaggInterface::Subscriptions::Subscription
18
+
19
+ def initialize(args={})
20
+ @basic_auth_secret_key = args[:basic_auth_secret_key]
21
+ @basic_auth_secret_key_encoded = Base64.strict_encode64("#{@basic_auth_secret_key}:")
22
+ @endpoint_url = 'https://api.mundipagg.com/core/v1'
23
+
24
+ end
25
+
26
+ def get_request(action, params={}, headers={})
27
+ begin
28
+ headers = headers.merge({
29
+ 'Content-Type' => 'application/json',
30
+ 'Authorization' => "Basic #{@basic_auth_secret_key_encoded}"
31
+ })
32
+
33
+ api_response_kind = headers.delete('api_response_kind')
34
+ api_response_kind = headers.delete(:api_response_kind) if api_response_kind.nil?
35
+ api_response_kind = 'object' if api_response_kind.nil?
36
+
37
+ parse_response(api_response_kind, RestClient.get("#{@endpoint_url}#{action}", {params: params}.merge(headers)))
38
+ rescue => e
39
+ parse_response('object', e.response)
40
+ end
41
+ end
42
+
43
+ def put_request(action, params={}, headers={})
44
+ begin
45
+ headers = headers.merge({
46
+ 'Content-Type' => 'application/json',
47
+ 'Authorization' => "Basic #{@basic_auth_secret_key_encoded}"
48
+ })
49
+
50
+ api_response_kind = headers.delete('api_response_kind')
51
+ api_response_kind = headers.delete(:api_response_kind) if api_response_kind.nil?
52
+ api_response_kind = 'object' if api_response_kind.nil?
53
+
54
+ params = params.to_json unless params.kind_of? String
55
+
56
+ parse_response(api_response_kind, RestClient.put("#{@endpoint_url}#{action}", params, headers))
57
+ rescue => e
58
+ parse_response('object', e.response)
59
+ end
60
+ end
61
+
62
+
63
+ def post_request(action, params={}, headers={})
64
+ begin
65
+ headers = headers.merge({
66
+ 'Content-Type' => 'application/json',
67
+ 'Authorization' => "Basic #{@basic_auth_secret_key_encoded}"
68
+ })
69
+
70
+ api_response_kind = headers.delete('api_response_kind')
71
+ api_response_kind = headers.delete(:api_response_kind) if api_response_kind.nil?
72
+ api_response_kind = 'object' if api_response_kind.nil?
73
+
74
+ params = params.to_json unless params.kind_of? String
75
+
76
+ parse_response(api_response_kind, RestClient.post("#{@endpoint_url}#{action}", params , headers))
77
+ rescue => e
78
+ parse_response('object', e.response)
79
+ end
80
+ end
81
+
82
+ def delete_request(action, params={}, headers={})
83
+ begin
84
+ headers = headers.merge({
85
+ 'Content-Type' => 'application/json',
86
+ 'Authorization' => "Basic #{@basic_auth_secret_key_encoded}"
87
+ })
88
+
89
+ api_response_kind = headers.delete('api_response_kind')
90
+ api_response_kind = headers.delete(:api_response_kind) if api_response_kind.nil?
91
+ api_response_kind = 'object' if api_response_kind.nil?
92
+
93
+ parse_response(api_response_kind, RestClient.delete("#{@endpoint_url}#{action}", {params: params}.merge(headers)))
94
+ rescue => e
95
+ parse_response('object', e.response)
96
+ end
97
+ end
98
+
99
+
100
+ def patch_request(action, params={}, headers={})
101
+ begin
102
+ headers = headers.merge({
103
+ 'accept' => 'application/json',
104
+ 'Content-Type' => 'application/json',
105
+ 'Authorization' => "Basic #{@basic_auth_secret_key_encoded}"
106
+ })
107
+
108
+ api_response_kind = headers.delete('api_response_kind')
109
+ api_response_kind = headers.delete(:api_response_kind) if api_response_kind.nil?
110
+ api_response_kind = 'object' if api_response_kind.nil?
111
+
112
+ params = params.to_json unless params.kind_of? String
113
+
114
+ parse_response(api_response_kind, RestClient.patch("#{@endpoint_url}#{action}", params, headers))
115
+ rescue => e
116
+ parse_response('object', e.response)
117
+ end
118
+ end
119
+
120
+ def parse_response(api_response_kind, response)
121
+ result = OpenStruct.new
122
+ result.status_code = response.code
123
+
124
+ if api_response_kind == 'object'
125
+ result.headers = (JSON.parse(response.headers.to_json, object_class: OpenStruct) rescue response.headers)
126
+ result.body = (JSON.parse(response.body, object_class: OpenStruct) rescue response.body)
127
+ elsif api_response_kind == 'hash'
128
+ result.headers = response.headers
129
+ result.body = (JSON.parse(response.body) rescue response.body)
130
+ else
131
+ result.headers = response.headers
132
+ result.body = response.body
133
+ end
134
+
135
+ @last_result = result
136
+
137
+ result
138
+ end
139
+
140
+ end
141
+ end
@@ -0,0 +1,15 @@
1
+ module MundipaggInterface
2
+ module Custumers
3
+ module Card
4
+
5
+ def get_cards(custumer_id)
6
+ get_request("/customers/#{custumer_id}/cards")
7
+ end
8
+
9
+ def create_card(custumer_id, body)
10
+ post_request("/customers/#{custumer_id}/cards", body)
11
+ end
12
+
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,15 @@
1
+ module MundipaggInterface
2
+ module Custumers
3
+ module Custumer
4
+
5
+ def get_custumers()
6
+ get_request("/customers")
7
+ end
8
+
9
+ def create_custumer(body)
10
+ post_request("/customers", body)
11
+ end
12
+
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,19 @@
1
+ module MundipaggInterface
2
+ module Subscriptions
3
+ module Subscription
4
+
5
+ def create_subscription(body)
6
+ post_request("/subscriptions", body)
7
+ end
8
+
9
+ def change_payment_card(subscription_id, body)
10
+ patch_request("/subscriptions/#{subscription_id}/card", body)
11
+ end
12
+
13
+ def cancel_subscription(subscription_id)
14
+ delete_request("/subscriptions/#{subscription_id}")
15
+ end
16
+
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,3 @@
1
+ module MundipaggInterface
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,45 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "mundipagg_interface/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "mundipagg_interface"
8
+ spec.version = MundipaggInterface::VERSION
9
+ spec.authors = ["Douglas Lara"]
10
+ spec.email = ["douglasdelaras@gmail.com"]
11
+
12
+ spec.summary = %q{Interface to use Mundipagg API.}
13
+ spec.description = %q{Interface to use Mundipagg API.}
14
+ spec.homepage = "https://github.com/douglara/mundipagg_interface"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ #spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
21
+
22
+ spec.metadata["homepage_uri"] = spec.homepage
23
+ spec.metadata["source_code_uri"] = "https://github.com/douglara/mundipagg_interface"
24
+ #spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
25
+ else
26
+ raise "RubyGems 2.0 or newer is required to protect against " \
27
+ "public gem pushes."
28
+ end
29
+
30
+ # Specify which files should be added to the gem when it is released.
31
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
32
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
33
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
34
+ end
35
+ spec.bindir = "exe"
36
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
37
+ spec.require_paths = ["lib"]
38
+
39
+ spec.add_development_dependency "bundler", "~> 1.17"
40
+ spec.add_development_dependency "rake", "~> 10.0"
41
+ spec.add_development_dependency "rspec", "~> 3.0"
42
+ spec.add_development_dependency "webmock", "~> 3.5.1"
43
+
44
+ spec.add_runtime_dependency "rest-client", "~> 2.0.2"
45
+ end
metadata ADDED
@@ -0,0 +1,132 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mundipagg_interface
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Douglas Lara
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-06-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.17'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.17'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: webmock
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 3.5.1
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 3.5.1
69
+ - !ruby/object:Gem::Dependency
70
+ name: rest-client
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 2.0.2
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 2.0.2
83
+ description: Interface to use Mundipagg API.
84
+ email:
85
+ - douglasdelaras@gmail.com
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - ".gitignore"
91
+ - ".rspec"
92
+ - ".travis.yml"
93
+ - CODE_OF_CONDUCT.md
94
+ - Gemfile
95
+ - Gemfile.lock
96
+ - LICENSE.txt
97
+ - README.md
98
+ - Rakefile
99
+ - bin/console
100
+ - bin/setup
101
+ - lib/mundipagg_interface.rb
102
+ - lib/mundipagg_interface/custumers/card.rb
103
+ - lib/mundipagg_interface/custumers/custumer.rb
104
+ - lib/mundipagg_interface/subscriptions/subscription.rb
105
+ - lib/mundipagg_interface/version.rb
106
+ - mundipagg_interface.gemspec
107
+ homepage: https://github.com/douglara/mundipagg_interface
108
+ licenses:
109
+ - MIT
110
+ metadata:
111
+ homepage_uri: https://github.com/douglara/mundipagg_interface
112
+ source_code_uri: https://github.com/douglara/mundipagg_interface
113
+ post_install_message:
114
+ rdoc_options: []
115
+ require_paths:
116
+ - lib
117
+ required_ruby_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ required_rubygems_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
127
+ requirements: []
128
+ rubygems_version: 3.0.3
129
+ signing_key:
130
+ specification_version: 4
131
+ summary: Interface to use Mundipagg API.
132
+ test_files: []