fingerjam 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -10,36 +10,40 @@ PATH
10
10
  GEM
11
11
  remote: http://rubygems.org/
12
12
  specs:
13
+ POpen4 (0.1.4)
14
+ Platform (>= 0.4.0)
15
+ open4
16
+ Platform (0.4.0)
13
17
  abstract (1.0.0)
14
- actionmailer (3.0.4)
15
- actionpack (= 3.0.4)
18
+ actionmailer (3.0.7)
19
+ actionpack (= 3.0.7)
16
20
  mail (~> 2.2.15)
17
- actionpack (3.0.4)
18
- activemodel (= 3.0.4)
19
- activesupport (= 3.0.4)
21
+ actionpack (3.0.7)
22
+ activemodel (= 3.0.7)
23
+ activesupport (= 3.0.7)
20
24
  builder (~> 2.1.2)
21
25
  erubis (~> 2.6.6)
22
- i18n (~> 0.4)
26
+ i18n (~> 0.5.0)
23
27
  rack (~> 1.2.1)
24
- rack-mount (~> 0.6.13)
28
+ rack-mount (~> 0.6.14)
25
29
  rack-test (~> 0.5.7)
26
30
  tzinfo (~> 0.3.23)
27
- activemodel (3.0.4)
28
- activesupport (= 3.0.4)
31
+ activemodel (3.0.7)
32
+ activesupport (= 3.0.7)
29
33
  builder (~> 2.1.2)
30
- i18n (~> 0.4)
31
- activerecord (3.0.4)
32
- activemodel (= 3.0.4)
33
- activesupport (= 3.0.4)
34
+ i18n (~> 0.5.0)
35
+ activerecord (3.0.7)
36
+ activemodel (= 3.0.7)
37
+ activesupport (= 3.0.7)
34
38
  arel (~> 2.0.2)
35
39
  tzinfo (~> 0.3.23)
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)
40
+ activeresource (3.0.7)
41
+ activemodel (= 3.0.7)
42
+ activesupport (= 3.0.7)
43
+ activesupport (3.0.7)
44
+ arel (2.0.9)
41
45
  builder (2.1.2)
42
- closure-compiler (1.0.0)
46
+ closure-compiler (1.1.1)
43
47
  diff-lcs (1.1.2)
44
48
  erubis (2.6.6)
45
49
  abstract (>= 1.0.0)
@@ -47,29 +51,30 @@ GEM
47
51
  jammit (0.6.0)
48
52
  closure-compiler (>= 0.1.0)
49
53
  yui-compressor (>= 0.9.1)
50
- mail (2.2.15)
54
+ mail (2.2.19)
51
55
  activesupport (>= 2.3.6)
52
56
  i18n (>= 0.4.0)
53
57
  mime-types (~> 1.16)
54
58
  treetop (~> 1.4.8)
55
59
  mime-types (1.16)
60
+ open4 (1.0.1)
56
61
  polyglot (0.3.1)
57
- rack (1.2.1)
58
- rack-mount (0.6.13)
62
+ rack (1.2.2)
63
+ rack-mount (0.6.14)
59
64
  rack (>= 1.0.0)
60
65
  rack-test (0.5.7)
61
66
  rack (>= 1.0)
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)
67
+ rails (3.0.7)
68
+ actionmailer (= 3.0.7)
69
+ actionpack (= 3.0.7)
70
+ activerecord (= 3.0.7)
71
+ activeresource (= 3.0.7)
72
+ activesupport (= 3.0.7)
68
73
  bundler (~> 1.0)
69
- railties (= 3.0.4)
70
- railties (3.0.4)
71
- actionpack (= 3.0.4)
72
- activesupport (= 3.0.4)
74
+ railties (= 3.0.7)
75
+ railties (3.0.7)
76
+ actionpack (= 3.0.7)
77
+ activesupport (= 3.0.7)
73
78
  rake (>= 0.8.7)
74
79
  thor (~> 0.14.4)
75
80
  rake (0.8.7)
@@ -78,15 +83,16 @@ GEM
78
83
  rspec-core (~> 2.5.0)
79
84
  rspec-expectations (~> 2.5.0)
80
85
  rspec-mocks (~> 2.5.0)
81
- rspec-core (2.5.1)
86
+ rspec-core (2.5.2)
82
87
  rspec-expectations (2.5.0)
83
88
  diff-lcs (~> 1.1.2)
84
89
  rspec-mocks (2.5.0)
85
90
  thor (0.14.6)
86
91
  treetop (1.4.9)
87
92
  polyglot (>= 0.3.1)
88
- tzinfo (0.3.24)
89
- yui-compressor (0.9.4)
93
+ tzinfo (0.3.27)
94
+ yui-compressor (0.9.6)
95
+ POpen4 (>= 0.1.4)
90
96
 
91
97
  PLATFORMS
92
98
  ruby
@@ -41,7 +41,9 @@ module Fingerjam
41
41
 
42
42
  self.enabled = !cached_urls.empty? && Rails.env.production?
43
43
 
44
- Jammit.const_set("ASSET_ROOT", root_path)
44
+ silence_warnings do
45
+ Jammit.const_set("ASSET_ROOT", root_path)
46
+ end
45
47
  end
46
48
 
47
49
  def enabled?
@@ -1,3 +1,3 @@
1
1
  module Fingerjam
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
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.4
5
+ version: 0.5.5
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-23 00:00:00 +13:00
13
+ date: 2011-05-09 00:00:00 +12:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  requirements: []
147
147
 
148
148
  rubyforge_project: fingerjam
149
- rubygems_version: 1.5.0
149
+ rubygems_version: 1.6.2
150
150
  signing_key:
151
151
  specification_version: 3
152
152
  summary: Fingerprinting for Jammit