Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Jan 27, 2016
1 parent dd59813 commit e6d1f17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sprockets-redirect.gemspec
@@ -1,15 +1,15 @@
Gem::Specification.new do |s|
s.name = "sprockets-redirect"
s.version = "0.3.0"
s.version = "1.0.0"
s.authors = ["Prem Sichanugrist"]
s.email = "s@sikac.hu"

s.homepage = "https://github.com/sikachu/sprockets-redirect"
s.summary = "Redirect assets with no digest request to a filename with digest version."
s.description = <<-EOS
Rack middleware which will look up your `public/assets/manifest.yml` and
redirect a request with no digest in the file name to the version with
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.
EOS
s.license = "MIT"

Expand Down

0 comments on commit e6d1f17

Please sign in to comment.