jquery-fileupload-rails 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module JQuery
2
2
  module FileUpload
3
3
  module Rails
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
5
5
  end
6
6
  end
7
7
  end
@@ -53,13 +53,13 @@
53
53
  }
54
54
 
55
55
  /* Fix for IE 6: */
56
- *html .fileinput-button {
56
+ * html .fileinput-button {
57
57
  line-height: 22px;
58
58
  margin: 1px -3px 0 0;
59
59
  }
60
60
 
61
61
  /* Fix for IE 7: */
62
- *+html .fileinput-button {
62
+ * + html .fileinput-button {
63
63
  margin: 1px 0 0 0;
64
64
  }
65
65
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-fileupload-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
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-08-20 00:00:00.000000000 Z
12
+ date: 2012-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties