coaster 0.1.10 → 0.1.11

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
  SHA1:
3
- metadata.gz: 4b9424c75fee298fd6625c7413b79d553c92c8ba
4
- data.tar.gz: bc62c35b244336cb80b18ec33fcb7a1b71c2668c
3
+ metadata.gz: 8e6695119e11a9649bb02cce8944dcb0a1015e4a
4
+ data.tar.gz: 3dd32a20091525012006087ce11cc254e056e1cd
5
5
  SHA512:
6
- metadata.gz: 2a015c1a333f1c4bfcf6a29af97079688cf3f84adc79ea647af8353c65c133323073ebb53707de643103c74f60b97bff9efdaf0f03450a3faab19af3b3707bee
7
- data.tar.gz: 371764972fbbe84f027b3cab23a74b15e25a38a378b71f772acd8afc41d3f76949aec584e9bf09d014b6988a3acbd265cd7e542d75485d65177ce139776607b0
6
+ metadata.gz: 0e3c686ee18bdf2ebc6d648e7e13aef49be5a5d534ff647f23e672fa82976c6b7594323708e54bb17cbcdcf552824ef0e09c02c1257630cb7acc22d7bbb38626
7
+ data.tar.gz: 882f0c7a2718beb129e430c673a0b86fc98caef89898d2f83571e4a153f84cfd18a35f09fee892782f7bd1eabef39c3d15769e7a4167f3b5c003341f2909799e
@@ -73,7 +73,7 @@ class StandardError
73
73
  end
74
74
 
75
75
  def attributes
76
- if cause && cause.respond_to?(:attributes)
76
+ if cause && cause.respond_to?(:attributes) && cause.attributes.is_a?(Hash)
77
77
  cause.attributes.merge(@attributes)
78
78
  else
79
79
  @attributes
@@ -1,3 +1,3 @@
1
1
  module Coaster
2
- VERSION = '0.1.10'
2
+ VERSION = '0.1.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coaster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - buzz jung
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-09 00:00:00.000000000 Z
11
+ date: 2016-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: '0'
204
204
  requirements: []
205
205
  rubyforge_project:
206
- rubygems_version: 2.4.8
206
+ rubygems_version: 2.4.5.1
207
207
  signing_key:
208
208
  specification_version: 4
209
209
  summary: A little convenient feature for standard library