fingerprintless 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/fingerprintless.gemspec +2 -2
- data/lib/fingerprintless/version.rb +1 -1
- metadata +10 -11
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: bb28b25ec84c9fc22f4f9ffa31ee6f935eb7ac1e
|
|
4
|
+
data.tar.gz: 3edb543e3d550b1e5f84fafe810782ad447a9df7
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: a796eada8e392370f677d4d7fa70ef60191b7af2b90326d4227cba5ca87e50ad650c8a74c43f6f7a08e489334e7978a568fbe53a2b05389bc91cce581d735eb0
|
|
7
|
+
data.tar.gz: d87962f8aea01bb22c12d5b00402d100440eb3cf824af93436b79c162ff56e1d3a17c3e8197a23373f08274213c6631a25305d5f55dc15c5e071a32491cdedc2
|
data/fingerprintless.gemspec
CHANGED
|
@@ -3,10 +3,10 @@ require File.expand_path('../lib/fingerprintless/version', __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Joost Diepenmaat"]
|
|
6
|
-
gem.email = ["
|
|
6
|
+
gem.email = ["joost@moneybird.com"]
|
|
7
7
|
gem.description = "Use the rails image_tag without fingerprinting."
|
|
8
8
|
gem.summary = "Don't want to use fingerprinted filenames when you use <%= image_tag => on your rails website in production mode? Use fingerprintless."
|
|
9
|
-
gem.homepage = "https://github.com/
|
|
9
|
+
gem.homepage = "https://github.com/moneybird/fingerprintless"
|
|
10
10
|
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fingerprintless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.2
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Joost Diepenmaat
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2013-10-28 00:00:00.000000000 Z
|
|
13
12
|
dependencies: []
|
|
14
13
|
description: Use the rails image_tag without fingerprinting.
|
|
15
14
|
email:
|
|
16
|
-
-
|
|
15
|
+
- joost@moneybird.com
|
|
17
16
|
executables: []
|
|
18
17
|
extensions: []
|
|
19
18
|
extra_rdoc_files: []
|
|
@@ -27,29 +26,29 @@ files:
|
|
|
27
26
|
- fingerprintless.gemspec
|
|
28
27
|
- lib/fingerprintless.rb
|
|
29
28
|
- lib/fingerprintless/version.rb
|
|
30
|
-
homepage: https://github.com/
|
|
29
|
+
homepage: https://github.com/moneybird/fingerprintless
|
|
31
30
|
licenses: []
|
|
31
|
+
metadata: {}
|
|
32
32
|
post_install_message:
|
|
33
33
|
rdoc_options: []
|
|
34
34
|
require_paths:
|
|
35
35
|
- lib
|
|
36
36
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
37
|
-
none: false
|
|
38
37
|
requirements:
|
|
39
|
-
- -
|
|
38
|
+
- - '>='
|
|
40
39
|
- !ruby/object:Gem::Version
|
|
41
40
|
version: '0'
|
|
42
41
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
43
|
-
none: false
|
|
44
42
|
requirements:
|
|
45
|
-
- -
|
|
43
|
+
- - '>='
|
|
46
44
|
- !ruby/object:Gem::Version
|
|
47
45
|
version: '0'
|
|
48
46
|
requirements: []
|
|
49
47
|
rubyforge_project:
|
|
50
|
-
rubygems_version:
|
|
48
|
+
rubygems_version: 2.0.3
|
|
51
49
|
signing_key:
|
|
52
|
-
specification_version:
|
|
50
|
+
specification_version: 4
|
|
53
51
|
summary: Don't want to use fingerprinted filenames when you use <%= image_tag => on
|
|
54
52
|
your rails website in production mode? Use fingerprintless.
|
|
55
53
|
test_files: []
|
|
54
|
+
has_rdoc:
|