ruby-prof 1.6.2 → 1.6.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 +4 -4
- data/CHANGES +4 -0
- data/bin/ruby-prof +0 -5
- 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: 416c147d8497f94d50b9b142596873a4f3bd5c9809bb5079f229fa413f626497
|
4
|
+
data.tar.gz: a7cceb2728e182181bac58ecd791a2d425be2e33c6ab1314a8fa66758a4d2ee1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 754d7fd2b208eb398cbb5a3fb6830dc78f0164f0f0ee3024314587982a16a6329c9ae2b54f525d425ec13c2aac54209dfc97febc5920ca72b34aa9c8004c787d
|
7
|
+
data.tar.gz: 076c3bb65e7d71c036e8b393dd74ab51b6d4be4428998445e0c8af1e16f2ce384c36ba7a5417661933eb40d522dcee274a7040e26dd1a4eb2352a395e1fc8ed9
|
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/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: ruby
|
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
|
@@ -167,7 +167,7 @@ metadata:
|
|
167
167
|
bug_tracker_uri: https://github.com/ruby-prof/ruby-prof/issues
|
168
168
|
changelog_uri: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
|
169
169
|
documentation_uri: https://ruby-prof.github.io/
|
170
|
-
source_code_uri: https://github.com/ruby-prof/ruby-prof/tree/v1.6.
|
170
|
+
source_code_uri: https://github.com/ruby-prof/ruby-prof/tree/v1.6.3
|
171
171
|
post_install_message:
|
172
172
|
rdoc_options: []
|
173
173
|
require_paths:
|