glengarry 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ module Glengarry
36
36
  format.json { render json: @email_lead, status: :created, location: @email_lead }
37
37
  else
38
38
  format.html { redirect_to :back, notice: @email_lead.errors }
39
- format.json { render json: @email_lead.errors, status: :invalid_email }
39
+ format.json { render json: @email_lead.errors, status: :unprocessable_entity }
40
40
  end
41
41
  end
42
42
  end
@@ -1,3 +1,3 @@
1
1
  module Glengarry
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glengarry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-04 00:00:00.000000000 Z
12
+ date: 2012-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -174,7 +174,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
174
174
  version: '0'
175
175
  segments:
176
176
  - 0
177
- hash: -281059192529344362
177
+ hash: -3755132629103291608
178
178
  required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  none: false
180
180
  requirements:
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  version: '0'
184
184
  segments:
185
185
  - 0
186
- hash: -281059192529344362
186
+ hash: -3755132629103291608
187
187
  requirements: []
188
188
  rubyforge_project:
189
189
  rubygems_version: 1.8.23