appsignal 0.4.3 → 0.4.4

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.
@@ -1,3 +1,3 @@
1
1
  module Appsignal
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
3
3
  end
@@ -37,7 +37,7 @@ class AppsignalGenerator < Rails::Generators::Base
37
37
 
38
38
  def check_key
39
39
  begin
40
- auth_check = Appsignal::AuthCheck.new(options.environment)
40
+ auth_check = ::Appsignal::AuthCheck.new(options.environment)
41
41
  result = auth_check.perform
42
42
  if result == '200'
43
43
  say_status :success, "AppSignal has confirmed authorisation!"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appsignal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: