pingen-client 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 42c9a4ea40569317bc507b09940bfaaae6f255e5de7eadb0b6b8300d65c7f663
4
+ data.tar.gz: 9981fe76534ed1fe0d9b7161cc5922e8bed011d9c981215b0ef8a8b0528c4f3b
5
+ SHA512:
6
+ metadata.gz: 7a2892ca725a8115af538684ccc267dd8b57c25ea8cd3606602c6d789a19cbe2843e27f9abce6ceb38ca1c7ae7d2849f8580c5dc3f4af716018c0cfab7d924e2
7
+ data.tar.gz: e8573f468972422569d94d957534982d7e929170d0ff128673c4a3666297c2c3e211b2ae6340b8a46ace3ca6ca81ca4ce63d059b724264866a81d819524018e1
data/.env.example ADDED
@@ -0,0 +1 @@
1
+ PINGEN_API_TOKEN="token"
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
+ /.env
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,30 @@
1
+ version: "v1.0"
2
+ name: pingen-client
3
+ agent:
4
+ machine:
5
+ type: e1-standard-2
6
+ os_image: ubuntu1804
7
+ auto_cancel:
8
+ running:
9
+ when: "true"
10
+
11
+ blocks:
12
+ - name: tests
13
+ execution_time_limit:
14
+ minutes: 10
15
+ task:
16
+ secrets:
17
+ - name: pingen-client
18
+ prologue:
19
+ commands:
20
+ - checkout --use-cache
21
+ - cache restore
22
+ - bundle config set deployment 'true'
23
+ - bundle config set path 'vendor/bundle'
24
+ - bundle install -j 4
25
+ - cache store
26
+ jobs:
27
+ - name: tests
28
+ commands:
29
+ - bundle exec standardrb
30
+ - bundle exec rspec
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at 3784696+macav@users.noreply.github.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in pingen-client.gemspec
6
+ gemspec
7
+
8
+ gem "multipart-post"
9
+ gem "rake", "~> 13.0"
10
+ gem "rspec", "~> 3.0"
11
+ gem "dotenv"
12
+
13
+ group :test do
14
+ gem "vcr"
15
+ gem "standard"
16
+ gem "webmock"
17
+ end
data/Gemfile.lock ADDED
@@ -0,0 +1,79 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ pingen-client (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.7.0)
10
+ public_suffix (>= 2.0.2, < 5.0)
11
+ ast (2.4.2)
12
+ crack (0.4.5)
13
+ rexml
14
+ diff-lcs (1.4.4)
15
+ dotenv (2.7.6)
16
+ hashdiff (1.0.1)
17
+ multipart-post (2.1.1)
18
+ parallel (1.20.1)
19
+ parser (3.0.1.1)
20
+ ast (~> 2.4.1)
21
+ public_suffix (4.0.6)
22
+ rainbow (3.0.0)
23
+ rake (13.0.3)
24
+ regexp_parser (2.1.1)
25
+ rexml (3.2.5)
26
+ rspec (3.10.0)
27
+ rspec-core (~> 3.10.0)
28
+ rspec-expectations (~> 3.10.0)
29
+ rspec-mocks (~> 3.10.0)
30
+ rspec-core (3.10.1)
31
+ rspec-support (~> 3.10.0)
32
+ rspec-expectations (3.10.1)
33
+ diff-lcs (>= 1.2.0, < 2.0)
34
+ rspec-support (~> 3.10.0)
35
+ rspec-mocks (3.10.2)
36
+ diff-lcs (>= 1.2.0, < 2.0)
37
+ rspec-support (~> 3.10.0)
38
+ rspec-support (3.10.2)
39
+ rubocop (1.14.0)
40
+ parallel (~> 1.10)
41
+ parser (>= 3.0.0.0)
42
+ rainbow (>= 2.2.2, < 4.0)
43
+ regexp_parser (>= 1.8, < 3.0)
44
+ rexml
45
+ rubocop-ast (>= 1.5.0, < 2.0)
46
+ ruby-progressbar (~> 1.7)
47
+ unicode-display_width (>= 1.4.0, < 3.0)
48
+ rubocop-ast (1.7.0)
49
+ parser (>= 3.0.1.1)
50
+ rubocop-performance (1.11.2)
51
+ rubocop (>= 1.7.0, < 2.0)
52
+ rubocop-ast (>= 0.4.0)
53
+ ruby-progressbar (1.11.0)
54
+ standard (1.1.1)
55
+ rubocop (= 1.14.0)
56
+ rubocop-performance (= 1.11.2)
57
+ unicode-display_width (2.0.0)
58
+ vcr (6.0.0)
59
+ webmock (3.13.0)
60
+ addressable (>= 2.3.6)
61
+ crack (>= 0.3.2)
62
+ hashdiff (>= 0.4.0, < 2.0.0)
63
+
64
+ PLATFORMS
65
+ ruby
66
+ x86_64-darwin-19
67
+
68
+ DEPENDENCIES
69
+ dotenv
70
+ multipart-post
71
+ pingen-client!
72
+ rake (~> 13.0)
73
+ rspec (~> 3.0)
74
+ standard
75
+ vcr
76
+ webmock
77
+
78
+ BUNDLED WITH
79
+ 2.2.20
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Martin Cavoj
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,43 @@
1
+ # Pingen::Client
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/pingen/client`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'pingen-client'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install pingen-client
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/renuo/pingen-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/renuo/pingen-client/blob/master/CODE_OF_CONDUCT.md).
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the Pingen::Client project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/renuo/pingen-client/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "pingen/client"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ 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,137 @@
1
+ require "net/http"
2
+ require "net/http/post/multipart"
3
+ require_relative "response"
4
+
5
+ module Pingen
6
+ class Client
7
+ DEFAULT_TIMEOUT = 60 # in seconds
8
+
9
+ class NoLogger
10
+ def call(_url, _request)
11
+ yield
12
+ end
13
+ end
14
+
15
+ def initialize(base_url: nil, token: nil, logger: NoLogger.new)
16
+ @base_url = base_url || ENV["PINGEN_API_URL"] || "https://api.pingen.com"
17
+ @token = token || ENV["PINGEN_API_TOKEN"]
18
+ @logger = logger
19
+ end
20
+
21
+ def list
22
+ get_request("/document/list")
23
+ end
24
+
25
+ def get(id)
26
+ get_request("/document/get/id/#{id}")
27
+ end
28
+
29
+ # send_params:
30
+ # fast_send: true | false, default: false.
31
+ # true - A Post
32
+ # false - B Post
33
+ # color: true | false, default: false
34
+ def upload(pdf, send: false, **send_params)
35
+ data = {send: send}.merge(send ? parse_send_params(send_params) : {})
36
+ post_multipart_request("/document/upload", pdf, data: data.to_json)
37
+ end
38
+
39
+ def pdf(id)
40
+ get_request("/document/pdf/id/#{id}")
41
+ end
42
+
43
+ def delete(id)
44
+ post_request("/document/delete/id/#{id}", {})
45
+ end
46
+
47
+ # send_params:
48
+ # fast_send: true | false, default: false.
49
+ # true - A Post
50
+ # false - B Post
51
+ # color: true | false, default: false
52
+ def schedule_send(id, **send_params)
53
+ post_request("/document/send/id/#{id}", parse_send_params(send_params))
54
+ end
55
+
56
+ # allows you to cancel a pending send
57
+ def cancel_send(send_id)
58
+ get_request("/send/cancel/id/#{send_id}")
59
+ end
60
+
61
+ def track(send_id)
62
+ get_request("/send/track/id/#{send_id}")
63
+ end
64
+
65
+ def get_request(path, params = nil, request_params = {})
66
+ url = build_url(path)
67
+ req = build_get_request(url, params)
68
+ perform_request(url, req, request_params)
69
+ end
70
+
71
+ def post_request(path, params, request_params = {})
72
+ url = build_url(path)
73
+ request = build_post_request(url, params)
74
+ perform_request(url, request, request_params)
75
+ end
76
+
77
+ def post_multipart_request(path, file, params, request_params = {})
78
+ url = build_url(path)
79
+ request = build_multipart_post_request(url, file, params)
80
+ perform_request(url, request, request_params)
81
+ end
82
+
83
+ protected
84
+
85
+ def build_url(path)
86
+ uri = @base_url.dup
87
+ uri << "/" unless uri.end_with? "/"
88
+ path << "/token/#{@token}"
89
+ URI.join(URI.parse(uri), path)
90
+ end
91
+
92
+ def build_get_request(url, params)
93
+ url.query = URI.encode_www_form(params) unless params.nil?
94
+ Net::HTTP::Get.new(url).tap(&method(:header_params))
95
+ end
96
+
97
+ def build_multipart_post_request(url, file_path, params)
98
+ Net::HTTP::Post::Multipart.new(url.path,
99
+ params.merge("file" => UploadIO.new(file_path,
100
+ "application/pdf",
101
+ File.basename(file_path))))
102
+ end
103
+
104
+ def build_post_request(url, params)
105
+ Net::HTTP::Post.new(url.path).tap do |request|
106
+ header_params(request)
107
+ request.body = params.to_json
108
+ end
109
+ end
110
+
111
+ def perform_request(url, request, request_params)
112
+ http_new = Net::HTTP.new(url.hostname, url.port)
113
+ manipulate_http_request(http_new, request_params)
114
+ Response.from(@logger.call(url, request) { http_new.start { |http| http.request(request) } })
115
+ end
116
+
117
+ def manipulate_http_request(http_new, request_params)
118
+ http_new.use_ssl = @base_url.start_with?("https")
119
+ http_new.open_timeout = DEFAULT_TIMEOUT
120
+ http_new.read_timeout = DEFAULT_TIMEOUT
121
+ request_params.each do |key, val|
122
+ http_new.public_send("#{key}=", val)
123
+ end
124
+ end
125
+
126
+ def header_params(request)
127
+ request["Content-Type"] = "application/json"
128
+ request["Accept"] = "application/json"
129
+ end
130
+
131
+ private
132
+
133
+ def parse_send_params(**params)
134
+ {color: params[:color] ? 1 : 0, speed: params[:fast_send] ? 1 : 2}
135
+ end
136
+ end
137
+ end
@@ -0,0 +1,22 @@
1
+ require "json"
2
+
3
+ module Pingen
4
+ class Response
5
+ attr_accessor :json, :code
6
+
7
+ def self.from(response)
8
+ new(JSON.parse(response.body, symbolize_names: true), response.code.to_i)
9
+ rescue JSON::ParserError
10
+ new(response.body, response.code.to_i)
11
+ end
12
+
13
+ def initialize(json, code)
14
+ @json = json
15
+ @code = code
16
+ end
17
+
18
+ def ok?
19
+ code == 200
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "pingen-client"
5
+ spec.version = "0.1.0"
6
+ spec.authors = ["Martin Cavoj"]
7
+ spec.email = ["martin.cavoj@renuo.ch"]
8
+
9
+ spec.summary = "Invoke Pingen API easily with Ruby"
10
+ spec.description = "This gem allows you to connect to Pingen API and use the services provided"
11
+ spec.homepage = "https://github.com/renuo/pingen-client"
12
+ spec.license = "MIT"
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
14
+
15
+ spec.metadata["homepage_uri"] = spec.homepage
16
+ spec.metadata["source_code_uri"] = "https://github.com/renuo/pingen-client"
17
+ spec.metadata["changelog_uri"] = "https://github.com/renuo/pingen-client/CHANGELOG.md"
18
+
19
+ # Specify which files should be added to the gem when it is released.
20
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
21
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
22
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
23
+ end
24
+ spec.bindir = "exe"
25
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
26
+ spec.require_paths = ["lib"]
27
+
28
+ # Uncomment to register a new dependency of your gem
29
+ # spec.add_dependency "example-gem", "~> 1.0"
30
+
31
+ # For more information and examples about making a new gem, checkout our
32
+ # guide at: https://bundler.io/guides/creating_gem.html
33
+ end
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pingen-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Martin Cavoj
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-08-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem allows you to connect to Pingen API and use the services provided
14
+ email:
15
+ - martin.cavoj@renuo.ch
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".env.example"
21
+ - ".gitignore"
22
+ - ".rspec"
23
+ - ".semaphore/semaphore.yml"
24
+ - CODE_OF_CONDUCT.md
25
+ - Gemfile
26
+ - Gemfile.lock
27
+ - LICENSE.txt
28
+ - README.md
29
+ - Rakefile
30
+ - bin/console
31
+ - bin/setup
32
+ - lib/pingen/client.rb
33
+ - lib/pingen/response.rb
34
+ - pingen-client.gemspec
35
+ homepage: https://github.com/renuo/pingen-client
36
+ licenses:
37
+ - MIT
38
+ metadata:
39
+ homepage_uri: https://github.com/renuo/pingen-client
40
+ source_code_uri: https://github.com/renuo/pingen-client
41
+ changelog_uri: https://github.com/renuo/pingen-client/CHANGELOG.md
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: 2.4.0
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ requirements: []
57
+ rubygems_version: 3.2.16
58
+ signing_key:
59
+ specification_version: 4
60
+ summary: Invoke Pingen API easily with Ruby
61
+ test_files: []