e9_attributes 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- $("table.records").replaceWith("<%= escape_javascript(render('table', :collection => collection)) %>");
1
+ $("#records_table table").replaceWith("<%= escape_javascript(render('table', :collection => collection)) %>");
@@ -1,3 +1,3 @@
1
1
  module E9Attributes
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: e9_attributes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Travis Cox
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-09-09 00:00:00 Z
13
+ date: 2011-09-16 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: |