jsonorama 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Jsonorama
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/jsonorama.rb CHANGED
@@ -3,7 +3,7 @@ Dir["#{File.dirname __FILE__}/jsonorama/*.rb"].each {|file| require "#{file}" }
3
3
  module Jsonorama
4
4
  #use on server and client to marshal to/from json
5
5
  def self.json_response
6
- r = Api::JsonResponse.new
6
+ r = Jsonorama::JsonResponse.new
7
7
  yield r if block_given?
8
8
  r
9
9
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jsonorama
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Taylor