edifice 0.6.7 → 0.6.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Edifice
2
- VERSION = "0.6.7"
2
+ VERSION = "0.6.8"
3
3
  end
@@ -95,7 +95,7 @@ var methods = {
95
95
  },
96
96
 
97
97
  error: function(request, text_status, error) {
98
- this.trigger('error', request, status, error);
98
+ this.trigger('error', [request, status, error, this]);
99
99
 
100
100
  // handle the different possible errors that we can see
101
101
  if (request.status >= 400 && request.status < 500) {
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edifice
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 7
10
- version: 0.6.7
9
+ - 8
10
+ version: 0.6.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Coleman