fingerjam 0.5.3 → 0.5.4

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 CHANGED
@@ -1,55 +1,48 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fingerjam (0.5.0)
5
- activesupport
6
- capistrano
7
- jammit
8
- rails (>= 3.0.0)
4
+ fingerjam (0.5.4)
5
+ actionpack (~> 3.0)
6
+ activesupport (~> 3.0)
7
+ jammit (~> 0.6)
8
+ rails (~> 3.0)
9
9
 
10
10
  GEM
11
11
  remote: http://rubygems.org/
12
12
  specs:
13
13
  abstract (1.0.0)
14
- actionmailer (3.0.3)
15
- actionpack (= 3.0.3)
16
- mail (~> 2.2.9)
17
- actionpack (3.0.3)
18
- activemodel (= 3.0.3)
19
- activesupport (= 3.0.3)
14
+ actionmailer (3.0.4)
15
+ actionpack (= 3.0.4)
16
+ mail (~> 2.2.15)
17
+ actionpack (3.0.4)
18
+ activemodel (= 3.0.4)
19
+ activesupport (= 3.0.4)
20
20
  builder (~> 2.1.2)
21
21
  erubis (~> 2.6.6)
22
22
  i18n (~> 0.4)
23
23
  rack (~> 1.2.1)
24
24
  rack-mount (~> 0.6.13)
25
- rack-test (~> 0.5.6)
25
+ rack-test (~> 0.5.7)
26
26
  tzinfo (~> 0.3.23)
27
- activemodel (3.0.3)
28
- activesupport (= 3.0.3)
27
+ activemodel (3.0.4)
28
+ activesupport (= 3.0.4)
29
29
  builder (~> 2.1.2)
30
30
  i18n (~> 0.4)
31
- activerecord (3.0.3)
32
- activemodel (= 3.0.3)
33
- activesupport (= 3.0.3)
31
+ activerecord (3.0.4)
32
+ activemodel (= 3.0.4)
33
+ activesupport (= 3.0.4)
34
34
  arel (~> 2.0.2)
35
35
  tzinfo (~> 0.3.23)
36
- activeresource (3.0.3)
37
- activemodel (= 3.0.3)
38
- activesupport (= 3.0.3)
39
- activesupport (3.0.3)
40
- arel (2.0.7)
36
+ activeresource (3.0.4)
37
+ activemodel (= 3.0.4)
38
+ activesupport (= 3.0.4)
39
+ activesupport (3.0.4)
40
+ arel (2.0.8)
41
41
  builder (2.1.2)
42
- capistrano (2.5.19)
43
- highline
44
- net-scp (>= 1.0.0)
45
- net-sftp (>= 2.0.0)
46
- net-ssh (>= 2.0.14)
47
- net-ssh-gateway (>= 1.0.0)
48
42
  closure-compiler (1.0.0)
49
43
  diff-lcs (1.1.2)
50
44
  erubis (2.6.6)
51
45
  abstract (>= 1.0.0)
52
- highline (1.6.1)
53
46
  i18n (0.5.0)
54
47
  jammit (0.6.0)
55
48
  closure-compiler (>= 0.1.0)
@@ -60,53 +53,46 @@ GEM
60
53
  mime-types (~> 1.16)
61
54
  treetop (~> 1.4.8)
62
55
  mime-types (1.16)
63
- net-scp (1.0.4)
64
- net-ssh (>= 1.99.1)
65
- net-sftp (2.0.5)
66
- net-ssh (>= 2.0.9)
67
- net-ssh (2.1.0)
68
- net-ssh-gateway (1.0.1)
69
- net-ssh (>= 1.99.1)
70
56
  polyglot (0.3.1)
71
57
  rack (1.2.1)
72
58
  rack-mount (0.6.13)
73
59
  rack (>= 1.0.0)
74
60
  rack-test (0.5.7)
75
61
  rack (>= 1.0)
76
- rails (3.0.3)
77
- actionmailer (= 3.0.3)
78
- actionpack (= 3.0.3)
79
- activerecord (= 3.0.3)
80
- activeresource (= 3.0.3)
81
- activesupport (= 3.0.3)
62
+ rails (3.0.4)
63
+ actionmailer (= 3.0.4)
64
+ actionpack (= 3.0.4)
65
+ activerecord (= 3.0.4)
66
+ activeresource (= 3.0.4)
67
+ activesupport (= 3.0.4)
82
68
  bundler (~> 1.0)
83
- railties (= 3.0.3)
84
- railties (3.0.3)
85
- actionpack (= 3.0.3)
86
- activesupport (= 3.0.3)
69
+ railties (= 3.0.4)
70
+ railties (3.0.4)
71
+ actionpack (= 3.0.4)
72
+ activesupport (= 3.0.4)
87
73
  rake (>= 0.8.7)
88
74
  thor (~> 0.14.4)
89
75
  rake (0.8.7)
90
76
  rcov (0.9.9)
91
- rspec (2.1.0)
92
- rspec-core (~> 2.1.0)
93
- rspec-expectations (~> 2.1.0)
94
- rspec-mocks (~> 2.1.0)
95
- rspec-core (2.1.0)
96
- rspec-expectations (2.1.0)
77
+ rspec (2.5.0)
78
+ rspec-core (~> 2.5.0)
79
+ rspec-expectations (~> 2.5.0)
80
+ rspec-mocks (~> 2.5.0)
81
+ rspec-core (2.5.1)
82
+ rspec-expectations (2.5.0)
97
83
  diff-lcs (~> 1.1.2)
