smith-squash 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: 7d98fd0a33a935665e7aafc9c18235eb701aaf20
4
- data.tar.gz: 779881b50132989f35f5ef0ab72fe7c5daaac21b
3
+ metadata.gz: 50714fd1c1548214636f3bb8f601edf49da9dbe9
4
+ data.tar.gz: 94544f4558b41387f17a84b348a066ae8f9a716c
5
5
  SHA512:
6
- metadata.gz: 67c5c3c2006905b14765ada877a4e80e8548d63a0ea3062337ee48fe12384dc5677f8a4827e7f8db8f0d3db2fdb5bff6af19f2cb80cb50fae7812685820c09b3
7
- data.tar.gz: 069e4feb53550d07b878bc892b70cf4f9368a54e5898576b3c55a34b66706ec59b493e7f28b158c397f7a49cc629c78a7771b2cf26a725f546283fb84fffb4ab
6
+ metadata.gz: fb9faadae0be69d6b74dd6dd22cd4334a9c8ccfd23a6cedccf72fc532c3ba000a686f3f913829c30497fadd2cc77052d7458b86f029a8f31d2664e47e4e7cb02
7
+ data.tar.gz: b0f706696089c39aefcec85b0fde766fab289ea788a51d2e49e222f26ae05eb03ddb467c9bf1b9a91118232ac6ee6203f242d548599df94993db32e589d1853c
@@ -23,6 +23,7 @@ module Smith
23
23
  # exception
24
24
  def squash_notify(exception, additional_data = {})
25
25
  if use_squash?
26
+ ::Squash::Ruby.configure(squash_config_options)
26
27
 
27
28
  # Little hack since squash doesn't allow the sending of exceptions
28
29
  # without a backtrace.
@@ -1,5 +1,5 @@
1
1
  module Smith
2
2
  module Squash
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smith-squash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Griffith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-03 00:00:00.000000000 Z
11
+ date: 2015-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: squash_ruby