singed 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 130f5fb69096f1a09875822dca8c86ca3a05876ca2b742cab274fb863ed7c253
4
- data.tar.gz: 342357ad154850a5e5be841820cefe69609825650c8f0401c58a182f1ffd992c
3
+ metadata.gz: c5eee9e4b8b057bfe41522213ce622d4e60d24c123bd84efd86198d2d36254f7
4
+ data.tar.gz: f10be7d1314b44e80a0fb1f1487af69ee491de18aec00ce54fa87efe13189e7e
5
5
  SHA512:
6
- metadata.gz: 673f34810201f6050862488b728272ff769e5072b6a5fba90a4669b811efdbaa6fc9a8fd56c4f2cccebca7445c00bdc28700ec22881076dfcaef7bdf4bd5be2a
7
- data.tar.gz: a839d09f7b78c96c4b1e38aa101fb755fef1c72ac3cee5068c0aef1df9d199ce3a73cfee3c40f6a2f934b6c14abb90765b3475e2a9ffc1d23e5a29f8eba01aab
6
+ metadata.gz: 8dadca73464601533e7c235f465654c4f4066b9dd688f74f90bbb2191bdeaa24b9276dc0e4575fd224dbb95936c4368164be923bae6c43d9d95ba451949fb175
7
+ data.tar.gz: a473d79f866560f7def5960c8f38631f89543798adc6fe868906fd2294fd84adbaa5635353772763893579db1b34cf2de93b1f61162f69b3fadd1788b1dd834e
@@ -14,7 +14,7 @@ module Singed
14
14
  end
15
15
 
16
16
  def self.init!
17
- Singed.output_directory = Rails.root.join("tmp/speedscope")
17
+ Singed.output_directory ||= Rails.root.join("tmp/speedscope")
18
18
  Singed.backtrace_cleaner = Rails.backtrace_cleaner
19
19
  end
20
20
  end
data/singed.gemspec CHANGED
@@ -3,7 +3,7 @@
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "singed"
5
5
 
6
- spec.version = "0.2.2"
6
+ spec.version = "0.2.3"
7
7
  spec.license = "MIT"
8
8
  spec.authors = ["Josh Nichols"]
9
9
  spec.email = ["josh.nichols@gusto.com"]
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.required_ruby_version = ">= 2.7.0"
12
12
  spec.homepage = "https://github.com/rubyatscale/singed"
13
13
  spec.metadata = {
14
- "source_code_uri" => "https://github.com/rubyatscale/singed.git",
14
+ "source_code_uri" => "https://github.com/rubyatscale/singed",
15
15
  "bug_tracker_uri" => "https://github.com/rubyatscale/singed/issues",
16
16
  "homepage_uri" => "https://github.com/rubyatscale/singed"
17
17
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: singed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Nichols
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-09 00:00:00.000000000 Z
11
+ date: 2025-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description:
69
+ description:
70
70
  email:
71
71
  - josh.nichols@gusto.com
72
72
  executables:
@@ -91,10 +91,10 @@ homepage: https://github.com/rubyatscale/singed
91
91
  licenses:
92
92
  - MIT
93
93
  metadata:
94
- source_code_uri: https://github.com/rubyatscale/singed.git
94
+ source_code_uri: https://github.com/rubyatscale/singed
95
95
  bug_tracker_uri: https://github.com/rubyatscale/singed/issues
96
96
  homepage_uri: https://github.com/rubyatscale/singed
97
- post_install_message:
97
+ post_install_message:
98
98
  rdoc_options: []
99
99
  require_paths:
100
100
  - lib
@@ -109,8 +109,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
- rubygems_version: 3.5.9
113
- signing_key:
112
+ rubygems_version: 3.0.3.1
113
+ signing_key:
114
114
  specification_version: 4
115
115
  summary: Quick and easy way to get flamegraphs from a specific part of your code base
116
116
  test_files: []