nifty-model-json 1.0.0 → 1.0.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.
@@ -29,7 +29,7 @@ module Nifty
29
29
  end
30
30
 
31
31
  def to_nifty_json(options = {})
32
- to_json_hash(options).to_json
32
+ to_nifty_json_hash(options).to_json
33
33
  end
34
34
 
35
35
  module ClassMethods
@@ -1,5 +1,5 @@
1
1
  module Nifty
2
2
  module ModelJSON
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nifty-model-json
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: