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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc5b4b0b4220c987ae0168f276545ade540de7ec54965edafdb528b0c83cc208
4
- data.tar.gz: 4b7d92a744ccf7f545d5c19c73dbc8a9294465a261512bc7b9578dccde3194e5
3
+ metadata.gz: 416c147d8497f94d50b9b142596873a4f3bd5c9809bb5079f229fa413f626497
4
+ data.tar.gz: a7cceb2728e182181bac58ecd791a2d425be2e33c6ab1314a8fa66758a4d2ee1
5
5
  SHA512:
6
- metadata.gz: 7891771f81dfc0b4b377ff008b645ba63e5ce3b75901b5b497a6c6c8a5ed2b87eea6a201f155ab6ad646440d6d1bd3ed982acdf872a17d8486c9b5eb665741ff
7
- data.tar.gz: a364fa0592341790d49c6c9649498a2dee553cbc4a2c6971d464b3aed350515adf84a479cd93aa925763d783e5d648528a2ad6f293628f00dd9466ac80463fef
6
+ metadata.gz: 754d7fd2b208eb398cbb5a3fb6830dc78f0164f0f0ee3024314587982a16a6329c9ae2b54f525d425ec13c2aac54209dfc97febc5920ca72b34aa9c8004c787d
7
+ data.tar.gz: 076c3bb65e7d71c036e8b393dd74ab51b6d4be4428998445e0c8af1e16f2ce384c36ba7a5417661933eb40d522dcee274a7040e26dd1a4eb2352a395e1fc8ed9
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
 
@@ -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: 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-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
@@ -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.2
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: