coaster 0.2.0 → 0.2.1

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: c0a4202beaa24eff86937b5b9f3cba115fc1089b
4
- data.tar.gz: aff7af5ba97a0defbfeffa7b5ed9dd484dba0b0d
3
+ metadata.gz: 2c58a466dfd273e9573f9aae56ea3eb2e2bec440
4
+ data.tar.gz: a0a164c43f5fe9425581b14872e8b394c336e462
5
5
  SHA512:
6
- metadata.gz: f9edcbd1e35f0f44f2e2094b172318179231c4d6c04f6a0994fbb6d154639314aa3e23a6a95365a09d8c039ad1aab488a4cbf928fa6e9a1b9a1636c16e196424
7
- data.tar.gz: ee9277a8200d11ae65a9d058645380aa949e4a727b6476f702d9ff83a6c0540caa1961ee4f3e4e01a695deb099d2ea1723fbc8ae9015f9e80476b9db1dcce183
6
+ metadata.gz: f066892ea068143a9dbfdba6b774d2548557af98b5674aa9867e01f5adca711b089ab59f4a916721388ae36e7b1e5d8b04d78b14ac5ba7454e974531fef060c5
7
+ data.tar.gz: dd633c17c96eba2394bf91caff61c6333f1d01b57d77f71440c03d7d9005bff0d2fc51306f397b347d7b96826b5bbd3d65cbe6ade7325bed669ba57b37010a91
@@ -140,7 +140,11 @@ class StandardError
140
140
  lg = "[#{self.class.name}] status:#{status}"
141
141
  lg += "\n\tMESSAGE: #{message.gsub(/\n/, "\n\t\t")}"
142
142
  instance_variables.each do |var|
143
- unless var.to_s.start_with?('@_')
143
+ if var.to_s.start_with?('@_')
144
+ next
145
+ elsif var.to_s == '@spell_checker'
146
+ next
147
+ else
144
148
  val = instance_variable_get(var)
145
149
  val = val.inspect rescue val.to_s
146
150
  lg += "\n\t#{var}: #{val}"
@@ -1,3 +1,3 @@
1
1
  module Coaster
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
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.2.0
4
+ version: 0.2.1
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-08-02 00:00:00.000000000 Z
11
+ date: 2016-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
215
  version: '0'
216
216
  requirements: []
217
217
  rubyforge_project:
218
- rubygems_version: 2.4.5.1
218
+ rubygems_version: 2.5.1
219
219
  signing_key:
220
220
  specification_version: 4
221
221
  summary: A little convenient feature for standard library
@@ -224,4 +224,3 @@ test_files:
224
224
  - test/test_helper.rb
225
225
  - test/test_object_translation.rb
226
226
  - test/test_standard_error.rb
227
- has_rdoc: