rows_controller 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,7 @@ class RowsController < ApplicationController
66
66
  respond_with(resource) do |format|
67
67
  format.html { render :template => failure_template, :id => resource.id }
68
68
  format.xml { render xml: resource.errors, :status => :unprocessable_entity }
69
- format.jron { render json: resource.errors, :status => :unprocessable_entity }
69
+ format.json { render json: resource.errors, :status => :unprocessable_entity }
70
70
  end
71
71
  end
72
72
  end
@@ -1,3 +1,3 @@
1
1
  module Rows
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rows_controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -135,7 +135,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  segments:
137
137
  - 0
138
- hash: -813565731
138
+ hash: -984436499
139
139
  required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  none: false
141
141
  requirements: