stackprof-remote 0.0.5 → 0.0.6

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: 6ece6d3e81d46b55a4d9166b5484c45af1b98645
4
- data.tar.gz: 0517d59d12342660a0ed27f7d6830064c9bf66ef
3
+ metadata.gz: fc99340921751904c2e18f70cbdf3287a3ce4487
4
+ data.tar.gz: 382d4cbe19608945cbf156c6c57e4c733d0f2076
5
5
  SHA512:
6
- metadata.gz: 4ed19e9b9c3eac24450de8832c19aedc2a22a1a3bc9a8b33385a046b04c4bcc656f25808a3e8e38aa2a8b80ca07ad1ec4022cf40ba37894899e9047e301ca64f
7
- data.tar.gz: 8b58aabce07869e3e217012649886b311e6065ff370511a46a841539f19ef10e3cd2949102e2d4a6574a4dac5be7d7c5a0eade852fa4acfad020c1ddb99054ac
6
+ metadata.gz: 7e6df9f37e6f65a40004bcb7d0c658d83ef18d3337506790a12b962e24dc6bfcb3cfcb078cd433112ba8b978ff39c23638439f12bee6192f3c38f97b4a35183e
7
+ data.tar.gz: bfb726b3f84da7c4abca7fb5f13a8c38e6ce38c18cdf442cb0ea570c12ccab4deba89424487ec68ed6d6241c7ecf27c05c41e07b1cc8893f9244f2ad45ffb61b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -66,7 +66,7 @@ module StackProf
66
66
  sum ? StackProf::Report.new(d) + sum : StackProf::Report.new(d)
67
67
  end
68
68
  else
69
- StackProf::Report.new(d)
69
+ StackProf::Report.new(data)
70
70
  end
71
71
  end
72
72
 
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: stackprof-remote 0.0.5 ruby lib
5
+ # stub: stackprof-remote 0.0.6 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "stackprof-remote"
9
- s.version = "0.0.5"
9
+ s.version = "0.0.6"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Aaron Quint"]
14
- s.date = "2014-06-19"
14
+ s.date = "2014-10-05"
15
15
  s.description = "stackprof-remote consists of a middleware for easy creation and retreival of\n stackprof sampling profiler dumps from a remote machine, and a wrapper around\n pry (stackprof-cli) to create an interactive session for navigating stackprof\n dumps."
16
16
  s.email = "aaron@quirkey.com"
17
17
  s.executables = ["stackprof-cli", "stackprof-remote"]
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
41
41
  ]
42
42
  s.homepage = "http://github.com/quirkey/stackprof-remote"
43
43
  s.licenses = ["MIT"]
44
- s.rubygems_version = "2.2.1"
44
+ s.rubygems_version = "2.2.2"
45
45
  s.summary = "A Middleware and CLI for fetching and interacting with StackProf dumps"
46
46
 
47
47
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackprof-remote
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Quint
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-19 00:00:00.000000000 Z
11
+ date: 2014-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rbtrace
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  requirements: []
162
162
  rubyforge_project:
163
- rubygems_version: 2.2.1
163
+ rubygems_version: 2.2.2
164
164
  signing_key:
165
165
  specification_version: 4
166
166
  summary: A Middleware and CLI for fetching and interacting with StackProf dumps