smoke_detector 0.0.3 → 0.0.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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjBmN2QwOWNkYTk1NWQ0ODI0ZDQ3MTViODU5YzQzOTAxMzcxZTE0Yg==
4
+ ZTJjMjcwN2FjYzJkMWE0MDk2MGZkOTkzZTBiMWQ1NjFkMTZjNjJiYg==
5
5
  data.tar.gz: !binary |-
6
- ZjIxZDY1YzhmNTdhNjMwNzM2NjRmZDRjN2I0NDMwOTYyNmEzMTc0MA==
6
+ NTM3NzQ0NDQwNmVlN2JiYmQ3ZGM0NWM3ODMxOWIwNzY2YTFmZTlhYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MjYwMzIwMGUzNzY5MWFmZDYwYzcxZTM4MzJhODRmMDhlM2UwNjIxNjE2ODE4
10
- NTg0YzA0MTQ3NjQ1NTM0YzEzM2EyYzJmOTAyYTAzOTdjMjU2NWExNzFjZDky
11
- MDRkMjRhMzQ3MDlhMTk1YTM2OTg2NjUyNDdiYzFhZjU5NWQ2NmE=
9
+ ZGIzMmU5MTg1N2JhZTgxMjdkYzBkOGNjZTRjNWYyYmVjNjY4NjlkZjBlMTQ0
10
+ ZmU4YzlkNTNiMDBiMWIyZDZmNjQxNDUxM2M4ODA5YmFmMWY4Y2Q1Nzc5NmUx
11
+ NmRkMjgwN2YzZjQ0ZDY2NDlhNWY2MzUyN2U4NTcyN2IzMzcwM2M=
12
12
  data.tar.gz: !binary |-
13
- NDY1YmJlNjQxYWE3ODQwNTQ1NWZiMTg0MTY0NmUxMDgxZDhkZjM3NjkzNDhh
14
- ZjA1MDAzZjE4ZGQwM2E3YjU3N2ZiOWVhOTIzNjIyODliMjRjNzhiNTJhZTBl
15
- OTAzMGI4YjMyNWEzOGNhY2UxMjYxYTNlNmFiOTQyNGVlMzk2YjY=
13
+ MzczNzY3NWIzMjI2YzEzNDNhZjBlMDc4YTcxNTI2YzRmNjM4NzNiNTY2OTU3
14
+ ZThlNWUyNjY2YmYzMjlmMWZjYTMyMTYwMTQ1ZTI5ZWY5MWU3MThhYTZlM2I0
15
+ MDc5MDBmYWMxNGUxZWE2NWZiYWNjZDZhZDczNzk4MDYxYWM5MWY=
@@ -4,12 +4,13 @@ module SmokeDetector::Providers
4
4
 
5
5
  def initialize(api_key, settings = {})
6
6
  ::Rollbar.configure do |c|
7
+ c.environment = ::Rails.env # Rollbar sets this to 'unspecified' by default
8
+
7
9
  c.access_token = api_key
8
10
  apply_configuration_settings(c, settings)
9
11
 
10
12
  # set Rollbar defaults
11
13
  c.logger ||= ::Rails.logger
12
- c.environment ||= ::Rails.env
13
14
  c.root ||= ::Rails.root
14
15
  c.framework = "Rails: #{::Rails::VERSION::STRING}"
15
16
  c.filepath ||= ::Rails.application.class.parent_name + '.rollbar'
@@ -1,3 +1,3 @@
1
1
  module SmokeDetector
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -8616,3 +8616,6 @@ Error
8616
8616
  Rendered /Users/chris/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
8617
8617
  Rendered /Users/chris/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
8618
8618
  Rendered /Users/chris/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.4ms)
8619
+ Connecting to database specified by database.yml
8620
+ Connecting to database specified by database.yml
8621
+ Connecting to database specified by database.yml