prospector 0.4.2 → 0.4.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 +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/prospector.rb +2 -0
- data/lib/prospector/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab4dbf796ab0088c54dd980ddf40c3eb108acd6c
|
|
4
|
+
data.tar.gz: 182342fb81e197d9aafb7f6c81c9e62b1fdcb109
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 669358936c4856acd608b26510c873da5fbf53993709cbf4a35d8f0cb6c39717d3c03481d8d76e09ae70e24f4f67b5674b639f08ef410cdff723f394a87efd37
|
|
7
|
+
data.tar.gz: f0af1709246bcb99daf0a1ec51444450c4d6e8a22ee247a5f7e65c4b1addcae7cba9b135a988f09e0a50765b3124ed3cdcfc8b1bf49b307466743a312fd6882c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Prospector Changelog
|
|
2
2
|
|
|
3
|
+
## Version 0.4.3
|
|
4
|
+
|
|
5
|
+
* Properly require the "net/http" library
|
|
6
|
+
|
|
7
|
+
## Version 0.4.2
|
|
8
|
+
|
|
9
|
+
* Allow easier customization of endpoint and credentials per client instance for development [PR #9](https://github.com/madebylotus/prospector/pull/10)
|
|
10
|
+
|
|
11
|
+
## Version 0.4.1
|
|
12
|
+
|
|
13
|
+
* Enhances detection of Rails servers for use with Auto Reporting features [PR #8](https://github.com/madebylotus/prospector/pull/8)
|
|
14
|
+
|
|
3
15
|
## Version 0.4
|
|
4
16
|
|
|
5
17
|
* Adds support for an `inline` and `none` background adapter [PR #7](https://github.com/madebylotus/prospector/pull/7)
|
data/lib/prospector.rb
CHANGED
data/lib/prospector/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prospector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Millsaps-Brewer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|