asset_hash 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +6 -6
metadata CHANGED
@@ -2,10 +2,10 @@
2
2
  name: asset_hash
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.1"
5
+ version: 0.1.1
6
6
  platform: ruby
7
- authors: []
8
-
7
+ authors:
8
+ - Donald Piret
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
@@ -24,8 +24,8 @@ dependencies:
24
24
  version: "1.16"
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
- description: This gem allows you to copy your static assets to a versions including a unique hash in the filename. By using this and modifying your Rails asset path you can easily serve static content on Cloudfront using the custom origin policy.
28
- email:
27
+ description: This gem allows you to copy your static assets to include a unique hash in their filename. By using this and modifying your Rails asset path you can easily enable your Rails application to serve static content using CloudFront with a custom origin policy.
28
+ email: donald@donaldpiret.com
29
29
  executables: []
30
30
 
31
31
  extensions: []
@@ -41,7 +41,7 @@ files:
41
41
  - Gemfile
42
42
  - README.textile
43
43
  has_rdoc: true
44
- homepage:
44
+ homepage: http://donaldpiret.com
45
45
  licenses: []
46
46
 
47
47
  post_install_message: