perftools.rb 2.0.2 → 2.0.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
  SHA1:
3
- metadata.gz: e5354c9f6adafa6a03a40aa9f642a48e869b26e0
4
- data.tar.gz: c928c2375eb6f16a1b7d0889ef5bdb8544004904
3
+ metadata.gz: 932bde77ce40a434c5f007edc5c838c10fb81d48
4
+ data.tar.gz: 2775b56c57f72b165cbf423b166d53afb525544a
5
5
  SHA512:
6
- metadata.gz: 8fbc618563d5dad63f74c8b84f31e37009d0e7c5ea7343de5e961efb1a13d9980fa842c30dea7685be321b85e7f4af76240b3dabf8d2b5764a2092658222d33c
7
- data.tar.gz: f9f92e6dd03853f7c9a328385e9035c5b857b5bec80b0bca68641340b89b9da69a92064498b88e86310c14c755dbad6042ce0e87703fe78099c553fd98e1b4b7
6
+ metadata.gz: 414943564235847059df7b0d0b994a6ffe669015f8ea163bb9f19dea2979830d2912404e1469d87c08aa01b090a345fb97541555d4a420f4987049e75b3117ca
7
+ data.tar.gz: 909ff62642b58d3f76f35f84c388aba35d96e1c64cfd5c6b194ed374d1793c4b36c8a6eb04efbbbf4e528746289b3658238b50c86125bb811b37732955c07ec2
@@ -10,7 +10,7 @@ end
10
10
 
11
11
  require 'mkmf'
12
12
  require 'fileutils'
13
- if RUBY_VERSION > "2.1"
13
+ if RUBY_VERSION > "1.9"
14
14
  begin
15
15
  require 'debase/ruby_core_source'
16
16
  rescue LoadError
@@ -22,7 +22,7 @@ if RUBY_VERSION > "2.1"
22
22
  Gem::Specification.find_by_name('debase-ruby_core_source').activate
23
23
  require 'debase/ruby_core_source'
24
24
  end
25
- elsif RUBY_VERSION >= "1.9"
25
+ else
26
26
  begin
27
27
  require "debugger/ruby_core_source"
28
28
  rescue LoadError
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'perftools.rb'
3
- s.version = '2.0.2'
3
+ s.version = '2.0.3'
4
4
  s.rubyforge_project = 'perftools-rb'
5
5
  s.summary = 'gperftools for ruby code'
6
6
  s.description = 'A sampling profiler for ruby code based on patches to gperftools'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perftools.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aman Gupta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2015-07-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A sampling profiler for ruby code based on patches to gperftools
14
14
  email: perftools@tmm1.net