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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d65618c6d6e9fcecd44bca37e8d7e3fbade73ce213712ab8af7ca71c6707e8c
4
- data.tar.gz: '01867c672012d9400da14b148f856745d611695f4a85677eca624de60c9f87dc'
3
+ metadata.gz: fe55886e88fc2828fad4c6565eb0c1db58d0901e751602306079fa1b42e3be43
4
+ data.tar.gz: d0598c4efa965eb3911c59991eca2664b53cfd0eb6e86a712ca642ca2fc24b6f
5
5
  SHA512:
6
- metadata.gz: e610c23d07e5e8c02f4be9ef602689e9d1a1abfdd2ee58a72dbdd643b7e6d6d9abef8eb256951563d5296bfd8f0c18d0de76af69be8d4e3f403a67293cd95423
7
- data.tar.gz: 6dff8d6a3e452b7657f8c011c0dbf54205d01795effe34826ab38da5700bc778be3b99bff952684bfbaf5c312093f69c38907f35211f111dbb9c5bee4361d37d
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
@@ -0,0 +1,3 @@
1
+ Skylight::Core::DEPRECATOR.warn "The Grape probe is no longer required as of Grape 0.13 " \
2
+ "and will be removed from #{Skylight::Core::DEPRECATOR.gem_name} " \
3
+ "#{Skylight::Core::DEPRECATOR.deprecation_horizon}"
@@ -1,6 +1,6 @@
1
1
  module Skylight
2
2
  module Core
3
- VERSION = '2.0.0'
3
+ VERSION = '2.0.1'
4
4
  end
5
5
  end
6
6
 
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.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-04-25 00:00:00.000000000 Z
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