diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000..30081b1
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1 @@
+* @procore-oss/procore-ospo
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
new file mode 100644
index 0000000..bd3c1c9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,66 @@
+name: 🐞 Bug
+description: File a bug/issue
+title: "[bug]
"
+labels: [bug, needs-triage]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the bug you encountered.
+ options:
+ - label: I have searched the existing issues
+ required: true
+- type: checkboxes
+ attributes:
+ label: Is this a regression?
+ description: Did this behavior work before?
+ options:
+ - label: Yes, this used to work before
+ required: false
+- type: textarea
+ attributes:
+ label: Current Behavior
+ description: A concise description of what you're experiencing.
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Expected Behavior
+ description: A concise description of what you expected to happen.
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Steps To Reproduce
+ description: Steps to reproduce the behavior.
+ placeholder: |
+ 1.
+ 2.
+ 3.
+ 4.
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Environment
+ description: |
+ examples:
+ - **OS**: OSX 13.3.1
+ - **Browser Name and Version**: Chrome Version 112.0.5615.49 (Official Build) (arm64)
+ - **Ruby Version**: 3.0.0
+ value: |
+ - OS:
+ - Browser Name and version:
+ - Ruby Version:
+ render: markdown
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Anything else?
+ description: |
+ Links? References? Anything that will give us more context about the issue you are encountering!
+
+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..3ba13e0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: false
diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml
new file mode 100644
index 0000000..387c39d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/docs.yml
@@ -0,0 +1,18 @@
+name: 📚 Documentation or README.md issue report
+description: File a bug/issue for docs or README.md
+title: "[bug] "
+labels: [docs, needs-triage]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the bug you encountered.
+ options:
+ - label: I have searched the existing issues
+ required: true
+- type: textarea
+ attributes:
+ label: Docs/README.md Part to update
+ description: A concise description of what you thing should be updated
+ validations:
+ required: true
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
new file mode 100644
index 0000000..e51081f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -0,0 +1,36 @@
+name: 🚀🆕 Feature Request
+description: Suggest an idea or possible new feature for this project
+title: "[Feature Request] "
+labels: [feature, needs-triage]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the bug you encountered.
+ options:
+ - label: I have searched the existing issues
+ required: true
+- type: textarea
+ attributes:
+ label: Is your feature request related to a problem? Please describe
+ description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Describe the feature you'd like to see implemented
+ description: A clear and concise description of what you want to happen
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Describe alternatives you've considered
+ description: A clear and concise description of any alternative solutions or features you've considered
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Additional context
+ description: Add any other context or additional information about the problem here
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/question-support.yml b/.github/ISSUE_TEMPLATE/question-support.yml
new file mode 100644
index 0000000..c37ec1d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/question-support.yml
@@ -0,0 +1,18 @@
+name: ❓ Question or Support Request
+description: Questions and requests for support
+title: "[Question/Support] "
+labels: [question, support, needs-triage]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the bug you encountered.
+ options:
+ - label: I have searched the existing issues
+ required: true
+- type: textarea
+ attributes:
+ label: Describe your question or ask for support
+ description: A concise description of what you would like support with
+ validations:
+ required: true
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..20ff4c0
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,15 @@
+Checklist:
+
+* [ ] I have updated the necessary documentation
+* [ ] I have signed off all my commits as required by [DCO](https://github.com/procore-oss/rspec_profiling/blob/main/CONTRIBUTING.md)
+* [ ] My build is green
+
+
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
new file mode 100644
index 0000000..a69deb7
--- /dev/null
+++ b/.github/dependabot.yaml
@@ -0,0 +1,20 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: /
+ schedule:
+ interval: "weekly"
+ timezone: "America/Los_Angeles"
+ labels:
+ - "dependabot"
+ - "dependencies"
+ - "github-actions"
+ - package-ecosystem: "bundler"
+ directory: /
+ schedule:
+ interval: "weekly"
+ timezone: "America/Los_Angeles"
+ labels:
+ - "dependabot"
+ - "dependencies"
+ - "bundler"
diff --git a/.github/workflows/auto-assign-author.yaml b/.github/workflows/auto-assign-author.yaml
new file mode 100644
index 0000000..9cb6711
--- /dev/null
+++ b/.github/workflows/auto-assign-author.yaml
@@ -0,0 +1,13 @@
+name: 'Auto Author Assign'
+
+on:
+ pull_request_target:
+ types: [opened, reopened]
+
+jobs:
+ assign-author:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: toshimaru/auto-author-assign@v2.1.0
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
new file mode 100644
index 0000000..0b9343e
--- /dev/null
+++ b/.github/workflows/codeql.yaml
@@ -0,0 +1,43 @@
+name: "Custom CodeQL"
+
+on:
+ workflow_dispatch:
+ push:
+ branches: [ "main" ]
+ pull_request:
+ branches: [ "main" ]
+
+permissions:
+ contents: read
+
+jobs:
+ analyze:
+ name: Analyze
+ runs-on: Ubuntu-latest
+ timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
+ permissions:
+ actions: read
+ contents: read
+ security-events: write
+
+ strategy:
+ fail-fast: false
+ matrix:
+ language: [ 'ruby' ]
+
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v4
+
+ - name: Initialize CodeQL
+ uses: github/codeql-action/init@v3
+ with:
+ languages: ${{ matrix.language }}
+
+ - name: Autobuild
+ uses: github/codeql-action/autobuild@v3
+
+ - name: Perform CodeQL Analysis
+ uses: github/codeql-action/analyze@v3
+ with:
+ category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
new file mode 100644
index 0000000..13ad88c
--- /dev/null
+++ b/.github/workflows/release.yaml
@@ -0,0 +1,40 @@
+name: Release
+on:
+ workflow_run:
+ workflows: [Test]
+ types: [completed]
+ branches: [master, main]
+ workflow_dispatch: # allow manual deployment through GitHub Action UI
+jobs:
+ release:
+ runs-on: ubuntu-latest
+ if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
+ steps:
+ - uses: actions/checkout@v4
+ - name: Version file changed
+ id: version-file-changed
+ uses: tj-actions/changed-files@v42
+ with:
+ files: lib/blueprinter/version.rb
+ - name: Set up Ruby
+ if: ${{ github.event_name == 'workflow_dispatch' || steps.version-file-changed.outputs.any_changed == 'true' }}
+ uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: 3.2
+ bundler-cache: true
+ - name: Installing dependencies
+ if: ${{ github.event_name == 'workflow_dispatch' || steps.version-file-changed.outputs.any_changed == 'true' }}
+ run: bundle check --path=vendor/bundle || bundle install --path=vendor/bundle
+ - name: Build gem file
+ if: ${{ github.event_name == 'workflow_dispatch' || steps.version-file-changed.outputs.any_changed == 'true' }}
+ run: bundle exec rake build
+ - uses: fac/ruby-gem-setup-credentials-action@v2
+ if: ${{ github.event_name == 'workflow_dispatch' || steps.version-file-changed.outputs.any_changed == 'true' }}
+ with:
+ user: ""
+ key: rubygems
+ token: ${{secrets.RUBY_GEMS_API_KEY}}
+ - uses: fac/ruby-gem-push-action@v2
+ if: ${{ github.event_name == 'workflow_dispatch' || steps.version-file-changed.outputs.any_changed == 'true' }}
+ with:
+ key: rubygems
diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml
new file mode 100644
index 0000000..8b15e9c
--- /dev/null
+++ b/.github/workflows/stale.yaml
@@ -0,0 +1,38 @@
+## Reference: https://github.com/actions/stale
+name: Mark stale issues and pull requests
+on:
+ schedule:
+ - cron: "30 1 * * *"
+
+permissions:
+ contents: read
+
+jobs:
+ stale:
+ permissions:
+ issues: write # for actions/stale to close stale issues
+ pull-requests: write # for actions/stale to close stale PRs
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/stale@v9
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ # Number of days of inactivity before an issue becomes stale
+ days-before-stale: 60
+ # Number of days of inactivity before a stale issue is closed
+ days-before-close: 7
+ # Issues with these labels will never be considered stale
+ exempt-issue-labels: "on-hold,pinned,security"
+ exempt-pr-labels: "on-hold,pinned,security"
+ # Comment to post when marking an issue as stale.
+ stale-issue-message: >
+ This issue has been automatically marked as stale because it has not had
+ recent activity. It will be closed if no further activity occurs. Thank you
+ for your contributions.
+ stale-pr-message: >
+ This pull request has been automatically marked as stale because it has not had
+ recent activity. It will be closed if no further activity occurs. Thank you
+ for your contributions.
+ # Label to use when marking an issue as stale
+ stale-issue-label: 'no-issue-activity'
+ stale-pr-label: 'no-pr-activity'
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
new file mode 100644
index 0000000..c4abcb9
--- /dev/null
+++ b/.github/workflows/test.yaml
@@ -0,0 +1,49 @@
+name: Test
+on:
+ push:
+ branches: [master, main]
+ pull_request:
+ branches: [master, main]
+permissions:
+ contents: read
+jobs:
+ test:
+ strategy:
+ matrix:
+ ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
+ postgres: ['16-bullseye', '15-bullseye', '14-bullseye', '13-bullseye', '12-bullseye']
+ name: Ruby ${{ matrix.ruby }} - PostgreSQL ${{ matrix.postgres }}
+ # https://docs.github.com/en/actions/learn-github-actions/expressions#example
+ runs-on: ${{ matrix.ruby == '2.7' && 'ubuntu-20.04' || 'ubuntu-latest' }}
+ services:
+ postgres:
+ image: postgres:${{ matrix.postgres }}
+ env:
+ POSTGRES_USER: ubuntu
+ POSTGRES_DB: rspec_profiling_test
+ POSTGRES_HOST_AUTH_METHOD: trust
+ options: >-
+ --health-cmd pg_isready
+ --health-interval 10s
+ --health-timeout 5s
+ --health-retries 5
+ ports:
+ - 5432:5432
+ env:
+ PGHOST: localhost
+ PGUSER: ubuntu
+ GEMFILE: gemfiles/spec.postgres.gemfile
+ ENVIRONMENT: test
+ steps:
+ - uses: actions/checkout@v4
+ - name: Set up Ruby ${{ matrix.ruby }}
+ uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: ${{ matrix.ruby }}
+ bundler-cache: true
+ - name: Installing dependencies
+ run: bundle install
+ - name: Initialize empty database
+ run: bundle exec rake rspec_profiling:install
+ - name: Run tests
+ run: bundle exec rake
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..c786297
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,130 @@
+# Code of Conduct
+
+## Our Pledge
+
+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.
+
+We pledge to act and interact in ways that contribute to an open, welcoming,
+diverse, inclusive, and healthy community.
+
+## Our Standards
+
+Examples of behavior that contributes to a positive environment for our
+community include:
+
+* Demonstrating empathy and kindness toward other people
+* Being respectful of differing opinions, viewpoints, and experiences
+* Giving and gracefully accepting constructive feedback
+* Accepting responsibility and apologizing to those affected by our mistakes,
+ and learning from the experience
+* Focusing on what is best not just for us as individuals, but for the
+ overall community
+
+Examples of unacceptable behavior include:
+
+* The use of sexualized language or imagery, and sexual attention or
+ advances of any kind
+* Trolling, insulting or derogatory comments, and personal or political attacks
+* Public or private harassment
+* Publishing others' private information, such as a physical or email
+ address, without their explicit permission
+* Spam or other deceptive practices that take advantage of the community
+* Other conduct which could reasonably be considered inappropriate in a
+ professional setting
+
+## Enforcement Responsibilities
+
+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.
+
+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.
+
+## Scope
+
+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.
+
+## Enforcement
+
+Instances of abusive, harassing, or otherwise unacceptable behavior may be
+reported to the community leaders responsible for enforcement at
+.
+All complaints will be reviewed and investigated promptly and fairly by
+the Procore Open Source Program Office (OSPO)
+
+All community leaders are obligated to respect the privacy and security of the
+reporter of any incident.
+
+## Enforcement Guidelines
+
+Community leaders will follow these Community Impact Guidelines in determining
+the consequences for any action they deem in violation of this Code of Conduct:
+
+### 1. Correction
+
+**Community Impact**: Use of inappropriate language or other behavior deemed
+unprofessional or unwelcome in the community.
+
+**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.
+
+### 2. Warning
+
+**Community Impact**: A violation through a single incident or series
+of actions.
+
+**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.
+
+### 3. Temporary Ban
+
+**Community Impact**: A serious violation of community standards, including
+sustained inappropriate behavior.
+
+**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.
+
+### 4. Permanent Ban
+
+**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.
+
+**Consequence**: A permanent ban from any sort of public interaction within
+the community.
+
+## Attribution
+
+This Code of Conduct is adapted from the [Contributor Covenant][homepage],
+version 2.0, available at
+.
+
+Community Impact Guidelines were inspired by [Mozilla's code of conduct
+enforcement ladder](https://github.com/mozilla/diversity).
+
+[homepage]: https://www.contributor-covenant.org
+
+For answers to common questions about this code of conduct, see the FAQ at
+. Translations are available at
+.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..d5b8ff2
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,37 @@
+# Contributing to Procore Projects
+
+This document explains the common procedures expected by contributors while submitting code to Procore open source projects.
+
+## Code of Conduct
+
+Please read and abide by the [Code of Conduct](CODE_OF_CONDUCT.md)
+
+## General workflow
+
+Once a GitHub issue is accepted and assigned to you, please follow general workflow in order to submit your contribution:
+
+1. Fork the target repository under your GitHub username.
+2. Create a branch in your forked repository for the changes you are about to make.
+3. Commit your changes in the branch you created in step 2. All commits need to be signed-off. Check the [legal](#legal) section bellow for more details.
+4. Push your commits to your remote fork.
+5. Create a Pull Request from your remote fork pointing to the HEAD branch (usually `main` branch) of the target repository.
+6. Check the GitHub build and ensure that all checks are green.
+
+## Legal
+
+Procore projects use Developer Certificate of Origin ([DCO](https://GitHub.com/apps/dco/)).
+
+Please sign-off your contributions by doing ONE of the following:
+
+* Use `git commit -s ...` with each commit to add the sign-off or
+* Manually add a `Signed-off-by: Your Name ` to each commit message.
+
+The email address must match your primary GitHub email. You do NOT need cryptographic (e.g. gpg) signing.
+
+* Use `git commit -s --amend ...` to add a sign-off to the latest commit, if you forgot.
+
+*Note*: Some projects will provide specific configuration to ensure all commits are signed-off. Please check the project's documentation for more details.
+
+## Tests
+
+Make sure your changes are properly covered by automated tests. We aim to build an efficient test suite that is low cost to maintain and bring value to project. Prefer writing unit-tests over heavy end-to-end (e2e) tests. However, sometimes e2e tests are necessary. If you aren't sure, ask one of the maintainers about the requirements for your pull-request.
diff --git a/EMERITUS.md b/EMERITUS.md
new file mode 100644
index 0000000..7a90ec3
--- /dev/null
+++ b/EMERITUS.md
@@ -0,0 +1,3 @@
+This repo is a fork of .
+
+[Former contributors](https://github.com/foraker/rspec_profiling/graphs/contributors)
diff --git a/LICENSE.txt b/LICENSE.md
similarity index 92%
rename from LICENSE.txt
rename to LICENSE.md
index a30acfd..4b747bd 100644
--- a/LICENSE.txt
+++ b/LICENSE.md
@@ -1,4 +1,5 @@
-Copyright (c) 2014 Ben Eddy
+Copyright (c) 2014-2024 Ben Eddy
+Copyright (c) 2024 Procore Technologies, Inc.
MIT License
diff --git a/README.md b/README.md
index 8514a19..6e66f47 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ with interesting attributes. For example, find the slowest specs, or the
spec which issues the most queries.
Collected attributes include:
+
- git commit SHA (or SVN revision) and date
- example file, line number and description
- example status (i.e. passed or failed)
@@ -21,32 +22,32 @@ RspecProfiling should work with Rails >= 3.2 and RSpec >= 2.14.
Add this line to your application's Gemfile:
-```
+```ruby
gem 'rspec_profiling'
```
And then execute:
-```
+```bash
bundle
```
Require the gem to your `spec_helper.rb`.
-```
+```ruby
require "rspec_profiling/rspec"
```
Lastly, run the installation rake tasks to initialize an empty database in
which results will be collected.
-```
+```bash
bundle exec rake rspec_profiling:install
```
-If you are planning on using `sqlite` or `pg` ensure to add the depency to your gemfile
+If you are planning on using `sqlite` or `pg` ensure to add the dependency to your gemfile
-```
+```ruby
gem 'sqlite', require: false
gem 'pg', require: false
```
@@ -89,7 +90,7 @@ RspecProfiling.configure do |config|
end
```
-Note that custom events are only currenly reported by the CSV collector.
+Note that custom events are only currently reported by the CSV collector.
#### Custom Event Recording
@@ -125,7 +126,7 @@ end
You can review results by running the RspecProfiling console.
The console has a preloaded `results` variable.
-```
+```bash
bundle exec rake rspec_profiling:console
> results.count
@@ -134,14 +135,14 @@ bundle exec rake rspec_profiling:console
You can find the spec that runs the most queries:
-```
+```ruby
> results.order(:query_count).last.to_s
=> "Updating my account - ./spec/features/account_spec.rb:15"
```
Or find the spec that takes the most time:
-```
+```ruby
> results.order(:time).last.to_s
=> "Updating my account - ./spec/features/account_spec.rb:15"
```
@@ -216,16 +217,4 @@ To remove the results database, run `bundle exec rake rspec_profiling:uninstall`
## Contributing
-1. Fork it
-2. Create your feature branch (`git checkout -b my-new-feature`)
-3. Commit your changes (`git commit -am 'Add some feature'`)
-4. Push to the branch (`git push origin my-new-feature`)
-5. Create new Pull Request
-
-## About Breakwater
-
-![Breakwater Logo](https://images.squarespace-cdn.com/content/5d084fe43b0b620001239437/1565926359217-2LQ1BOFAO5846OAYAGZV/breakwater.png?content-type=image%2Fpng)
-
-Breakwater builds exciting web and mobile apps in Louisville, CO. Our work powers a wide variety of businesses with many different needs. We love open source software, and we're proud to contribute where we can. Interested to learn more? [Contact us today](https://www.breakwaterltd.com/contact).
-
-This project is maintained by Breakwater. The names and logos of Breakwater are fully owned and copyright Breakwater Limited.
+Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000..b8b622c
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,19 @@
+# Security Policy
+
+## Supported Versions
+
+Ruby versions that are currently being supported with security updates.
+
+| Version | Supported |
+| ------- | ------------------ |
+| <=2.6 | :x: |
+| 2.7 | :white_check_mark: |
+| 3.0 | :white_check_mark: |
+| 3.1 | :white_check_mark: |
+| 3.2 | :white_check_mark: |
+
+## Reporting a Vulnerability
+
+Please click the `Report a vulnerability` button [here](https://github.com/procore-oss/blueprinter/security) to report a vulnerability.
+
+A maintainer will respond to you as soon as possible and discuss the process to get the vulnerability fixed.
diff --git a/gemfiles/spec.postgres.gemfile b/gemfiles/spec.postgres.gemfile
new file mode 100644
index 0000000..9db37d3
--- /dev/null
+++ b/gemfiles/spec.postgres.gemfile
@@ -0,0 +1,5 @@
+source "https://rubygems.org"
+
+gem "pg"
+
+gemspec path: "../"
diff --git a/rspec_profiling.gemspec b/rspec_profiling.gemspec
index e5a6eeb..7706469 100644
--- a/rspec_profiling.gemspec
+++ b/rspec_profiling.gemspec
@@ -6,11 +6,11 @@ require 'rspec_profiling/version'
Gem::Specification.new do |spec|
spec.name = "rspec_profiling"
spec.version = RspecProfiling::VERSION
- spec.authors = ["Ben Eddy"]
- spec.email = ["bae@foraker.com"]
+ spec.authors = ["Prodocore Technologies, Inc."]
+ spec.email = ["opensource@procore.com"]
spec.description = %q{Profile RSpec test suites}
spec.summary = %q{Profile RSpec test suites}
- spec.homepage = "https://github.com/foraker/rspec_profiling"
+ spec.homepage = "https://github.com/procore-oss/rspec_profiling"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
@@ -26,4 +26,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "pry"
+
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
+ spec.metadata['rubygems_mfa_required'] = 'true'
end