mm_uses_uuid 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,6 @@ module BSON
9
9
  if string_render.empty?
10
10
  "<BSON::Binary:#{object_id}>"
11
11
  else
12
- string_length = string_render.length
13
12
  if string_render.length > 32
14
13
  "<BSON::Binary:'#{string_render[0..8]}...'}'>"
15
14
  else
@@ -1,3 +1,3 @@
1
1
  module MmUsesUuid
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 12
9
- version: 0.0.12
8
+ - 13
9
+ version: 0.0.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jonathan Chambers