frontend-helpers 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +40 -40
  2. data/Rakefile +1 -1
  3. data/frontend-helpers.gemspec +2 -2
  4. metadata +13 -13
@@ -1,39 +1,39 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- actionmailer (3.1.1)
5
- actionpack (= 3.1.1)
4
+ actionmailer (3.1.3)
5
+ actionpack (= 3.1.3)
6
6
  mail (~> 2.3.0)
7
- actionpack (3.1.1)
8
- activemodel (= 3.1.1)
9
- activesupport (= 3.1.1)
7
+ actionpack (3.1.3)
8
+ activemodel (= 3.1.3)
9
+ activesupport (= 3.1.3)
10
10
  builder (~> 3.0.0)
11
11
  erubis (~> 2.7.0)
12
12
  i18n (~> 0.6)
13
- rack (~> 1.3.2)
13
+ rack (~> 1.3.5)
14
14
  rack-cache (~> 1.1)
15
15
  rack-mount (~> 0.8.2)
16
16
  rack-test (~> 0.6.1)
17
- sprockets (~> 2.0.2)
18
- activemodel (3.1.1)
19
- activesupport (= 3.1.1)
17
+ sprockets (~> 2.0.3)
18
+ activemodel (3.1.3)
19
+ activesupport (= 3.1.3)
20
20
  builder (~> 3.0.0)
21
21
  i18n (~> 0.6)
22
- activerecord (3.1.1)
23
- activemodel (= 3.1.1)
24
- activesupport (= 3.1.1)
22
+ activerecord (3.1.3)
23
+ activemodel (= 3.1.3)
24
+ activesupport (= 3.1.3)
25
25
  arel (~> 2.2.1)
26
26
  tzinfo (~> 0.3.29)
27
- activeresource (3.1.1)
28
- activemodel (= 3.1.1)
29
- activesupport (= 3.1.1)
30
- activesupport (3.1.1)
27
+ activeresource (3.1.3)
28
+ activemodel (= 3.1.3)
29
+ activesupport (= 3.1.3)
30
+ activesupport (3.1.3)
31
31
  multi_json (~> 1.0)
32
32
  arel (2.2.1)
33
33
  builder (3.0.0)
34
34
  erubis (2.7.0)
35
35
  git (1.2.5)
36
- haml (3.1.3)
36
+ haml (3.1.4)
37
37
  haml-rails (0.3.4)
38
38
  actionpack (~> 3.0)
39
39
  activesupport (~> 3.0)
@@ -41,19 +41,20 @@ GEM
41
41
  railties (~> 3.0)
42
42
  hike (1.2.1)
43
43
  i18n (0.6.0)
44
- jeweler (1.6.4)
44
+ jeweler (1.8.3)
45
45
  bundler (~> 1.0)
46
46
  git (>= 1.2.5)
47
47
  rake
48
- json (1.6.1)
48
+ rdoc
49
+ json (1.6.5)
49
50
  mail (2.3.0)
50
51
  i18n (>= 0.4.0)
51
52
  mime-types (~> 1.16)
52
53
  treetop (~> 1.4.8)
53
- mime-types (1.16)
54
- multi_json (1.0.3)
55
- polyglot (0.3.2)
56
- rack (1.3.5)
54
+ mime-types (1.17.2)
55
+ multi_json (1.0.4)
56
+ polyglot (0.3.3)
57
+ rack (1.3.6)
57
58
  rack-cache (1.1)
58
59
  rack (>= 0.4)
59
60
  rack-mount (0.8.3)
@@ -62,30 +63,29 @@ GEM
62
63
  rack
63
64
  rack-test (0.6.1)
64
65
  rack (>= 1.0)
65
- rails (3.1.1)
66
- actionmailer (= 3.1.1)
67
- actionpack (= 3.1.1)
68
- activerecord (= 3.1.1)
69
- activeresource (= 3.1.1)
70
- activesupport (= 3.1.1)
66
+ rails (3.1.3)
67
+ actionmailer (= 3.1.3)
68
+ actionpack (= 3.1.3)
69
+ activerecord (= 3.1.3)
70
+ activeresource (= 3.1.3)
71
+ activesupport (= 3.1.3)
71
72
  bundler (~> 1.0)
