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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17d684c92a2f6775b95188cedc1b11508c4591a9
4
- data.tar.gz: e70f72f23711fd568472bf5795fdd51aef0a8ba2
3
+ metadata.gz: ab4dbf796ab0088c54dd980ddf40c3eb108acd6c
4
+ data.tar.gz: 182342fb81e197d9aafb7f6c81c9e62b1fdcb109
5
5
  SHA512:
6
- metadata.gz: 2315890f9d758935c69810496ffd6a352fd6470db51400493f3aa091eb50df746feb3e2e683875d5664f1c6aeab0fa49f8d18f232e1ef9ae738c6d0ae1274b55
7
- data.tar.gz: c6f0e0951d36e8a894e89f33e6cea95d3d2111aa5f331fe756fc00790d2d762b1ba3aa49b107d39b48539d0b4b8d08fdd31c39deb60ade32cdd1407e85e24e1e
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
@@ -1,5 +1,7 @@
1
1
  require "json"
2
2
  require "bundler"
3
+ require "net/http"
4
+
3
5
  require "prospector/version"
4
6
 
5
7
  require "prospector/client"
@@ -1,3 +1,3 @@
1
1
  module Prospector
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
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.2
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: 2015-12-20 00:00:00.000000000 Z
11
+ date: 2016-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json