ruby-prof 1.6.2-x64-mingw-ucrt → 1.6.3-x64-mingw-ucrt

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: 4b4e4760579e79fbe1f366a04b3fe39aad288034c2db4ac4683c0f892ac3b8e7
4
- data.tar.gz: a1a82b7f129560014af92d6256f6e4a0ef06ee909cf2fff7fd643e92ab92f770
3
+ metadata.gz: 64892324d0beb77fe9a75baf53c029c0e3be929330dc60bd6e637a16163022d7
4
+ data.tar.gz: 4191109bbd215cc01dc8c3476edfb6700690cd5bc0035c31b622476decdf16a1
5
5
  SHA512:
6
- metadata.gz: 58af0b67459d001ba4781b4d25544fb3d75d6806877c4695b2fd41357333bc5e8ba8b9425e7ed8b8f3aba6daaf00f32b5045757ca1284d1aa0eb131f51dcbbec
7
- data.tar.gz: f3c3e5953671deca67472e3740bd5757dc2cab05cb4c364080e43d5b33803611b404351fbadf5402ad6118974957db40df3fa858d736231c3269c6a1e4d3995f
6
+ metadata.gz: a789179d62a9fb36b8660a55746ba91cd767985e42e92a64e25ee448a17757161a90cc15ac572b1368faae18b84222059d2b5331c62486578ca967a92a30363c
7
+ data.tar.gz: 33c6c79f3f6a268200a517e36b94c35a191ed4110b1f4d5114d1da874792aadd88f364c16f5604253a239ca2dd04427ff189fb8d753210ada949dd573253bc36
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ 1.6.3 (2023-04-20)
2
+ =====================
3
+ * Remove debug code unintentionally left in ruby-prof command line program (Charlie Savage)
4
+
1
5
  1.6.2 (2023-04-17)
2
6
  =====================
3
7
  * Fix Profile#merge! implementation (asksurya)
data/bin/ruby-prof CHANGED
@@ -1,10 +1,5 @@
1
1
  #! /usr/bin/env ruby
2
2
 
3
- # To make testing/debugging easier test within this source tree versus an installed gem
4
- require 'bundler/setup'
5
- ext_path = File.expand_path(File.join(__dir__, '..', 'ext', 'ruby_prof'))
6
- $LOAD_PATH.unshift(File.expand_path(ext_path))
7
-
8
3
  # First require ruby-prof
9
4
  require 'ruby-prof'
10
5
 
data/lib/3.1/ruby_prof.so CHANGED
Binary file
data/lib/3.2/ruby_prof.so CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module RubyProf
2
- VERSION = "1.6.2"
2
+ VERSION = "1.6.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-prof
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.6.3
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-17 00:00:00.000000000 Z
11
+ date: 2023-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -168,7 +168,7 @@ metadata:
168
168
  bug_tracker_uri: https://github.com/ruby-prof/ruby-prof/issues
169
169
  changelog_uri: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
170
170
  documentation_uri: https://ruby-prof.github.io/
171
- source_code_uri: https://github.com/ruby-prof/ruby-prof/tree/v1.6.2
171
+ source_code_uri: https://github.com/ruby-prof/ruby-prof/tree/v1.6.3
172
172
  post_install_message:
173
173
  rdoc_options: []
174
174
  require_paths: