errational 0.8.16 → 0.9.09

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.
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  Gemfile.lock
2
2
  .bundle/
3
+ tags
3
4
  test/tmp
Binary file
@@ -13,7 +13,7 @@ module Errationality
13
13
 
14
14
  def render_error(message)
15
15
  if request.xhr?
16
- render :partial => Errational.error_partial, :status => Errational.error_response_code, :locals => {:message => message}
16
+ render :partial => Errational.error_partial, :status => Errational.error_response_code, :locals => {:message => message}, :content_type => "text/javascript"
17
17
  else
18
18
  respond_to do |format|
19
19
  format.text do
@@ -1,3 +1,3 @@
1
1
  module Errational
2
- VERSION = "0.8.16"
2
+ VERSION = "0.9.09"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: errational
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 8
9
- - 16
10
- version: 0.8.16
8
+ - 9
9
+ - 9
10
+ version: 0.9.09
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kate Gengler
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-16 00:00:00 -04:00
19
+ date: 2011-09-09 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies: []
22
22
 
@@ -35,6 +35,7 @@ files:
35
35
  - README.md
36
36
  - Rakefile
37
37
  - errational-0.7.1.gem
38
+ - errational-0.8.16.gem
38
39
  - errational.gemspec
39
40
  - lib/errational.rb
40
41
  - lib/errational/errationalify.rb