json_builder 1.1 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/json_builder/jsonbase.rb +1 -1
  2. metadata +2 -1
@@ -64,7 +64,7 @@ module JsonBuilder
64
64
  _end_tag
65
65
  end
66
66
 
67
- @target.gsub(/,(\}|\}+)$/, '\1')
67
+ @target.gsub!(/,(\}|\}+)$/, '\1')
68
68
  end
69
69
 
70
70
  # Append text to the output target. Escape any markup. May be
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- version: "1.1"
8
+ - 1
9
+ version: 1.1.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Garrett Bjerkhoel