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 dd59813 commit e6d1f17Copy full SHA for e6d1f17
sprockets-redirect.gemspec
@@ -1,15 +1,15 @@
1
Gem::Specification.new do |s|
2
s.name = "sprockets-redirect"
3
- s.version = "0.3.0"
+ s.version = "1.0.0"
4
s.authors = ["Prem Sichanugrist"]
5
s.email = "[email protected]"
6
7
s.homepage = "https://github.com/sikachu/sprockets-redirect"
8
s.summary = "Redirect assets with no digest request to a filename with digest version."
9
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.
+ Rack middleware which will look up your assets manifest file and redirect a
+ request with no digest in the file name to the version with digest in the
+ file name.
13
EOS
14
s.license = "MIT"
15
0 commit comments