test_track_rails_client 0.9.17 → 0.9.18

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
- NDdiNzc0ZTU0YjY3ZmMxOTFhZmFhNjY0MTA1MzBlNTZiMjJjOTBmZA==
4
+ ZjA3NGI2YjliN2I5M2YwZTMxMzdmMWViMDZkYzdjMGViODhhNzFmNA==
5
5
  data.tar.gz: !binary |-
6
- MjA1YzhkM2Y3ZDViYWNmODA3OTkxYzVhYzA0M2E1Y2MwMTM0Y2U2MA==
6
+ NmViNmVkMWU4NTI1ZmM2MDZiOGYzNTFiMTI1ZDBlZmJhYjNjMDcwMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MGE2OGM3NDIyMzg2MmQzMWQwNmNkODI0NjRlZjQxMTUwYTMxNjJlNGM4MTU0
10
- ZDFmZGExYTIwODA0YzMwODc4NTQ4ODdlNGQ4ZTc2ZmEyYThiNDAxMDRiZTFl
11
- NGM4ZmMzNTVlZGZiY2ExY2Y3ZDIzNDBlYzAxZDFhNTI3NzBiOTY=
9
+ ODU2NzI0NjhmNGIzOWIwYzMyZDcxY2M0MDIyNjg1ZWU5ZDJkM2QwMTk0YWE0
10
+ NTc1MmZkMzY4MDMxZjQwY2NmNDk3OWRiMzM0ZmIzYmYzYWQ2OTEwNWJlMmQ0
11
+ M2MxMzc2NTQ3YWQ0MzdmNjNhZDBhZjFmYzQ4NjhhYTRiZWUwYjk=
12
12
  data.tar.gz: !binary |-
13
- MGEzYmVlNDg1MjdhMjcxM2EwNTgyOTVjOTUwZTAxNzc3MGE4NDAyMzBjMjVm
14
- MmYxODQ4YmUzNjI2NzdjODg3NzY3NzlkYTFiYzg1M2MwMGUzZTA5ZGNlMmM1
15
- MmRmNGNhOTBiMjBmMGMyMmJlMWE3NzU5NDFkODBmOTczMmYzOGU=
13
+ NzA2OWI5ZDE4OTQ0OGMwMDdlYjU0Mjg0ZmY0MDU2MTk1NzY3Nzc0MGMyNDg2
14
+ NjAyMDZlOTRiMGRkNWRmOWE1NzU2ZDA3YWFiNWFiMmZhZmVkZGRhOTZlZjk3
15
+ OGE2MGFlOGMyNmJlMTk0YzQ4MzZmOWM2ZjI2ZjJkOGIxM2RlYjU=
@@ -1,6 +1,6 @@
1
1
  class TestTrack::MisconfigurationNotifier
2
2
  def notify(msg)
3
- raise msg if Rails.env.development? || Rails.env.test?
3
+ raise msg if Rails.env.development?
4
4
 
5
5
  Rails.logger.error(msg)
6
6
 
@@ -1,3 +1,3 @@
1
1
  module TestTrackRailsClient
2
- VERSION = "0.9.17" # rubocop:disable Style/MutableConstant
2
+ VERSION = "0.9.18" # rubocop:disable Style/MutableConstant
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_track_rails_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.17
4
+ version: 0.9.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan O'Neill
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2016-12-27 00:00:00.000000000 Z
16
+ date: 2016-12-31 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: rails