Skip to content

Commit e6d1f17

Browse files
committed
Bump to 1.0.0
1 parent dd59813 commit e6d1f17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sprockets-redirect.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Gem::Specification.new do |s|
22
s.name = "sprockets-redirect"
3-
s.version = "0.3.0"
3+
s.version = "1.0.0"
44
s.authors = ["Prem Sichanugrist"]
55
s.email = "[email protected]"
66

77
s.homepage = "https://github.com/sikachu/sprockets-redirect"
88
s.summary = "Redirect assets with no digest request to a filename with digest version."
99
s.description = <<-EOS
10-
Rack middleware which will look up your `public/assets/manifest.yml` and
11-
redirect a request with no digest in the file name to the version with
12-
digest in the file name.
10+
Rack middleware which will look up your assets manifest file and redirect a
11+
request with no digest in the file name to the version with digest in the
12+
file name.
1313
EOS
1414
s.license = "MIT"
1515

0 commit comments

Comments
 (0)