72
- railties (= 3.1.1)
73
- railties (3.1.1)
74
- actionpack (= 3.1.1)
75
- activesupport (= 3.1.1)
73
+ railties (= 3.1.3)
74
+ railties (3.1.3)
75
+ actionpack (= 3.1.3)
76
+ activesupport (= 3.1.3)
76
77
  rack-ssl (~> 1.3.2)
77
78
  rake (>= 0.8.7)
78
79
  rdoc (~> 3.4)
79
80
  thor (~> 0.14.6)
80
- rake (0.9.2)
81
- rdoc (3.11)
81
+ rake (0.9.2.2)
82
+ rdoc (3.12)
82
83
  json (~> 1.4)
83
- sass (3.1.10)
84
- sass-rails (3.1.4)
84
+ sass (3.1.12)
85
+ sass-rails (3.1.5)
85
86
  actionpack (~> 3.1.0)
86
87
  railties (~> 3.1.0)
87
- sass (>= 3.1.4)
88
- sprockets (~> 2.0.0)
88
+ sass (~> 3.1.10)
89
89
  tilt (~> 1.3.2)
90
90
  sprockets (2.0.3)
91
91
  hike (~> 1.2)
@@ -96,7 +96,7 @@ GEM
96
96
  treetop (1.4.10)
97
97
  polyglot
98
98
  polyglot (>= 0.3.1)
99
- tzinfo (0.3.30)
99
+ tzinfo (0.3.31)
100
100
 
101
101
  PLATFORMS
102
102
  ruby
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gem|
19
19
  gem.description = %Q{Large collection of useful Rails 3.1 helpers for SEO, Metatags, Facebook OG tags, integration for analytics services like google, woopra, olark, mixpanel and much much more...}
20
20
  gem.email = "me@christopherhein.com"
21
21
  gem.authors = ["Christopher Hein"]
22
- gem.version = "0.1.1"
22
+ gem.version = "0.1.2"
23
23
  # dependencies defined in Gemfile
24
24
  end
25
25
  Jeweler::RubygemsDotOrgTasks.new
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "frontend-helpers"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Christopher Hein"]
12
- s.date = "2011-10-19"
12
+ s.date = "2012-02-02"
13
13
  s.description = "Large collection of useful Rails 3.1 helpers for SEO, Metatags, Facebook OG tags, integration for analytics services like google, woopra, olark, mixpanel and much much more..."
14
14
  s.email = "me@christopherhein.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frontend-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-19 00:00:00.000000000Z
12
+ date: 2012-02-02 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2165025340 !ruby/object:Gem::Requirement
16
+ requirement: &2153195040 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2165025340
24
+ version_requirements: *2153195040
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: haml-rails
27
- requirement: &2165024320 !ruby/object:Gem::Requirement
27
+ requirement: &2153193340 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2165024320
35
+ version_requirements: *2153193340
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: sass-rails
38
- requirement: &2165023060 !ruby/object:Gem::Requirement
38
+ requirement: &2153191160 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *2165023060
46
+ version_requirements: *2153191160
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: sprockets
49
- requirement: &2165021480 !ruby/object:Gem::Requirement
49
+ requirement: &2153189040 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *2165021480
57
+ version_requirements: *2153189040
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: jeweler
60
- requirement: &2165000220 !ruby/object:Gem::Requirement
60
+ requirement: &2153186800 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,7 +65,7 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *2165000220
68
+ version_requirements: *2153186800
69
69
  description: Large collection of useful Rails 3.1 helpers for SEO, Metatags, Facebook
70
70
  OG tags, integration for analytics services like google, woopra, olark, mixpanel
71
71
  and much much more...
@@ -185,7 +185,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
185
185
  version: '0'
186
186
  segments:
187
187
  - 0
188
- hash: 811509020470872594
188
+ hash: 1042100173744814425
189
189
  required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  none: false
191
191
  requirements: