kubelink 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: b86cf4b14868912589f23b9ab93d1276a7ba9322c2d3599c7cf973c095cb49c0
4
- data.tar.gz: 44e8505fcf14251e18c9849660bf987b73be2d38c16b8777627407bc649af53f
3
+ metadata.gz: 1f70ba74e6b17e79e6472ab5e10da0f83a7035f03d4824ff55d904674292af71
4
+ data.tar.gz: afa4a11bb0198ec6d4676d5124873aabce2eafd1b087ab4919131e722c48408e
5
5
  SHA512:
6
- metadata.gz: 512d0a9fb4e388538d84cb0ecf87dec564bbca471d5b4954b88b51c400698973ab6a59c2382c85b1362b49617c296acfdbe2783fe6785bcf418bab7a6d8072d5
7
- data.tar.gz: f6ca9fc4afaa3dd7fe1d98d8884610b144b0bf6bb05f5723522c369bc620e5fc9b2a0ec5c694f73714701ce03277efe106f4a9e71bfeeb0ab3606bfb718ddef6
6
+ metadata.gz: 87cf218bfd94683d8b73a31afb4bf105793ae460f0480a8289136ed4ec3541a3ce8260826c7b0dd8004b5120f0ace280ed4fd3d94ce1e5419eda5b87cdc756da
7
+ data.tar.gz: 78bfa0da9712a04a7062b578075a3678471fb84d4ddbef524702f870f7957f881bb914ec9f7894705e263118a366a7f43ead2b53b681bd953b882c158c8e4410
@@ -5,9 +5,9 @@ module Kubelink
5
5
  include Kubelink::Sentry::Helpers
6
6
  end
7
7
 
8
- if ENV.key?('RAVEN_DSN')
8
+ if ENV.key?('SENTRY_DSN')
9
9
  Raven.configure do |config|
10
- config.dsn = ENV['RAVEN_DSN']
10
+ config.dsn = ENV['SENTRY_DSN']
11
11
  config.release = ENV['RAILS_COMMIT']
12
12
  end
13
13
 
@@ -15,7 +15,7 @@ module Kubelink
15
15
  include Kubelink::Sentry::Controller
16
16
  end
17
17
  elsif Rails.env.production? && !Rake.application.top_level_tasks.include?('assets:precompile')
18
- throw "This application cannot run in production without setting RAVEN_DSN"
18
+ throw "This application cannot run in production without setting SENTRY_DSN"
19
19
  end
20
20
  end
21
21
 
@@ -1,3 +1,3 @@
1
1
  module Kubelink
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kubelink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martino di Filippo