error_reporter 0.1.0.alpha1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d7b12e0a7d6e5a9f7724a46713081a6de3bf993c
4
- data.tar.gz: 1d16bad033064444ff1afa0762f2f0307baf23a1
2
+ SHA256:
3
+ metadata.gz: 85358824b7f907a5013a49dec937c4ffe2043b8e16321bda2cbe8cb74c37075e
4
+ data.tar.gz: 9eef2bdf4eb8914c8ad3c60a901b5a8a30a3874ba217cf2aa8b93346c7324943
5
5
  SHA512:
6
- metadata.gz: 73d30c37b5346b181a357edf1d0f6ce211dcd8fe76d2b99a2ef2597256a6dad1799c98d4fb8d06dede4f52b3f5451af88702444d670fce71a7dfc7f411569c45
7
- data.tar.gz: c09f3a86795746500f25a43be20a40560158504ffb0f17f764c688b539ce0a5e9ef58d39e39b4798832acaca019ed018ac88a1461b72bf6fbdf14e0e52b7fd08
6
+ metadata.gz: 93778751c34dc8492a72cb193fda9dee7da9a6ec9127c68332d73bfa517057d09b2cbd0951eaf7ca84153cd5b4ee9fe96a0f9456d62330438aad6104b8a80d9e
7
+ data.tar.gz: 538a6bfdbe341401e7f7d76f57a6a715dd8111eaf9a4e1ae560484660eb17ddaf86f8bebcc27af44f11b52c3a71df0f7b3e306d48bac60b0d233dc9132034e11
@@ -0,0 +1,134 @@
1
+
2
+ # Contributor Covenant Code of Conduct
3
+
4
+ ## Our Pledge
5
+
6
+ We as members, contributors, and leaders pledge to make participation in our
7
+ community a harassment-free experience for everyone, regardless of age, body
8
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
9
+ identity and expression, level of experience, education, socio-economic status,
10
+ nationality, personal appearance, race, religion, or sexual identity
11
+ and orientation.
12
+
13
+ We pledge to act and interact in ways that contribute to an open, welcoming,
14
+ diverse, inclusive, and healthy community.
15
+
16
+ ## Our Standards
17
+
18
+ Examples of behavior that contributes to a positive environment for our
19
+ community include:
20
+
21
+ * Demonstrating empathy and kindness toward other people
22
+ * Being respectful of differing opinions, viewpoints, and experiences
23
+ * Giving and gracefully accepting constructive feedback
24
+ * Accepting responsibility and apologizing to those affected by our mistakes,
25
+ and learning from the experience
26
+ * Focusing on what is best not just for us as individuals, but for the
27
+ overall community
28
+
29
+ Examples of unacceptable behavior include:
30
+
31
+ * The use of sexualized language or imagery, and sexual attention or
32
+ advances of any kind
33
+ * Trolling, insulting or derogatory comments, and personal or political attacks
34
+ * Public or private harassment
35
+ * Publishing others' private information, such as a physical or email
36
+ address, without their explicit permission
37
+ * Other conduct which could reasonably be considered inappropriate in a
38
+ professional setting
39
+
40
+ ## Enforcement Responsibilities
41
+
42
+ Community leaders are responsible for clarifying and enforcing our standards of
43
+ acceptable behavior and will take appropriate and fair corrective action in
44
+ response to any behavior that they deem inappropriate, threatening, offensive,
45
+ or harmful.
46
+
47
+ Community leaders have the right and responsibility to remove, edit, or reject
48
+ comments, commits, code, wiki edits, issues, and other contributions that are
49
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
50
+ decisions when appropriate.
51
+
52
+ ## Scope
53
+
54
+ This Code of Conduct applies within all community spaces, and also applies when
55
+ an individual is officially representing the community in public spaces.
56
+ Examples of representing our community include using an official e-mail address,
57
+ posting via an official social media account, or acting as an appointed
58
+ representative at an online or offline event.
59
+
60
+ ## Enforcement
61
+
62
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
63
+ reported to the community leaders responsible for enforcement at
64
+ anthony.shull@autane.com or james.messinger@auctane.com.
65
+ All complaints will be reviewed and investigated promptly and fairly.
66
+
67
+ All community leaders are obligated to respect the privacy and security of the
68
+ reporter of any incident.
69
+
70
+ ## Enforcement Guidelines
71
+
72
+ Community leaders will follow these Community Impact Guidelines in determining
73
+ the consequences for any action they deem in violation of this Code of Conduct:
74
+
75
+ ### 1. Correction
76
+
77
+ **Community Impact**: Use of inappropriate language or other behavior deemed
78
+ unprofessional or unwelcome in the community.
79
+
80
+ **Consequence**: A private, written warning from community leaders, providing
81
+ clarity around the nature of the violation and an explanation of why the
82
+ behavior was inappropriate. A public apology may be requested.
83
+
84
+ ### 2. Warning
85
+
86
+ **Community Impact**: A violation through a single incident or series
87
+ of actions.
88
+
89
+ **Consequence**: A warning with consequences for continued behavior. No
90
+ interaction with the people involved, including unsolicited interaction with
91
+ those enforcing the Code of Conduct, for a specified period of time. This
92
+ includes avoiding interactions in community spaces as well as external channels
93
+ like social media. Violating these terms may lead to a temporary or
94
+ permanent ban.
95
+
96
+ ### 3. Temporary Ban
97
+
98
+ **Community Impact**: A serious violation of community standards, including
99
+ sustained inappropriate behavior.
100
+
101
+ **Consequence**: A temporary ban from any sort of interaction or public
102
+ communication with the community for a specified period of time. No public or
103
+ private interaction with the people involved, including unsolicited interaction
104
+ with those enforcing the Code of Conduct, is allowed during this period.
105
+ Violating these terms may lead to a permanent ban.
106
+
107
+ ### 4. Permanent Ban
108
+
109
+ **Community Impact**: Demonstrating a pattern of violation of community
110
+ standards, including sustained inappropriate behavior, harassment of an
111
+ individual, or aggression toward or disparagement of classes of individuals.
112
+
113
+ **Consequence**: A permanent ban from any sort of public interaction within
114
+ the community.
115
+
116
+ ## Attribution
117
+
118
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119
+ version 2.0, available at
120
+ [https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][v2.0].
121
+
122
+ Community Impact Guidelines were inspired by
123
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
124
+
125
+ For answers to common questions about this code of conduct, see the FAQ at
126
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available
127
+ at [https://www.contributor-covenant.org/translations][translations].
128
+
129
+ [homepage]: https://www.contributor-covenant.org
130
+ [v2.0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
131
+ [Mozilla CoC]: https://github.com/mozilla/diversity
132
+ [FAQ]: https://www.contributor-covenant.org/faq
133
+ [translations]: https://www.contributor-covenant.org/translations
134
+
@@ -0,0 +1,10 @@
1
+ # Contributing
2
+
3
+ #### Table of Contents
4
+
5
+ [Code of Conduct](#code-of-conduct)
6
+
7
+ ## Code of Conduct
8
+
9
+ This project and everyone participating in it is governed by the [ShipEngine Code of Conduct](CODE_OF_CONDUCT.md).
10
+ By participating, you are expected to uphold this code.
@@ -0,0 +1,51 @@
1
+ name: CI
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
+ branches:
9
+ - master
10
+ types:
11
+ - opened
12
+
13
+ jobs:
14
+ ci:
15
+ strategy:
16
+ fail-fast: false
17
+ matrix:
18
+ os: [ubuntu-latest]
19
+ # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
20
+ ruby: [2.6, 2.7, "3.0"]
21
+
22
+ name: Build / Test
23
+ runs-on: ${{ matrix.os }}
24
+ steps:
25
+ - uses: actions/checkout@v2
26
+ - name: Set up Ruby and Build
27
+ uses: ruby/setup-ruby@v1
28
+ with:
29
+ ruby-version: ${{ matrix.ruby }}
30
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
31
+ - name: Test
32
+ run: bundle exec rspec
33
+
34
+ cd:
35
+ name: Publish to RubyGems
36
+ if: github.ref == 'refs/heads/master'
37
+ runs-on: ubuntu-latest
38
+ timeout-minutes: 10
39
+ needs:
40
+ - ci
41
+
42
+ steps:
43
+ - name: Checkout source
44
+ uses: actions/checkout@v1
45
+
46
+ - name: Publish to RubyGems
47
+ uses: cadwallion/publish-rubygems-action@master
48
+ env:
49
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
50
+ RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
51
+ RELEASE_COMMAND: rake release
data/Gemfile CHANGED
@@ -1,6 +1,17 @@
1
+ # frozen_string_literal: true
2
+
1
3
  source "https://rubygems.org"
2
4
 
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
5
+ group :development do
6
+ end
7
+
8
+ group :test do
9
+ gem "rspec"
10
+ end
11
+
12
+ group :test, :development do
13
+ gem "gem-release", "~> 2.2", ">= 2.2.2"
14
+ gem "rake"
15
+ end
4
16
 
5
- # Specify your gem's dependencies in error_reporter.gemspec
6
17
  gemspec
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  require "bundler/gem_tasks"
2
- require "rspec/core/rake_task"
2
+ # require "rspec/core/rake_task"
3
3
 
4
- RSpec::Core::RakeTask.new(:spec)
4
+ # RSpec::Core::RakeTask.new(:spec)
5
5
 
6
- task :default => :spec
6
+ # task :default => :spec
@@ -17,11 +17,13 @@ Gem::Specification.new do |spec|
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
18
18
  f.match(%r{^(test|spec|features)/})
19
19
  end
20
+
20
21
  spec.bindir = "exe"
21
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
23
  spec.require_paths = ["lib"]
24
+ spec.required_ruby_version = ">= 2.6"
23
25
 
24
- spec.add_development_dependency "bundler", "~> 1.15"
25
- spec.add_development_dependency "rake", "~> 10.0"
26
- spec.add_development_dependency "rspec", "~> 3.0"
26
+ # Don't add more development dependencies here.
27
+ # They go in groups within the Gemfile.
28
+ spec.add_development_dependency "bundler", "~> 2.2"
27
29
  end
@@ -1,3 +1,3 @@
1
1
  module ErrorReporter
2
- VERSION = "0.1.0.alpha1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: error_reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.alpha1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierce
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-31 00:00:00.000000000 Z
11
+ date: 2021-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,42 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.15'
19
+ version: '2.2'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.15'
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'
26
+ version: '2.2'
55
27
  description: An adapter for error reporting services.
56
28
  email:
57
29
  - pierceh.dev@gmail.com
@@ -59,9 +31,11 @@ executables: []
59
31
  extensions: []
60
32
  extra_rdoc_files: []
61
33
  files:
34
+ - ".github/CODE_OF_CONDUCT.md"
35
+ - ".github/CONTRIBUTING.md"
36
+ - ".github/workflows/CI-CD.yaml"
62
37
  - ".gitignore"
63
38
  - ".rspec"
64
- - ".travis.yml"
65
39
  - Gemfile
66
40
  - LICENSE.txt
67
41
  - README.md
@@ -83,15 +57,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
57
  requirements:
84
58
  - - ">="
85
59
  - !ruby/object:Gem::Version
86
- version: '0'
60
+ version: '2.6'
87
61
  required_rubygems_version: !ruby/object:Gem::Requirement
88
62
  requirements:
89
- - - ">"
63
+ - - ">="
90
64
  - !ruby/object:Gem::Version
91
- version: 1.3.1
65
+ version: '0'
92
66
  requirements: []
93
- rubyforge_project:
94
- rubygems_version: 2.5.1
67
+ rubygems_version: 3.0.3
95
68
  signing_key:
96
69
  specification_version: 4
97
70
  summary: An adapter for error reporting services.
data/.travis.yml DELETED
@@ -1,5 +0,0 @@
1
- sudo: false
2
- language: ruby
3
- rvm:
4
- - 2.3.1
5
- before_install: gem install bundler -v 1.15.3