Skip to content

Commit e29256e

Browse files
author
Rafael Mendonça França
committed
Release 2.0.1
1 parent 2840ce6 commit e29256e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
### 2.0.1
2+
13
* Allow keep value to be specified for `assets:clean` run with args
24
for example `assets:clean[0]` will keep no old asset copies
35

46
*Richard Schneeman*
7+
8+
* Fix `javascript_include_tag`/`stylesheet_include_tag` helpers when `debug: => false` is used.
9+
10+
*Guillermo Iguaran*
11+
12+
* Fix issue when precompiling html.erb files.
13+
14+
Fixes #45.
15+
16+
*Zach Ohlgren*

sprockets-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "sprockets-rails"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44

55
s.homepage = "https://github.com/rails/sprockets-rails"
66
s.summary = "Sprockets Rails integration"

0 commit comments

Comments
 (0)