ruby-prof 0.15.0 → 0.15.1

Sign up to get free protection for your applications and to get access to all the features.
data/doc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Fri, 02 May 2014 08:21:06 +0200
1
+ Mon, 05 May 2014 11:42:46 +0200
2
2
  bin/ruby-prof Wed, 25 Dec 2013 08:28:55 +0100
3
3
  bin/ruby-prof-check-trace Sun, 10 Mar 2013 10:57:14 +0100
4
4
  examples/flat.txt Tue, 29 Jan 2013 16:43:39 +0100
@@ -24,7 +24,7 @@ lib/ruby-prof/profile.rb Wed, 25 Dec 2013 08:59:06 +0100
24
24
  lib/ruby-prof/rack.rb Wed, 25 Dec 2013 09:34:14 +0100
25
25
  lib/ruby-prof/task.rb Tue, 29 Jan 2013 16:43:39 +0100
26
26
  lib/ruby-prof/thread.rb Wed, 25 Dec 2013 09:34:14 +0100
27
- lib/ruby-prof/version.rb Fri, 02 May 2014 08:18:49 +0200
27
+ lib/ruby-prof/version.rb Mon, 05 May 2014 11:08:47 +0200
28
28
  lib/unprof.rb Tue, 29 Jan 2013 16:43:39 +0100
29
29
  ext/ruby_prof/ruby_prof.c Mon, 30 Dec 2013 14:56:05 +0100
30
30
  README.rdoc Wed, 25 Dec 2013 10:55:27 +0100
@@ -1,3 +1,3 @@
1
1
  module RubyProf
2
- VERSION = "0.15.0"
2
+ VERSION = "0.15.1"
3
3
  end
data/ruby-prof.gemspec CHANGED
@@ -16,7 +16,7 @@ show how long the method ran, which methods called it and which
16
16
  methods it called. RubyProf generate both text and html and can output
17
17
  it to standard out or to a file.
18
18
  EOF
19
-
19
+ spec.license = 'MIT'
20
20
  spec.version = RubyProf::VERSION
21
21
 
22
22
  spec.author = "Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes"
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: ruby-prof
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.15.0
5
+ version: 0.15.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-02 00:00:00.000000000 Z
12
+ date: 2014-05-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -246,7 +246,8 @@ files:
246
246
  - test/unique_call_path_test.rb
247
247
  - test/yarv_test.rb
248
248
  homepage: https://github.com/ruby-prof/ruby-prof
249
- licenses: []
249
+ licenses:
250
+ - MIT
250
251
  post_install_message:
251
252
  rdoc_options: []
252
253
  require_paths:
@@ -264,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
264
265
  - !ruby/object:Gem::Version
265
266
  segments:
266
267
  - 0
267
- hash: -3641831805490330647
268
+ hash: 1057268895723856426
268
269
  version: '0'
269
270
  requirements: []
270
271
  rubyforge_project: