rspec_profiling 0.0.7 → 0.0.8

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
2
  SHA256:
3
- metadata.gz: 26ca0174bdfbc6586d2c6f570089eb5e54593111d879cb93fd97a0575233e3d5
4
- data.tar.gz: 1c53782f71972337e7f6d4158cbfe261aa9a37a104b56e558dc950b3828cc3f4
3
+ metadata.gz: 1395be18ece44c2dcfededac3437d6dc6513a5d66cd08eed8d2cfaaff03aad0e
4
+ data.tar.gz: 01a97ea2671d1154469a611142528cdd4778d70561f4c403382b89f332a107e8
5
5
  SHA512:
6
- metadata.gz: 9a00ddc9c3750e5be40a987ea8ee988d8352cdafa08a8f5381b1792c72632a7683e3d003a691341672d5f8ef7cd75b0f830eba8c2e5806fdf83f6d47e7d19f9e
7
- data.tar.gz: 240b4aea885e635c0c493237e2d7a67a1e3c22653b79217d598527641a1bb8586cfdf618c82d39874a98a76b41e2ea777ca1de5911510b782a5dc6129174b76c
6
+ metadata.gz: f2aa36663dd1bbb6e121ee3282fa4595aea9775e266c6cf8e3926c9e9338a9ff94891a0792d64aae9c6222673cd003414d1d35bf38e59ae2c79086f76977ee5a
7
+ data.tar.gz: 9d06c7160f4b0fb634c2c2719ef63fe428fc5a71171d42885c2bd5598fa7c8a33f37ea9cb92165f84b7d8637d4bec8f64b2025224116270dbbff8bfa4662698e
data/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # RspecProfiling
2
2
 
3
+ [![Test](https://github.com/procore-oss/rspec_profiling/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/procore-oss/rspec_profiling/actions/workflows/test.yaml)
4
+ [![Gem Version](https://badge.fury.io/rb/rspec_profiling.svg)](https://badge.fury.io/rb/rspec_profiling)
5
+ [![Discord](https://img.shields.io/badge/Chat-EDEDED?logo=discord)](https://discord.gg/PbntEMmWws)
6
+
7
+
3
8
  Collects profiles of RSpec test suites, enabling you to identify specs
4
9
  with interesting attributes. For example, find the slowest specs, or the
5
10
  spec which issues the most queries.
@@ -1,3 +1,3 @@
1
1
  module RspecProfiling
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -29,4 +29,6 @@ Gem::Specification.new do |spec|
29
29
 
30
30
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
31
31
  spec.metadata['rubygems_mfa_required'] = 'true'
32
+ spec.metadata['homepage_uri'] = spec.homepage
33
+ spec.metadata['source_code_uri'] = spec.homepage
32
34
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_profiling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Procore Technologies, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-22 00:00:00.000000000 Z
11
+ date: 2024-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -163,6 +163,8 @@ licenses:
163
163
  metadata:
164
164
  allowed_push_host: https://rubygems.org
165
165
  rubygems_mfa_required: 'true'
166
+ homepage_uri: https://github.com/procore-oss/rspec_profiling
167
+ source_code_uri: https://github.com/procore-oss/rspec_profiling
166
168
  post_install_message:
167
169
  rdoc_options: []
168
170
  require_paths: