fingerprintless-assets 1.0.pre2 → 1.0
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.
metadata
CHANGED
|
@@ -1,34 +1,47 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fingerprintless-assets
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 15
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 0
|
|
9
|
+
version: "1.0"
|
|
6
10
|
platform: ruby
|
|
7
|
-
authors:
|
|
11
|
+
authors:
|
|
8
12
|
- Sam Pohlenz
|
|
9
13
|
autorequire:
|
|
10
14
|
bindir: bin
|
|
11
15
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
16
|
+
|
|
17
|
+
date: 2011-08-30 00:00:00 +09:30
|
|
18
|
+
default_executable:
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
15
21
|
name: sprockets
|
|
16
|
-
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
17
24
|
none: false
|
|
18
|
-
requirements:
|
|
25
|
+
requirements:
|
|
19
26
|
- - ~>
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 15
|
|
29
|
+
segments:
|
|
30
|
+
- 2
|
|
31
|
+
- 0
|
|
32
|
+
- 0
|
|
33
|
+
version: 2.0.0
|
|
22
34
|
type: :runtime
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
description: Adds asset fingerprinting configuration options to Rails and Sprockets
|
|
26
|
-
so that paths can be excluded from fingerprinting.
|
|
35
|
+
version_requirements: *id001
|
|
36
|
+
description: Adds asset fingerprinting configuration options to Rails and Sprockets so that paths can be excluded from fingerprinting.
|
|
27
37
|
email: sam@sampohlenz.com
|
|
28
38
|
executables: []
|
|
39
|
+
|
|
29
40
|
extensions: []
|
|
41
|
+
|
|
30
42
|
extra_rdoc_files: []
|
|
31
|
-
|
|
43
|
+
|
|
44
|
+
files:
|
|
32
45
|
- README.md
|
|
33
46
|
- lib/fingerprintless-assets.rb
|
|
34
47
|
- lib/fingerprintless_assets/monkey_patches/asset.rb
|
|
@@ -36,28 +49,39 @@ files:
|
|
|
36
49
|
- lib/fingerprintless_assets/monkey_patches/environment.rb
|
|
37
50
|
- lib/fingerprintless_assets/monkey_patches/index.rb
|
|
38
51
|
- lib/fingerprintless_assets/railtie.rb
|
|
52
|
+
has_rdoc: true
|
|
39
53
|
homepage:
|
|
40
54
|
licenses: []
|
|
55
|
+
|
|
41
56
|
post_install_message:
|
|
42
57
|
rdoc_options: []
|
|
43
|
-
|
|
58
|
+
|
|
59
|
+
require_paths:
|
|
44
60
|
- lib
|
|
45
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
61
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
62
|
none: false
|
|
47
|
-
requirements:
|
|
48
|
-
- -
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
|
|
51
|
-
|
|
63
|
+
requirements:
|
|
64
|
+
- - ">="
|
|
65
|
+
- !ruby/object:Gem::Version
|
|
66
|
+
hash: 3
|
|
67
|
+
segments:
|
|
68
|
+
- 0
|
|
69
|
+
version: "0"
|
|
70
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
71
|
none: false
|
|
53
|
-
requirements:
|
|
54
|
-
- -
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
56
|
-
|
|
72
|
+
requirements:
|
|
73
|
+
- - ">="
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
hash: 3
|
|
76
|
+
segments:
|
|
77
|
+
- 0
|
|
78
|
+
version: "0"
|
|
57
79
|
requirements: []
|
|
80
|
+
|
|
58
81
|
rubyforge_project:
|
|
59
|
-
rubygems_version: 1.
|
|
82
|
+
rubygems_version: 1.5.2
|
|
60
83
|
signing_key:
|
|
61
84
|
specification_version: 3
|
|
62
85
|
summary: Fingerprinting controls for the Rails 3.1 asset pipeline.
|
|
63
86
|
test_files: []
|
|
87
|
+
|