time_bandits 0.6.2 → 0.6.3

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: 11e4567fb95d4e259e4876a3aaaff7f94843dfc8
4
- data.tar.gz: b25ee1cb3aca3d49920043c65a7598736bb76dc6
3
+ metadata.gz: afdcacf44541578ec26f1eb31627e8ce8e7e4538
4
+ data.tar.gz: 2bc929b8a360a212a3cff902366ed1d767783955
5
5
  SHA512:
6
- metadata.gz: 404166f2bb17ccf3f05b3159c44e1e1206f67e1e167b16168232090894edbf89d3506a8b0e887d014cc915796f08d565de73d39aa44d3b4129ea9ef370104a32
7
- data.tar.gz: 3df661bf1935fa0f11d2e85a3552f7f6619e166acf2dd9d6b0e2782fd192419021c2e485673c251edecf5b4ece353a3dc229841d0cb4c152b9ec5dd0051ef35e
6
+ metadata.gz: 1f3d7d8e673447b04e68b05502f18cd431b7ef320db31cb43f525304869d7e92c87fbd3bb7707603707d6d4f3fa89095d9d3728944f703ce746c9f72fafcd40f
7
+ data.tar.gz: 0752da49f4f0cae0609b692e9d766c5f6bc9e15068a9261436b8fbcef1310576274d6626b13d709b098748e3379cbdceb3e2061d9ef9ae2134575a6a2d5b1203
@@ -44,7 +44,7 @@ module ActiveRecord
44
44
 
45
45
  def render_bind(column, value)
46
46
  if column
47
- if column.binary?
47
+ if column.type == :binary
48
48
  value = "<#{value.bytesize} bytes of binary data>"
49
49
  end
50
50
 
@@ -1,3 +1,3 @@
1
1
  module TimeBandits
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time_bandits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Kaes
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  version: '0'
198
198
  requirements: []
199
199
  rubyforge_project:
200
- rubygems_version: 2.2.0
200
+ rubygems_version: 2.2.2
201
201
  signing_key:
202
202
  specification_version: 4
203
203
  summary: Custom performance logging for Rails