monri 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 +7 -0
- data/CHANGELOG.md +0 -0
- data/Gemfile +24 -0
- data/README.md +1 -0
- data/Rakefile +8 -0
- data/bin/byebug +27 -0
- data/bin/coderay +27 -0
- data/bin/m +27 -0
- data/bin/pry +27 -0
- data/bin/rake +27 -0
- data/bin/rubocop +27 -0
- data/bin/ruby-parse +27 -0
- data/bin/ruby-rewrite +27 -0
- data/extensions/x86_64-darwin-19/2.6.0/byebug-11.1.3/byebug/byebug.bundle +0 -0
- data/extensions/x86_64-darwin-19/2.6.0/byebug-11.1.3/gem.build_complete +0 -0
- data/extensions/x86_64-darwin-19/2.6.0/byebug-11.1.3/gem_make.out +1043 -0
- data/extensions/x86_64-darwin-19/2.6.0/jaro_winkler-1.5.4/gem.build_complete +0 -0
- data/extensions/x86_64-darwin-19/2.6.0/jaro_winkler-1.5.4/gem_make.out +235 -0
- data/extensions/x86_64-darwin-19/2.6.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.bundle +0 -0
- data/lib/monri/access_tokens.rb +26 -0
- data/lib/monri/api_http_response.rb +50 -0
- data/lib/monri/client.rb +87 -0
- data/lib/monri/config.rb +44 -0
- data/lib/monri/customers.rb +24 -0
- data/lib/monri/errors.rb +23 -0
- data/lib/monri/http_client.rb +57 -0
- data/lib/monri/payment_methods.rb +26 -0
- data/lib/monri/payments.rb +46 -0
- data/lib/monri/response.rb +45 -0
- data/lib/monri/transaction.rb +14 -0
- data/lib/monri.rb +23 -0
- data/monri.gemspec +37 -0
- data/specifications/addressable-2.8.1.gemspec +40 -0
- data/specifications/ast-2.4.2.gemspec +50 -0
- data/specifications/byebug-11.1.3.gemspec +39 -0
- data/specifications/coderay-1.1.3.gemspec +25 -0
- data/specifications/crack-0.4.5.gemspec +32 -0
- data/specifications/hashdiff-1.0.1.gemspec +46 -0
- data/specifications/jaro_winkler-1.5.4.gemspec +44 -0
- data/specifications/m-1.6.0.gemspec +49 -0
- data/specifications/metaclass-0.0.4.gemspec +19 -0
- data/specifications/method_source-1.0.0.gemspec +35 -0
- data/specifications/minitest-5.16.2.gemspec +41 -0
- data/specifications/mocha-0.13.3.gemspec +43 -0
- data/specifications/parallel-1.22.1.gemspec +21 -0
- data/specifications/parser-3.1.2.1.gemspec +63 -0
- data/specifications/power_assert-2.0.2.gemspec +54 -0
- data/specifications/pry-0.14.1.gemspec +39 -0
- data/specifications/pry-byebug-3.8.0.gemspec +38 -0
- data/specifications/public_suffix-5.0.0.gemspec +24 -0
- data/specifications/rack-3.0.0.gemspec +45 -0
- data/specifications/rainbow-3.1.1.gemspec +33 -0
- data/specifications/rake-13.0.6.gemspec +26 -0
- data/specifications/rexml-3.2.5.gemspec +42 -0
- data/specifications/rubocop-0.80.0.gemspec +59 -0
- data/specifications/ruby-progressbar-1.11.0.gemspec +43 -0
- data/specifications/test-unit-3.5.5.gemspec +48 -0
- data/specifications/unicode-display_width-1.6.1.gemspec +39 -0
- data/specifications/webmock-3.18.1.gemspec +85 -0
- metadata +115 -0
metadata
ADDED
@@ -0,0 +1,115 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: monri
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Monri
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2023-01-11 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Your voyage through payment experience starts here. Learn more about
|
14
|
+
how Monri helps to power your business.See https://monri.com for details.
|
15
|
+
email: support@monri.com
|
16
|
+
executables:
|
17
|
+
- byebug
|
18
|
+
- coderay
|
19
|
+
- m
|
20
|
+
- pry
|
21
|
+
- rake
|
22
|
+
- rubocop
|
23
|
+
- ruby-parse
|
24
|
+
- ruby-rewrite
|
25
|
+
extensions: []
|
26
|
+
extra_rdoc_files: []
|
27
|
+
files:
|
28
|
+
- CHANGELOG.md
|
29
|
+
- Gemfile
|
30
|
+
- README.md
|
31
|
+
- Rakefile
|
32
|
+
- bin/byebug
|
33
|
+
- bin/coderay
|
34
|
+
- bin/m
|
35
|
+
- bin/pry
|
36
|
+
- bin/rake
|
37
|
+
- bin/rubocop
|
38
|
+
- bin/ruby-parse
|
39
|
+
- bin/ruby-rewrite
|
40
|
+
- extensions/x86_64-darwin-19/2.6.0/byebug-11.1.3/byebug/byebug.bundle
|
41
|
+
- extensions/x86_64-darwin-19/2.6.0/byebug-11.1.3/gem.build_complete
|
42
|
+
- extensions/x86_64-darwin-19/2.6.0/byebug-11.1.3/gem_make.out
|
43
|
+
- extensions/x86_64-darwin-19/2.6.0/jaro_winkler-1.5.4/gem.build_complete
|
44
|
+
- extensions/x86_64-darwin-19/2.6.0/jaro_winkler-1.5.4/gem_make.out
|
45
|
+
- extensions/x86_64-darwin-19/2.6.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.bundle
|
46
|
+
- lib/monri.rb
|
47
|
+
- lib/monri/access_tokens.rb
|
48
|
+
- lib/monri/api_http_response.rb
|
49
|
+
- lib/monri/client.rb
|
50
|
+
- lib/monri/config.rb
|
51
|
+
- lib/monri/customers.rb
|
52
|
+
- lib/monri/errors.rb
|
53
|
+
- lib/monri/http_client.rb
|
54
|
+
- lib/monri/payment_methods.rb
|
55
|
+
- lib/monri/payments.rb
|
56
|
+
- lib/monri/response.rb
|
57
|
+
- lib/monri/transaction.rb
|
58
|
+
- monri.gemspec
|
59
|
+
- specifications/addressable-2.8.1.gemspec
|
60
|
+
- specifications/ast-2.4.2.gemspec
|
61
|
+
- specifications/byebug-11.1.3.gemspec
|
62
|
+
- specifications/coderay-1.1.3.gemspec
|
63
|
+
- specifications/crack-0.4.5.gemspec
|
64
|
+
- specifications/hashdiff-1.0.1.gemspec
|
65
|
+
- specifications/jaro_winkler-1.5.4.gemspec
|
66
|
+
- specifications/m-1.6.0.gemspec
|
67
|
+
- specifications/metaclass-0.0.4.gemspec
|
68
|
+
- specifications/method_source-1.0.0.gemspec
|
69
|
+
- specifications/minitest-5.16.2.gemspec
|
70
|
+
- specifications/mocha-0.13.3.gemspec
|
71
|
+
- specifications/parallel-1.22.1.gemspec
|
72
|
+
- specifications/parser-3.1.2.1.gemspec
|
73
|
+
- specifications/power_assert-2.0.2.gemspec
|
74
|
+
- specifications/pry-0.14.1.gemspec
|
75
|
+
- specifications/pry-byebug-3.8.0.gemspec
|
76
|
+
- specifications/public_suffix-5.0.0.gemspec
|
77
|
+
- specifications/rack-3.0.0.gemspec
|
78
|
+
- specifications/rainbow-3.1.1.gemspec
|
79
|
+
- specifications/rake-13.0.6.gemspec
|
80
|
+
- specifications/rexml-3.2.5.gemspec
|
81
|
+
- specifications/rubocop-0.80.0.gemspec
|
82
|
+
- specifications/ruby-progressbar-1.11.0.gemspec
|
83
|
+
- specifications/test-unit-3.5.5.gemspec
|
84
|
+
- specifications/unicode-display_width-1.6.1.gemspec
|
85
|
+
- specifications/webmock-3.18.1.gemspec
|
86
|
+
homepage: https://github.com/MonriPayments/monri-ruby
|
87
|
+
licenses:
|
88
|
+
- MIT
|
89
|
+
metadata:
|
90
|
+
bug_tracker_uri: https://github.com/MonriPayments/monri-ruby/issues
|
91
|
+
changelog_uri: https://github.com/MonriPayments/monri-ruby/blob/master/CHANGELOG.md
|
92
|
+
documentation_uri: https://docs.monri.com
|
93
|
+
github_repo: ssh://github.com/MonriPayments/monri-ruby
|
94
|
+
homepage_uri: https://github.com/MonriPayments/monri-ruby
|
95
|
+
source_code_uri: https://github.com/MonriPayments/monri-ruby
|
96
|
+
post_install_message:
|
97
|
+
rdoc_options: []
|
98
|
+
require_paths:
|
99
|
+
- lib
|
100
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
101
|
+
requirements:
|
102
|
+
- - ">="
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: 2.3.0
|
105
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - ">="
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: '0'
|
110
|
+
requirements: []
|
111
|
+
rubygems_version: 3.0.3
|
112
|
+
signing_key:
|
113
|
+
specification_version: 4
|
114
|
+
summary: Ruby bindings for the Monri API
|
115
|
+
test_files: []
|