json_builder 1.1 → 1.1.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.
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