rails-uploader 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Uploader
2
- VERSION = "0.0.5".freeze
2
+ VERSION = "0.0.6".freeze
3
3
  end
@@ -28,14 +28,3 @@
28
28
  direction: ltr;
29
29
  cursor: pointer;
30
30
  }
31
-
32
- /* Fix for IE 6: */
33
- *html .fileinput-button {
34
- line-height: 31px;
35
- margin: 1px -3px 0 0;
36
- }
37
-
38
- /* Fix for IE 7: */
39
- *+html .fileinput-button {
40
- margin: 1px 0 0 0;
41
- }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-07-08 00:00:00.000000000 Z
13
+ date: 2012-09-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sqlite3