danger_boss 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5bac09c8fac03c2e5038f94bbdda9837baf8cd7dc4bee259d66c6c94d4bef140
4
+ data.tar.gz: abcc70b0e83968096f6f9ed02b801ce54b2e228adf19082f9f18bf1cb8c80bba
5
+ SHA512:
6
+ metadata.gz: 889c849522057298dd82a38a39a451a2d7a4a13c10a1d9740e0e4fc4819e468933365d0b1cdcc8a85b67ac68d9d58d9f5d52b49af2bd8aaf48c3e81b88212048
7
+ data.tar.gz: c6639872c180979ca64528dcb1433766c6f7328955a06b611337da110f1da8793af529dac44ed43d8e1a3bf141fde9ddf41ccb899f5b4c5d1c88e33c2ab19e1a
@@ -0,0 +1,15 @@
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
+
13
+ # Common editor swap files
14
+ *~
15
+ *.swp
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1 @@
1
+ danger_boss
@@ -0,0 +1 @@
1
+ 2.4.1
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.4.1
7
+ before_install: gem install bundler -v 1.16.6
@@ -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 pooster@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,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 danger_boss.gemspec
6
+ gemspec
@@ -0,0 +1,95 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ danger_boss (0.1.0)
5
+ dry-matcher (~> 0.7)
6
+ dry-monads (~> 1.2)
7
+ dry-struct (~> 0.6)
8
+ dry-types (~> 0.14)
9
+ faraday (~> 0.15)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ addressable (2.6.0)
15
+ public_suffix (>= 2.0.2, < 4.0)
16
+ concurrent-ruby (1.1.4)
17
+ crack (0.4.3)
18
+ safe_yaml (~> 1.0.0)
19
+ diff-lcs (1.3)
20
+ docile (1.3.1)
21
+ dry-configurable (0.7.0)
22
+ concurrent-ruby (~> 1.0)
23
+ dry-container (0.6.0)
24
+ concurrent-ruby (~> 1.0)
25
+ dry-configurable (~> 0.1, >= 0.1.3)
26
+ dry-core (0.4.7)
27
+ concurrent-ruby (~> 1.0)
28
+ dry-equalizer (0.2.1)
29
+ dry-inflector (0.1.2)
30
+ dry-logic (0.5.0)
31
+ dry-container (~> 0.2, >= 0.2.6)
32
+ dry-core (~> 0.2)
33
+ dry-equalizer (~> 0.2)
34
+ dry-matcher (0.7.0)
35
+ dry-monads (1.2.0)
36
+ concurrent-ruby (~> 1.0)
37
+ dry-core (~> 0.4, >= 0.4.4)
38
+ dry-equalizer
39
+ dry-struct (0.6.0)
40
+ dry-core (~> 0.4, >= 0.4.3)
41
+ dry-equalizer (~> 0.2)
42
+ dry-types (~> 0.13)
43
+ ice_nine (~> 0.11)
44
+ dry-types (0.14.0)
45
+ concurrent-ruby (~> 1.0)
46
+ dry-container (~> 0.3)
47
+ dry-core (~> 0.4, >= 0.4.4)
48
+ dry-equalizer (~> 0.2)
49
+ dry-inflector (~> 0.1, >= 0.1.2)
50
+ dry-logic (~> 0.5, >= 0.5)
51
+ faraday (0.15.4)
52
+ multipart-post (>= 1.2, < 3)
53
+ hashdiff (0.3.8)
54
+ ice_nine (0.11.2)
55
+ json (2.1.0)
56
+ multipart-post (2.0.0)
57
+ public_suffix (3.0.3)
58
+ rake (10.5.0)
59
+ rspec (3.8.0)
60
+ rspec-core (~> 3.8.0)
61
+ rspec-expectations (~> 3.8.0)
62
+ rspec-mocks (~> 3.8.0)
63
+ rspec-core (3.8.0)
64
+ rspec-support (~> 3.8.0)
65
+ rspec-expectations (3.8.2)
66
+ diff-lcs (>= 1.2.0, < 2.0)
67
+ rspec-support (~> 3.8.0)
68
+ rspec-mocks (3.8.0)
69
+ diff-lcs (>= 1.2.0, < 2.0)
70
+ rspec-support (~> 3.8.0)
71
+ rspec-support (3.8.0)
72
+ safe_yaml (1.0.4)
73
+ simplecov (0.16.1)
74
+ docile (~> 1.1)
75
+ json (>= 1.8, < 3)
76
+ simplecov-html (~> 0.10.0)
77
+ simplecov-html (0.10.2)
78
+ webmock (3.5.1)
79
+ addressable (>= 2.3.6)
80
+ crack (>= 0.3.2)
81
+ hashdiff
82
+
83
+ PLATFORMS
84
+ ruby
85
+
86
+ DEPENDENCIES
87
+ bundler (~> 1.16)
88
+ danger_boss!
89
+ rake (~> 10.0)
90
+ rspec (~> 3.0)
91
+ simplecov (~> 0.16)
92
+ webmock (~> 3.5)
93
+
94
+ BUNDLED WITH
95
+ 1.16.6
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Dennis Walters
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,47 @@
1
+ # DangerBoss
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/danger_boss`. 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 'danger_boss'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install danger_boss
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 tags, 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/[USERNAME]/danger_boss. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+ ## History
38
+
39
+ * 0.1.0 - Initial spitball
40
+
41
+ ## License
42
+
43
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
44
+
45
+ ## Code of Conduct
46
+
47
+ Everyone interacting in the DangerBoss project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/danger_boss/blob/master/CODE_OF_CONDUCT.md).
@@ -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 "danger_boss"
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__)
@@ -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,35 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "danger_boss/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "danger_boss"
8
+ spec.version = DangerBoss::VERSION
9
+ spec.authors = ["Dennis Walters"]
10
+ spec.email = ["pooster@gmail.com"]
11
+
12
+ spec.summary = %q{A client for the alertmanager v1 API.}
13
+ spec.homepage = "https://github.com/ess/danger_boss"
14
+ spec.license = "MIT"
15
+
16
+ # Specify which files should be added to the gem when it is released.
17
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
18
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
19
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
+ end
21
+ spec.bindir = "exe"
22
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
+ spec.require_paths = ["lib"]
24
+
25
+ spec.add_development_dependency "bundler", "~> 1.16"
26
+ spec.add_development_dependency "rake", "~> 10.0"
27
+ spec.add_development_dependency "rspec", "~> 3.0"
28
+ spec.add_development_dependency 'webmock', '~> 3.5'
29
+ spec.add_development_dependency 'simplecov', '~> 0.16'
30
+ spec.add_dependency 'faraday', '~> 0.15'
31
+ spec.add_dependency 'dry-struct', '~> 0.6'
32
+ spec.add_dependency 'dry-types', '~> 0.14'
33
+ spec.add_dependency 'dry-monads', '~> 1.2'
34
+ spec.add_dependency 'dry-matcher', '~> 0.7'
35
+ end
@@ -0,0 +1,11 @@
1
+ require 'danger_boss/version'
2
+ require 'danger_boss/client'
3
+ require 'danger_boss/driver/http'
4
+
5
+ module DangerBoss
6
+ def self.client(base_url:,username: nil, password: nil)
7
+ Client.new(
8
+ driver: Driver::Http.new(base_url: base_url, username: username, password: password)
9
+ )
10
+ end
11
+ end
@@ -0,0 +1,45 @@
1
+ require 'danger_boss/entity'
2
+ require 'danger_boss/types'
3
+
4
+ module DangerBoss
5
+ class Alert < Entity
6
+ class Status < Entity
7
+ attribute :state, Types::Strict::String
8
+
9
+ attribute :silenced_by,
10
+ Types::Strict::Array.of(
11
+ Types::Strict::String
12
+ )
13
+
14
+ attribute :inhibited_by,
15
+ Types::Strict::Array.of(
16
+ Types::Strict::String
17
+ )
18
+ end
19
+
20
+ attribute :fingerprint, Types::Strict::String
21
+ attribute :generator_url, Types::Strict::String
22
+ attribute :status, Status
23
+
24
+ # Dynamic information
25
+ attribute :receivers,
26
+ Types::Strict::Array.of(Types::Strict::String)
27
+
28
+ attribute :annotations,
29
+ Types::Strict::Hash.map(
30
+ Types::Strict::String,
31
+ Types::Strict::String
32
+ )
33
+
34
+ attribute :labels,
35
+ Types::Strict::Hash.map(
36
+ Types::Strict::String,
37
+ Types::Strict::String
38
+ )
39
+
40
+ # Timestamps
41
+ attribute :starts_at, Types::JSON::Time.meta(omittable: true)
42
+ attribute :updated_at, Types::JSON::Time.meta(omittable: true)
43
+ attribute :ends_at, Types::JSON::Time.meta(omittable: true)
44
+ end
45
+ end
@@ -0,0 +1,23 @@
1
+ require 'danger_boss/alert'
2
+
3
+ module DangerBoss
4
+ class AlertService
5
+ attr_reader :driver
6
+
7
+ def initialize(driver:)
8
+ @driver = driver
9
+ end
10
+
11
+ def all(params: {})
12
+ driver.get(path: 'alerts', params: params) do |m|
13
+ m.success do |raw_alerts|
14
+ raw_alerts.map {|alert| Alert.new(alert)}
15
+ end
16
+
17
+ m.failure do |error|
18
+ raise error
19
+ end
20
+ end
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,15 @@
1
+ require 'danger_boss/alert_service'
2
+
3
+ module DangerBoss
4
+ class Client
5
+ attr_reader :driver
6
+
7
+ def initialize(driver:)
8
+ @driver = driver
9
+ end
10
+
11
+ def alerts
12
+ @alerts ||= AlertService.new(driver: driver)
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,4 @@
1
+ module DangerBoss
2
+ module Driver
3
+ end
4
+ end
@@ -0,0 +1,19 @@
1
+ require 'dry/monads/result'
2
+ require 'dry/monads/try'
3
+
4
+ module DangerBoss
5
+ module Driver
6
+ Error = Class.new(StandardError)
7
+ NotImplemented = Class.new(Error)
8
+ TransportError = Class.new(Error)
9
+
10
+ module Base
11
+ include Dry::Monads::Result::Mixin
12
+ include Dry::Monads::Try::Mixin
13
+
14
+ def get(path:, params: {})
15
+ raise NotImplemented.new("get is not implemented")
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,86 @@
1
+ require 'danger_boss/driver/base'
2
+ require 'dry/matcher'
3
+ require 'dry/matcher/result_matcher'
4
+ require 'faraday'
5
+ require 'json'
6
+
7
+ module DangerBoss
8
+ module Driver
9
+ class Http
10
+ include Base
11
+
12
+ include Dry::Matcher.for(:get, with: Dry::Matcher::ResultMatcher)
13
+
14
+ attr_reader :raw
15
+
16
+ def initialize(base_url:, username: nil, password: nil)
17
+ @base_url = base_url
18
+ @username = username
19
+ @password = password
20
+ @raw = Faraday.new(url: base_url) do |faraday|
21
+ if username && password
22
+ faraday.basic_auth(username, password)
23
+ end
24
+
25
+ faraday.headers.merge!(
26
+ {
27
+ 'Content-Type' => 'application/json',
28
+ 'Accept' => 'application/json',
29
+ 'User-Agent' => "danger_boss/#{VERSION} (https://github.com/ess/danger_boss)",
30
+ }
31
+ )
32
+
33
+ faraday.request :url_encoded
34
+ faraday.adapter Faraday.default_adapter
35
+ end
36
+ end
37
+
38
+ def get(path:, params: {})
39
+ Try() {raw.get(path, params)}.
40
+ bind {|response| process_response(response)}
41
+ end
42
+
43
+ private
44
+ def construct_url(path:, params: {})
45
+ base_url.tap do |url|
46
+ url.path = File.join(url.path, path)
47
+ url.query_values = params
48
+ return url
49
+ end
50
+ end
51
+
52
+ def process_response(response)
53
+ Success(response).
54
+ bind {|response| check_http_status(response)}.
55
+ bind {|body| parse_body(body)}.
56
+ bind {|objectified| check_response_status(objectified)}
57
+ end
58
+
59
+ def check_http_status(response)
60
+ Success(response).
61
+ bind {|response|
62
+ status = response.status
63
+
64
+ if status < 200 || status > 299
65
+ return Failure("API returned a #{status} status")
66
+ end
67
+
68
+ Success(response.body)
69
+ }
70
+ end
71
+
72
+ def check_response_status(objectified)
73
+ if objectified['status'].to_s.downcase != 'success'
74
+ return Failure("API returned an unsuccessful response")
75
+ end
76
+
77
+ Success(objectified['data'])
78
+ end
79
+
80
+ def parse_body(body)
81
+ Try() {JSON.load(body)}.to_result
82
+ end
83
+
84
+ end
85
+ end
86
+ end
@@ -0,0 +1,11 @@
1
+ require 'dry-struct'
2
+ require 'danger_boss/util'
3
+
4
+ module DangerBoss
5
+ class Entity < Dry::Struct
6
+ input.strict
7
+
8
+ # Go programmers are sadists that use camel case field names
9
+ transform_keys {|key| Util.parseltongue(key).to_sym}
10
+ end
11
+ end
@@ -0,0 +1,7 @@
1
+ require 'dry-types'
2
+
3
+ module DangerBoss
4
+ module Types
5
+ include Dry::Types.module
6
+ end
7
+ end
@@ -0,0 +1,13 @@
1
+ module DangerBoss
2
+ module Util
3
+ def self.parseltongue(stringy)
4
+ stringy.
5
+ to_s.
6
+ gsub(/::/, '/').
7
+ gsub(/([A-Z]+)([A-Z][a-z])/,'\1_\2').
8
+ gsub(/([a-z\d])([A-Z])/,'\1_\2').
9
+ tr("-", "_").
10
+ downcase
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,3 @@
1
+ module DangerBoss
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,209 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: danger_boss
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Dennis Walters
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-01-29 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.16'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.16'
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'
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'
69
+ - !ruby/object:Gem::Dependency
70
+ name: simplecov
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.16'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.16'
83
+ - !ruby/object:Gem::Dependency
84
+ name: faraday
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.15'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.15'
97
+ - !ruby/object:Gem::Dependency
98
+ name: dry-struct
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '0.6'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '0.6'
111
+ - !ruby/object:Gem::Dependency
112
+ name: dry-types
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '0.14'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '0.14'
125
+ - !ruby/object:Gem::Dependency
126
+ name: dry-monads
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '1.2'
132
+ type: :runtime
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '1.2'
139
+ - !ruby/object:Gem::Dependency
140
+ name: dry-matcher
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '0.7'
146
+ type: :runtime
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '0.7'
153
+ description:
154
+ email:
155
+ - pooster@gmail.com
156
+ executables: []
157
+ extensions: []
158
+ extra_rdoc_files: []
159
+ files:
160
+ - ".gitignore"
161
+ - ".rspec"
162
+ - ".ruby-gemset"
163
+ - ".ruby-version"
164
+ - ".travis.yml"
165
+ - CODE_OF_CONDUCT.md
166
+ - Gemfile
167
+ - Gemfile.lock
168
+ - LICENSE.txt
169
+ - README.md
170
+ - Rakefile
171
+ - bin/console
172
+ - bin/setup
173
+ - danger_boss.gemspec
174
+ - lib/danger_boss.rb
175
+ - lib/danger_boss/alert.rb
176
+ - lib/danger_boss/alert_service.rb
177
+ - lib/danger_boss/client.rb
178
+ - lib/danger_boss/driver.rb
179
+ - lib/danger_boss/driver/base.rb
180
+ - lib/danger_boss/driver/http.rb
181
+ - lib/danger_boss/entity.rb
182
+ - lib/danger_boss/types.rb
183
+ - lib/danger_boss/util.rb
184
+ - lib/danger_boss/version.rb
185
+ homepage: https://github.com/ess/danger_boss
186
+ licenses:
187
+ - MIT
188
+ metadata: {}
189
+ post_install_message:
190
+ rdoc_options: []
191
+ require_paths:
192
+ - lib
193
+ required_ruby_version: !ruby/object:Gem::Requirement
194
+ requirements:
195
+ - - ">="
196
+ - !ruby/object:Gem::Version
197
+ version: '0'
198
+ required_rubygems_version: !ruby/object:Gem::Requirement
199
+ requirements:
200
+ - - ">="
201
+ - !ruby/object:Gem::Version
202
+ version: '0'
203
+ requirements: []
204
+ rubyforge_project:
205
+ rubygems_version: 2.7.8
206
+ signing_key:
207
+ specification_version: 4
208
+ summary: A client for the alertmanager v1 API.
209
+ test_files: []