jquery.fileupload-rails 0.1.1 → 0.1.2

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/Readme.md CHANGED
@@ -9,6 +9,8 @@ This is a simple gem package for this plugin.
9
9
 
10
10
  ## Changelog
11
11
 
12
+ 0.1.2. Fixed CSS that makes SASS 3.2 raise an error on rake assets:precompile
13
+
12
14
  0.1.1. Core 5.11.2, UI 6.9.1, minor gemspec change.
13
15
 
14
16
  0.1.0. Core 5.9.0, UI 6.6.2, added readme.
@@ -1,5 +1,5 @@
1
1
  module JqueryFileUpload
2
2
  module Rails
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  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.1.1
4
+ version: 0.1.2
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-06-12 00:00:00.000000000 Z
12
+ date: 2012-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sprockets