skylight-core 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/skylight/core/deprecation.rb +2 -2
- data/lib/skylight/core/probes/grape.rb +3 -0
- data/lib/skylight/core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe55886e88fc2828fad4c6565eb0c1db58d0901e751602306079fa1b42e3be43
|
4
|
+
data.tar.gz: d0598c4efa965eb3911c59991eca2664b53cfd0eb6e86a712ca642ca2fc24b6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3aed5c95952a9b1db5ae89e2c8085aea8bb00c614ffe9974e4f75d77a1a34c1cfa07910009c35cdaffd8ccf35ab2d3a64380acfeb26b386ec07da4f131187765
|
7
|
+
data.tar.gz: 6308094a1e5611924304bd14512deb40ca6d161d51ddb24c0c50e892bb1c5af0766e3542b3c54ff883f8d6692f2e92428031cd985a8430745dcd064100195f06
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'active_support/deprecation'
|
2
2
|
|
3
|
-
module Skylight
|
3
|
+
module Skylight::Core
|
4
4
|
SKYLIGHT_GEM_ROOT = File.expand_path("../../..", __FILE__) + "/"
|
5
5
|
|
6
6
|
class Deprecation < ActiveSupport::Deprecation
|
@@ -11,5 +11,5 @@ module Skylight
|
|
11
11
|
end
|
12
12
|
end
|
13
13
|
|
14
|
-
DEPRECATOR = Deprecation.new('3.0', 'skylight')
|
14
|
+
DEPRECATOR = Deprecation.new('3.0', 'skylight-core')
|
15
15
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: skylight-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tilde, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -198,6 +198,7 @@ files:
|
|
198
198
|
- lib/skylight/core/probes/excon.rb
|
199
199
|
- lib/skylight/core/probes/excon/middleware.rb
|
200
200
|
- lib/skylight/core/probes/faraday.rb
|
201
|
+
- lib/skylight/core/probes/grape.rb
|
201
202
|
- lib/skylight/core/probes/httpclient.rb
|
202
203
|
- lib/skylight/core/probes/middleware.rb
|
203
204
|
- lib/skylight/core/probes/mongo.rb
|