We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8c8d8 commit fe9ddeaCopy full SHA for fe9ddea
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+### 2.1.2
2
+
3
+* Fix the precompile checker to to use asset's logical path.
4
5
+ *Matthew Draper*
6
7
+* Doesn't require `depend_on_assset` if any sprockets helper is used.
8
9
10
11
12
+### 2.1.1
13
14
+* Support Rails 3 applications. It was removed in the previous release
15
+ but it was release inside a 2.1.0 by mistake.
16
17
18
### 2.1.0
19
20
* Drop support to Rails 3 applications.
lib/sprockets/rails/version.rb
@@ -1,5 +1,5 @@
module Sprockets
module Rails
- VERSION = "2.1.1"
+ VERSION = "2.1.2"
end
0 commit comments