98
- rspec-mocks (2.1.0)
84
+ rspec-mocks (2.5.0)
99
85
  thor (0.14.6)
100
86
  treetop (1.4.9)
101
87
  polyglot (>= 0.3.1)
102
88
  tzinfo (0.3.24)
103
- yui-compressor (0.9.3)
89
+ yui-compressor (0.9.4)
104
90
 
105
91
  PLATFORMS
106
92
  ruby
107
93
 
108
94
  DEPENDENCIES
109
- bundler (~> 1.0.0)
95
+ bundler (~> 1.0)
110
96
  fingerjam!
111
97
  rcov
112
- rspec (~> 2.1.0)
98
+ rspec (~> 2.5)
data/TODO.rdoc CHANGED
@@ -1,17 +1,12 @@
1
1
  * Write tests
2
- * Specify correct dependency versions
3
- * Remove dependency on Capistrano - Fingerjam can still be used with another deployment tool
4
2
  * Remove dependency on Jammit - Fingerjam can still be used to some extent without Jammit
5
3
  * If not using Jammit, hook into Rails' stylesheet parser to rewrite background(url: ...)
6
4
  * 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
5
  * Allow more specific exclusions or inclusions of files to package and upload
9
6
  * Investigate alternate upload methods, eg rsync, S3
10
7
  * Allow user-configurable extensions
11
8
  * Write a generator to add assets.lock.yml to .gitignore
12
- * Write description of purpose, installation, usage
13
9
  * Write examples
14
- * Refactor Rake and Cap tasks so they can be run independently
15
10
  * Extend or alias, rather than override, Rails and Jammit helper methods
16
11
  * Support alternate methods of retrieving a list of hashes than a lockfile
17
12
  * Refactor Fingerjam::Base into logically separate classes
data/fingerjam.gemspec CHANGED
@@ -21,7 +21,6 @@ Gem::Specification.new do |s|
21
21
 
22
22
  s.add_runtime_dependency(%q<rails>, ["~> 3.0"])
23
23
  s.add_runtime_dependency(%q<jammit>, ["~> 0.6"])
24
- s.add_runtime_dependency(%q<capistrano>, ["~> 2.5"])
25
24
  s.add_runtime_dependency(%q<activesupport>, ["~> 3.0"])
26
25
  s.add_runtime_dependency(%q<actionpack>, ["~> 3.0"])
27
26
 
@@ -1,3 +1,3 @@
1
1
  module Fingerjam
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fingerjam
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.3
5
+ version: 0.5.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Steve Hoeksema
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-22 00:00:00 +13:00
13
+ date: 2011-02-23 00:00:00 +13:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -36,18 +36,18 @@ dependencies:
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
38
  - !ruby/object:Gem::Dependency
39
- name: capistrano
39
+ name: activesupport
40
40
  prerelease: false
41
41
  requirement: &id003 !ruby/object:Gem::Requirement
42
42
  none: false
43
43
  requirements:
44
44
  - - ~>
45
45
  - !ruby/object:Gem::Version
46
- version: "2.5"
46
+ version: "3.0"
47
47
  type: :runtime
48
48
  version_requirements: *id003
49
49
  - !ruby/object:Gem::Dependency
50
- name: activesupport
50
+ name: actionpack
51
51
  prerelease: false
52
52
  requirement: &id004 !ruby/object:Gem::Requirement
53
53
  none: false
@@ -57,50 +57,39 @@ dependencies:
57
57
  version: "3.0"
58
58
  type: :runtime
59
59
  version_requirements: *id004
60
- - !ruby/object:Gem::Dependency
61
- name: actionpack
62
- prerelease: false
63
- requirement: &id005 !ruby/object:Gem::Requirement
64
- none: false
65
- requirements:
66
- - - ~>
67
- - !ruby/object:Gem::Version
68
- version: "3.0"
69
- type: :runtime
70
- version_requirements: *id005
71
60
  - !ruby/object:Gem::Dependency
72
61
  name: rspec
73
62
  prerelease: false
74
- requirement: &id006 !ruby/object:Gem::Requirement
63
+ requirement: &id005 !ruby/object:Gem::Requirement
75
64
  none: false
76
65
  requirements:
77
66
  - - ~>
78
67
  - !ruby/object:Gem::Version
79
68
  version: "2.5"
80
69
  type: :development
81
- version_requirements: *id006
70
+ version_requirements: *id005
82
71
  - !ruby/object:Gem::Dependency
83
72
  name: bundler
84
73
  prerelease: false
85
- requirement: &id007 !ruby/object:Gem::Requirement
74
+ requirement: &id006 !ruby/object:Gem::Requirement
86
75
  none: false
87
76
  requirements:
88
77
  - - ~>
89
78
  - !ruby/object:Gem::Version
90
79
  version: "1.0"
91
80
  type: :development
92
- version_requirements: *id007
81
+ version_requirements: *id006
93
82
  - !ruby/object:Gem::Dependency
94
83
  name: rcov
95
84
  prerelease: false
96
- requirement: &id008 !ruby/object:Gem::Requirement
85
+ requirement: &id007 !ruby/object:Gem::Requirement
97
86
  none: false
98
87
  requirements:
99
88
  - - ">="
100
89
  - !ruby/object:Gem::Version
101
90
  version: "0"
102
91
  type: :development
103
- version_requirements: *id008
92
+ version_requirements: *id007
104
93
  description: Fingerjam uploads your Jammit-compressed assets with fingerprinted filenames so they can be cached indefinitely
105
94
  email:
106
95
  - steve@seven.net.nz