ruby-prof 1.6.2-x64-mingw-ucrt → 1.6.3-x64-mingw-ucrt
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 +4 -4
- data/CHANGES +4 -0
- data/bin/ruby-prof +0 -5
- data/lib/3.1/ruby_prof.so +0 -0
- data/lib/3.2/ruby_prof.so +0 -0
- data/lib/ruby-prof/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64892324d0beb77fe9a75baf53c029c0e3be929330dc60bd6e637a16163022d7
|
4
|
+
data.tar.gz: 4191109bbd215cc01dc8c3476edfb6700690cd5bc0035c31b622476decdf16a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a789179d62a9fb36b8660a55746ba91cd767985e42e92a64e25ee448a17757161a90cc15ac572b1368faae18b84222059d2b5331c62486578ca967a92a30363c
|
7
|
+
data.tar.gz: 33c6c79f3f6a268200a517e36b94c35a191ed4110b1f4d5114d1da874792aadd88f364c16f5604253a239ca2dd04427ff189fb8d753210ada949dd573253bc36
|
data/CHANGES
CHANGED
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
|
data/lib/ruby-prof/version.rb
CHANGED
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.
|
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-
|
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.
|
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:
|