pont 0.1.2

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
+ SHA1:
3
+ metadata.gz: 18654cfa783089d03298ab20ca5bee85fe9a472c
4
+ data.tar.gz: 37c71c12955309ed7388e74e6c370a31e6141c5b
5
+ SHA512:
6
+ metadata.gz: 38639e421d5b8166a544b40e37d09b49228e202b181ed16aee4e56608bf9d4dfc5727390e30c1f6e2f344b5843d002744cb838c691bc792d0ffa9a4eb7f782fa
7
+ data.tar.gz: dee26d31e8226dd8691e6d188a59d3b053837f59586bbfabb5f59dda95465ece19fc50c499cb63509b8e01643334a3abb06ea51333087d7ad1462ba98785356c
@@ -0,0 +1,18 @@
1
+ name: Ruby
2
+
3
+ on: [push]
4
+
5
+ jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - name: Set up Ruby
11
+ uses: ruby/setup-ruby@v1
12
+ with:
13
+ ruby-version: 2.4.10
14
+ - name: Run the default task
15
+ run: |
16
+ gem install bundler
17
+ bundle install
18
+ bundle exec rake
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
+ Gemfile.lock
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2022-01-12
4
+
5
+ - Initial release
@@ -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 thomasmarren@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,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in pont.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+
10
+ gem "rspec", "~> 3.0"
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Inspire
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,72 @@
1
+ # Pont
2
+
3
+ > _pont_ is French for "bridge"
4
+
5
+ This repository contains code that:
6
+
7
+ 1. Behaves well in both Ruby 2.4.10 & 3.1.0
8
+ 1. Is used in both soleil & garcon
9
+ 1. Is relatively dependency free, or uses dependencies shared by soleil & garcon
10
+ 1. Is probably going to be short lived (moved to soleil only at some point)
11
+
12
+ ## Installation
13
+
14
+ Add this line to your application's Gemfile:
15
+
16
+ ```ruby
17
+ gem 'pont', git: 'https://github.com/DWPHoldings/pont.git', branch: 'main'
18
+ ```
19
+
20
+ And then execute:
21
+
22
+ $ bundle install
23
+
24
+ Or install it yourself as:
25
+
26
+ $ gem install pont
27
+
28
+ ## Usage
29
+
30
+ In order to use pont locally, you need to configure your local system to allow bundler to use a personal access token.
31
+
32
+ > Soleil & Garcon are configured to use a shared access token that was generated using the InspireOps account. If you
33
+ > attempt to set up pont in another repository please use an InspireOps token. Do not share one of your personal tokens
34
+ > on Github Actions or on our Heroku app. The `repo` access grants access to all of your repositories and you don't want
35
+ > to do that. The InspireOps account has limited access and is our "machine" account
36
+
37
+ To generate a new personal token:
38
+
39
+ 1. Visit the [New personal access token](https://github.com/settings/tokens/new) page
40
+ 2. Fill in the _Note_ with `inspire_bundle_github__com` or something descriptive
41
+ 3. Set the _Expiration_ to something you're comfortable with (if you don't choose _No expiration_ you'll have to
42
+ regenerate this periodically)
43
+ 4. Copy the token value (referenced as `<token>` in subsequent commands)
44
+ 5. Set the token up:
45
+ 1. Globally: `bundle config --global github.com <token>`
46
+ 1. This works for all repositories on your local machine and can be run from any directory
47
+ 2. Locally: `bundle config --local github.com <token>`
48
+ 1. This only works in one repository on your local machine and must be run from the root of the repository directory
49
+ you want to have access to the token
50
+ 6. Validate the token is set
51
+ 1. Globally: `cat ~/.bundle/config` and see the token in the output
52
+ 2. Locally: `cat .bundle/config` and see the token in the output
53
+
54
+ > Ensure that whichever option you chose, the token isn't saved in a file that is committed.
55
+
56
+ ## Development
57
+
58
+ 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.
59
+
60
+ 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).
61
+
62
+ ## Contributing
63
+
64
+ Bug reports and pull requests are welcome on GitHub at https://github.com/DWPHoldings/pont. 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/[USERNAME]/pont/blob/master/CODE_OF_CONDUCT.md).
65
+
66
+ ## License
67
+
68
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
69
+
70
+ ## Code of Conduct
71
+
72
+ Everyone interacting in the Pont project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/pont/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
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
9
+
10
+ task :console do
11
+ exec "pry -r pont -I ./lib"
12
+ end
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 "pont"
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,39 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'json'
4
+
5
+ module Pont
6
+ # A module for manipulating request-parameter attribution values
7
+ module Attribution
8
+ # clean is a shared method for cleaning up attribution values to ensure our Prospects#attribution column contains
9
+ # only the data we choose.
10
+ #
11
+ # @param [Hash,ActionController::Parameters,String] Key value pairs with attribution data
12
+ # @return [Hash] cleaned up attribution data as a Hash
13
+ def self.clean(input, logger = nil)
14
+ parsed_input = input.is_a?(String) ? JSON.parse(input) : input
15
+
16
+ return {} if parsed_input.nil?
17
+
18
+ parsed_input.slice(*permitted_keys)
19
+ rescue JSON::ParserError, TypeError => e
20
+ logger&.error("#{e.class}: #{e.message} input: (#{input})")
21
+
22
+ {}
23
+ end
24
+
25
+ class << self
26
+ private
27
+
28
+ # List of permitted string or symbol keys permitted as attribution data
29
+ def permitted_keys
30
+ [
31
+ :client, :host, :original_url, :path, :pid, :referrer, :request_method, :scheme, :subdomain,
32
+ :url, :user_agent, :query_parameters,
33
+ 'client', 'host', 'original_url', 'path', 'pid', 'referrer', 'request_method', 'scheme', 'subdomain',
34
+ 'url', 'user_agent', 'query_parameters'
35
+ ]
36
+ end
37
+ end
38
+ end
39
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Pont
4
+ class Configuration
5
+ attr_accessor :logger
6
+ end
7
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Pont
4
+ class Logger
5
+ # List all the log levels this should apply to
6
+ LOG_LEVELS = [:fatal, :error, :warn, :info, :debug]
7
+
8
+ # This defines a method for each of the log levels
9
+ LOG_LEVELS.each do |log_level|
10
+ # These are the actual logger methods (eg, logger.info)
11
+ define_singleton_method(log_level) do |*args|
12
+ Pont.configuration.logger.send(log_level, *args)
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,64 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Pont
4
+ # ProspectEvent contains methods for dealing with emails related to prospect
5
+ # events
6
+ module ProspectEvent
7
+ class << self
8
+ def email_events_by_account_id(account_id)
9
+ prospect_events =
10
+ prospect_events_for_rails(account_id) ||
11
+ prospect_events_for_padrino(account_id)
12
+
13
+ prospect_events.map do |email|
14
+ {
15
+ sent_dt: email[:event_dt],
16
+ subject: email[:payload]['subject'],
17
+ status: email[:event_type]
18
+ }
19
+ end
20
+ end
21
+
22
+ private
23
+
24
+ def prospect_events_for_rails(account_id)
25
+ return unless defined?(Rails)
26
+
27
+ account = Account.find(account_id)
28
+
29
+ ::ProspectEvent
30
+ .where(
31
+ prospect_guid: account.prospect_guid,
32
+ event_type: account_email_event_types
33
+ )
34
+ .order(event_dt: :desc)
35
+ end
36
+
37
+ def prospect_events_for_padrino(account_id)
38
+ return if defined?(Rails)
39
+
40
+ account = Account[account_id]
41
+
42
+ ::ProspectEvent
43
+ .where(
44
+ prospect_guid: account.prospect_guid,
45
+ event_type: account_email_event_types
46
+ )
47
+ .reverse(:event_dt)
48
+ end
49
+
50
+ def account_email_event_types
51
+ %w[
52
+ email_bounced
53
+ email_clicked
54
+ email_delivered
55
+ email_dropped
56
+ email_failed
57
+ email_opened
58
+ email_sent
59
+ email_spammed
60
+ ]
61
+ end
62
+ end
63
+ end
64
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Pont
4
+ VERSION = '0.1.2'
5
+ end
data/lib/pont.rb ADDED
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ begin
4
+ require 'pry'
5
+ rescue LoadError
6
+ puts 'Pry not loaded'
7
+ end
8
+
9
+ require 'active_support'
10
+
11
+ require_relative 'pont/attribution'
12
+ require_relative 'pont/configuration'
13
+ require_relative 'pont/logger'
14
+ require_relative 'pont/prospect_event'
15
+ require_relative 'pont/version'
16
+
17
+ module Pont
18
+ class Error < StandardError; end
19
+
20
+ class << self
21
+ # Instantiate the Configuration singleton
22
+ # or return it. Remember that the instance
23
+ # has attribute readers so that we can access
24
+ # the configured values
25
+ def configuration
26
+ @configuration ||= Configuration.new
27
+ end
28
+
29
+ # This is the configure block definition.
30
+ # The configuration method will return the
31
+ # Configuration singleton, which is then yielded
32
+ # to the configure block. Then it's just a matter
33
+ # of using the attribute accessors we previously defined
34
+ def configure
35
+ yield(configuration)
36
+ end
37
+ end
38
+ end
data/pont.gemspec ADDED
@@ -0,0 +1,41 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'lib/pont/version'
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = 'pont'
7
+ spec.version = Pont::VERSION
8
+ spec.authors = ['Tom Marren']
9
+ spec.email = ['thomasmarren@users.noreply.github.com']
10
+
11
+ spec.summary = 'A ruby bridge library for shared garcon/soleil code'
12
+ spec.description = spec.summary
13
+ spec.homepage = 'https://github.com/DWPHoldings/pont'
14
+ spec.license = 'MIT'
15
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
16
+
17
+ # spec.metadata["allowed_push_host"] = "Set to 'http://mygemserver.com'"
18
+
19
+ spec.metadata['homepage_uri'] = spec.homepage
20
+ spec.metadata['source_code_uri'] = spec.homepage
21
+ spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/main/CHANGELOG.md"
22
+
23
+ # Specify which files should be added to the gem when it is released.
24
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
26
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
27
+ end
28
+ spec.bindir = 'exe'
29
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ['lib']
31
+
32
+ spec.add_dependency 'activesupport'
33
+ spec.add_dependency 'json'
34
+
35
+ spec.add_development_dependency 'actionpack'
36
+ spec.add_development_dependency 'pry'
37
+ spec.add_development_dependency 'yard'
38
+
39
+ # For more information and examples about making a new gem, checkout our
40
+ # guide at: https://bundler.io/guides/creating_gem.html
41
+ end
metadata ADDED
@@ -0,0 +1,135 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pont
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ platform: ruby
6
+ authors:
7
+ - Tom Marren
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-03-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: activesupport
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: json
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: actionpack
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: pry
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: yard
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ description: A ruby bridge library for shared garcon/soleil code
84
+ email:
85
+ - thomasmarren@users.noreply.github.com
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - ".github/workflows/main.yml"
91
+ - ".gitignore"
92
+ - ".rspec"
93
+ - CHANGELOG.md
94
+ - CODE_OF_CONDUCT.md
95
+ - Gemfile
96
+ - LICENSE.txt
97
+ - README.md
98
+ - Rakefile
99
+ - bin/console
100
+ - bin/setup
101
+ - lib/pont.rb
102
+ - lib/pont/attribution.rb
103
+ - lib/pont/configuration.rb
104
+ - lib/pont/logger.rb
105
+ - lib/pont/prospect_event.rb
106
+ - lib/pont/version.rb
107
+ - pont.gemspec
108
+ homepage: https://github.com/DWPHoldings/pont
109
+ licenses:
110
+ - MIT
111
+ metadata:
112
+ homepage_uri: https://github.com/DWPHoldings/pont
113
+ source_code_uri: https://github.com/DWPHoldings/pont
114
+ changelog_uri: https://github.com/DWPHoldings/pont/blob/main/CHANGELOG.md
115
+ post_install_message:
116
+ rdoc_options: []
117
+ require_paths:
118
+ - lib
119
+ required_ruby_version: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - ">="
122
+ - !ruby/object:Gem::Version
123
+ version: 2.4.0
124
+ required_rubygems_version: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: '0'
129
+ requirements: []
130
+ rubyforge_project:
131
+ rubygems_version: 2.6.14.4
132
+ signing_key:
133
+ specification_version: 4
134
+ summary: A ruby bridge library for shared garcon/soleil code
135
+ test_files: []