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 +4 -4
- data/VERSION +1 -1
- data/lib/stackprof/remote/process_report_collector.rb +1 -1
- data/stackprof-remote.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc99340921751904c2e18f70cbdf3287a3ce4487
|
|
4
|
+
data.tar.gz: 382d4cbe19608945cbf156c6c57e4c733d0f2076
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e6df9f37e6f65a40004bcb7d0c658d83ef18d3337506790a12b962e24dc6bfcb3cfcb078cd433112ba8b978ff39c23638439f12bee6192f3c38f97b4a35183e
|
|
7
|
+
data.tar.gz: bfb726b3f84da7c4abca7fb5f13a8c38e6ce38c18cdf442cb0ea570c12ccab4deba89424487ec68ed6d6241c7ecf27c05c41e07b1cc8893f9244f2ad45ffb61b
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.6
|
data/stackprof-remote.gemspec
CHANGED
|
@@ -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
|
+
# 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.
|
|
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-
|
|
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.
|
|
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.
|
|
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-
|
|
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.
|
|
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
|