fingerjam 0.1.0 → 0.2.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.
- data/Gemfile.lock +32 -32
- data/TODO.rdoc +17 -0
- data/VERSION +1 -1
- data/fingerjam.gemspec +3 -2
- data/lib/tasks/fingerjam.rake +1 -0
- metadata +5 -4
data/Gemfile.lock
CHANGED
|
@@ -2,33 +2,33 @@ GEM
|
|
|
2
2
|
remote: http://rubygems.org/
|
|
3
3
|
specs:
|
|
4
4
|
abstract (1.0.0)
|
|
5
|
-
actionmailer (3.0.
|
|
6
|
-
actionpack (= 3.0.
|
|
5
|
+
actionmailer (3.0.3)
|
|
6
|
+
actionpack (= 3.0.3)
|
|
7
7
|
mail (~> 2.2.9)
|
|
8
|
-
actionpack (3.0.
|
|
9
|
-
activemodel (= 3.0.
|
|
10
|
-
activesupport (= 3.0.
|
|
8
|
+
actionpack (3.0.3)
|
|
9
|
+
activemodel (= 3.0.3)
|
|
10
|
+
activesupport (= 3.0.3)
|
|
11
11
|
builder (~> 2.1.2)
|
|
12
12
|
erubis (~> 2.6.6)
|
|
13
|
-
i18n (~> 0.4
|
|
13
|
+
i18n (~> 0.4)
|
|
14
14
|
rack (~> 1.2.1)
|
|
15
15
|
rack-mount (~> 0.6.13)
|
|
16
16
|
rack-test (~> 0.5.6)
|
|
17
17
|
tzinfo (~> 0.3.23)
|
|
18
|
-
activemodel (3.0.
|
|
19
|
-
activesupport (= 3.0.
|
|
18
|
+
activemodel (3.0.3)
|
|
19
|
+
activesupport (= 3.0.3)
|
|
20
20
|
builder (~> 2.1.2)
|
|
21
|
-
i18n (~> 0.4
|
|
22
|
-
activerecord (3.0.
|
|
23
|
-
activemodel (= 3.0.
|
|
24
|
-
activesupport (= 3.0.
|
|
21
|
+
i18n (~> 0.4)
|
|
22
|
+
activerecord (3.0.3)
|
|
23
|
+
activemodel (= 3.0.3)
|
|
24
|
+
activesupport (= 3.0.3)
|
|
25
25
|
arel (~> 2.0.2)
|
|
26
26
|
tzinfo (~> 0.3.23)
|
|
27
|
-
activeresource (3.0.
|
|
28
|
-
activemodel (= 3.0.
|
|
29
|
-
activesupport (= 3.0.
|
|
30
|
-
activesupport (3.0.
|
|
31
|
-
arel (2.0.
|
|
27
|
+
activeresource (3.0.3)
|
|
28
|
+
activemodel (= 3.0.3)
|
|
29
|
+
activesupport (= 3.0.3)
|
|
30
|
+
activesupport (3.0.3)
|
|
31
|
+
arel (2.0.6)
|
|
32
32
|
builder (2.1.2)
|
|
33
33
|
capistrano (2.5.19)
|
|
34
34
|
highline
|
|
@@ -42,7 +42,7 @@ GEM
|
|
|
42
42
|
abstract (>= 1.0.0)
|
|
43
43
|
git (1.2.5)
|
|
44
44
|
highline (1.6.1)
|
|
45
|
-
i18n (0.
|
|
45
|
+
i18n (0.5.0)
|
|
46
46
|
jammit (0.5.4)
|
|
47
47
|
closure-compiler (>= 0.1.0)
|
|
48
48
|
yui-compressor (>= 0.9.1)
|
|
@@ -50,9 +50,9 @@ GEM
|
|
|
50
50
|
bundler (~> 1.0.0)
|
|
51
51
|
git (>= 1.2.5)
|
|
52
52
|
rake
|
|
53
|
-
mail (2.2.
|
|
53
|
+
mail (2.2.12)
|
|
54
54
|
activesupport (>= 2.3.6)
|
|
55
|
-
i18n (>= 0.4.
|
|
55
|
+
i18n (>= 0.4.0)
|
|
56
56
|
mime-types (~> 1.16)
|
|
57
57
|
treetop (~> 1.4.8)
|
|
58
58
|
mime-types (1.16)
|
|
@@ -69,17 +69,17 @@ GEM
|
|
|
69
69
|
rack (>= 1.0.0)
|
|
70
70
|
rack-test (0.5.6)
|
|
71
71
|
rack (>= 1.0)
|
|
72
|
-
rails (3.0.
|
|
73
|
-
actionmailer (= 3.0.
|
|
74
|
-
actionpack (= 3.0.
|
|
75
|
-
activerecord (= 3.0.
|
|
76
|
-
activeresource (= 3.0.
|
|
77
|
-
activesupport (= 3.0.
|
|
78
|
-
bundler (~> 1.0
|
|
79
|
-
railties (= 3.0.
|
|
80
|
-
railties (3.0.
|
|
81
|
-
actionpack (= 3.0.
|
|
82
|
-
activesupport (= 3.0.
|
|
72
|
+
rails (3.0.3)
|
|
73
|
+
actionmailer (= 3.0.3)
|
|
74
|
+
actionpack (= 3.0.3)
|
|
75
|
+
activerecord (= 3.0.3)
|
|
76
|
+
activeresource (= 3.0.3)
|
|
77
|
+
activesupport (= 3.0.3)
|
|
78
|
+
bundler (~> 1.0)
|
|
79
|
+
railties (= 3.0.3)
|
|
80
|
+
railties (3.0.3)
|
|
81
|
+
actionpack (= 3.0.3)
|
|
82
|
+
activesupport (= 3.0.3)
|
|
83
83
|
rake (>= 0.8.7)
|
|
84
84
|
thor (~> 0.14.4)
|
|
85
85
|
rake (0.8.7)
|
|
@@ -92,7 +92,7 @@ GEM
|
|
|
92
92
|
rspec-expectations (2.1.0)
|
|
93
93
|
diff-lcs (~> 1.1.2)
|
|
94
94
|
rspec-mocks (2.1.0)
|
|
95
|
-
thor (0.14.
|
|
95
|
+
thor (0.14.6)
|
|
96
96
|
treetop (1.4.9)
|
|
97
97
|
polyglot (>= 0.3.1)
|
|
98
98
|
tzinfo (0.3.23)
|
data/TODO.rdoc
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
* Write tests
|
|
2
|
+
* Specify correct dependency versions
|
|
3
|
+
* Remove dependency on Capistrano - Fingerjam can still be used with another deployment tool
|
|
4
|
+
* Remove dependency on Jammit - Fingerjam can still be used to some extent without Jammit
|
|
5
|
+
* If not using Jammit, hook into Rails' stylesheet parser to rewrite background(url: ...)
|
|
6
|
+
* If not using Jammit, hook into Rails' cache parameter for javascripts and stylesheets
|
|
7
|
+
* Allow alternate cached file name generation strategies, eg deadbeef.js without the relative path prefix for shorter URL's
|
|
8
|
+
* Allow more specific exclusions or inclusions of files to package and upload
|
|
9
|
+
* Investigate alternate upload methods, eg rsync, S3
|
|
10
|
+
* Allow user-configurable extensions
|
|
11
|
+
* Write a generator to add assets.lock.yml to .gitignore
|
|
12
|
+
* Write description of purpose, installation, usage
|
|
13
|
+
* Write examples
|
|
14
|
+
* Refactor Rake and Cap tasks so they can be run independently
|
|
15
|
+
* Extend or alias, rather than override, Rails and Jammit helper methods
|
|
16
|
+
* Support alternate methods of retrieving a list of hashes than a lockfile
|
|
17
|
+
* Refactor Fingerjam::Base into logically separate classes
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.2.0
|
data/fingerjam.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{fingerjam}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.2.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Steve Hoeksema"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-12-09}
|
|
13
13
|
s.description = %q{Fingerjam uploads your Jammit-compressed assets with fingerprinted filenames so they can be cached indefinitely}
|
|
14
14
|
s.email = %q{steve@seven.net.nz}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
"LICENSE.txt",
|
|
25
25
|
"README.rdoc",
|
|
26
26
|
"Rakefile",
|
|
27
|
+
"TODO.rdoc",
|
|
27
28
|
"VERSION",
|
|
28
29
|
"fingerjam.gemspec",
|
|
29
30
|
"lib/fingerjam.rb",
|
data/lib/tasks/fingerjam.rake
CHANGED
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
|
-
-
|
|
7
|
+
- 2
|
|
8
8
|
- 0
|
|
9
|
-
version: 0.
|
|
9
|
+
version: 0.2.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Steve Hoeksema
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-12-09 00:00:00 +13:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -133,6 +133,7 @@ files:
|
|
|
133
133
|
- LICENSE.txt
|
|
134
134
|
- README.rdoc
|
|
135
135
|
- Rakefile
|
|
136
|
+
- TODO.rdoc
|
|
136
137
|
- VERSION
|
|
137
138
|
- fingerjam.gemspec
|
|
138
139
|
- lib/fingerjam.rb
|
|
@@ -158,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
158
159
|
requirements:
|
|
159
160
|
- - ">="
|
|
160
161
|
- !ruby/object:Gem::Version
|
|
161
|
-
hash:
|
|
162
|
+
hash: -4309715295255221476
|
|
162
163
|
segments:
|
|
163
164
|
- 0
|
|
164
165
|
version: "0"
|