engineyard-theme 2.2.0 → 2.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.0
1
+ 2.2.5
@@ -18,10 +18,8 @@
18
18
  - unless Rails.env == 'development' || add_js != 'true'
19
19
  :plain
20
20
  <script type='text/javascript'>
21
- var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-764576-22']);_gaq.push(['_trackPageview']);_gaq.push(['_setAccount', 'UA-764576-1'],['_setDomainName',".engineyard.com"],['_setAllowHash',false],['_setAllowAnchor',true],['_trackPageview']);(function() {var ga = document.createElement('script');ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';ga.setAttribute('async', 'true');document.documentElement.firstChild.appendChild(ga);})();
21
+ var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-764576-1'],['_setDomainName',".engineyard.com"],['_setAllowHash',false],['_setAllowAnchor',true],['_trackPageview']);(function() {var ga = document.createElement('script');ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';ga.setAttribute('async', 'true');document.documentElement.firstChild.appendChild(ga);})();
22
22
  </script>
23
- <!--script src="//cdn.optimizely.com/js/4180050.js"></script-->
24
-
25
23
 
26
24
  %body{:id => content_for?(:body_id) ? yield(:body_id) : ''}
27
25
  #container
@@ -12,23 +12,25 @@
12
12
  </div>
13
13
  </li>
14
14
 
15
- <li<%= selected?(/^support-plans|ruby_on_rails_training|partners\/developers|partners\/training|\/services/) %>>
16
- <a href="http://engineyard.com/support-plans"><span class="drop">Services</span></a>
15
+ <li<%= selected?(/^solutions\/(mobile|social|campaigns)/) %>>
16
+ <a href="http://engineyard.com/solutions/mobile"><span class="drop">Solutions</span></a>
17
17
  <div>
18
18
  <ul>
19
- <li><a href="http://engineyard.com/support-plans">Support Plans</a></li>
20
- <li><a href="http://engineyard.com/ruby_on_rails_training">Training</a></li>
21
- <li><a href="http://engineyard.com/services">Professional Services</a></li>
22
- <li><a href="http://engineyard.com/partners/developers">Dev. &amp; Digital Agencies</a></li>
19
+ <li><a href="http://engineyard.com/solutions/mobile">Mobile</a></li>
20
+ <li><a href="http://engineyard.com/solutions/social">Social</a></li>
21
+ <li><a href="http://engineyard.com/solutions/campaigns">Campaigns</a></li>
23
22
  </ul>
24
23
  </div>
25
24
  </li>
26
25
 
27
- <li<%= selected?(/^solutions\/mobile/) %>>
28
- <a href="http://engineyard.com/solutions/mobile"><span class="drop">Solutions</span></a>
26
+ <li<%= selected?(/^support-plans|ruby_on_rails_training|partners\/developers|partners\/training|\/services/) %>>
27
+ <a href="http://engineyard.com/support-plans"><span class="drop">Services</span></a>
29
28
  <div>
30
29
  <ul>
31
- <li><a href="http://engineyard.com/solutions/mobile">Mobile</a></li>
30
+ <li><a href="http://engineyard.com/support-plans">Support Plans</a></li>
31
+ <li><a href="http://engineyard.com/ruby_on_rails_training">Training</a></li>
32
+ <li><a href="http://engineyard.com/services">Professional Services</a></li>
33
+ <li><a href="http://engineyard.com/partners/developers">Dev. &amp; Digital Agencies</a></li>
32
34
  </ul>
33
35
  </div>
34
36
  </li>
Binary file
metadata CHANGED
@@ -1,62 +1,79 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: engineyard-theme
3
- version: !ruby/object:Gem::Version
4
- version: 2.2.0
3
+ version: !ruby/object:Gem::Version
4
+ hash: 13
5
5
  prerelease:
6
+ segments:
7
+ - 2
8
+ - 2
9
+ - 5
10
+ version: 2.2.5
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Paul Campbell
9
14
  - Dr Nic Williams
10
15
  autorequire:
11
16
  bindir: bin
12
17
  cert_chain: []
13
- date: 2011-11-21 00:00:00.000000000 -08:00
14
- default_executable:
15
- dependencies:
16
- - !ruby/object:Gem::Dependency
17
- name: rails
18
- requirement: &70249708906500 !ruby/object:Gem::Requirement
18
+
19
+ date: 2011-12-13 00:00:00 Z
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ version_requirements: &id001 !ruby/object:Gem::Requirement
19
23
  none: false
20
- requirements:
21
- - - ! '>='
22
- - !ruby/object:Gem::Version
23
- version: '0'
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ hash: 3
28
+ segments:
29
+ - 0
30
+ version: "0"
31
+ requirement: *id001
24
32
  type: :runtime
25
33
  prerelease: false
26
- version_requirements: *70249708906500
27
- - !ruby/object:Gem::Dependency
28
- name: jeweler
29
- requirement: &70249708906020 !ruby/object:Gem::Requirement
34
+ name: rails
35
+ - !ruby/object:Gem::Dependency
36
+ version_requirements: &id002 !ruby/object:Gem::Requirement
30
37
  none: false
31
- requirements:
38
+ requirements:
32
39
  - - ~>
33
- - !ruby/object:Gem::Version
40
+ - !ruby/object:Gem::Version
41
+ hash: 7
42
+ segments:
43
+ - 1
44
+ - 5
45
+ - 2
34
46
  version: 1.5.2
47
+ requirement: *id002
35
48
  type: :development
36
49
  prerelease: false
37
- version_requirements: *70249708906020
38
- - !ruby/object:Gem::Dependency
39
- name: rails
40
- requirement: &70249708905520 !ruby/object:Gem::Requirement
50
+ name: jeweler
51
+ - !ruby/object:Gem::Dependency
52
+ version_requirements: &id003 !ruby/object:Gem::Requirement
41
53
  none: false
42
- requirements:
54
+ requirements:
43
55
  - - ~>
44
- - !ruby/object:Gem::Version
45
- version: '3'
56
+ - !ruby/object:Gem::Version
57
+ hash: 5
58
+ segments:
59
+ - 3
60
+ version: "3"
61
+ requirement: *id003
46
62
  type: :runtime
47
63
  prerelease: false
48
- version_requirements: *70249708905520
49
- description: View helpers 'header' and 'footer', along with an assets generator to
50
- make any site look like http://engineyard.com
51
- email:
64
+ name: rails
65
+ description: View helpers 'header' and 'footer', along with an assets generator to make any site look like http://engineyard.com
66
+ email:
52
67
  - paul@rslw.com
53
68
  - drnicwilliams@gmail.com
54
69
  executables: []
70
+
55
71
  extensions: []
56
- extra_rdoc_files:
72
+
73
+ extra_rdoc_files:
57
74
  - LICENSE.txt
58
75
  - README.md
59
- files:
76
+ files:
60
77
  - Gemfile
61
78
  - Gemfile.lock
62
79
  - History.md
@@ -70,6 +87,7 @@ files:
70
87
  - app/views/engineyard-theme/_header.html.haml
71
88
  - app/views/shared/_global_nav.html.erb
72
89
  - app/views/shared/_tracking.html.erb
90
+ - dump.rdb
73
91
  - engineyard-theme.gemspec
74
92
  - lib/engineyard-theme.rb
75
93
  - lib/generators/engineyard_theme_generator.rb
@@ -87,33 +105,38 @@ files:
87
105
  - vendor/assets/stylesheets/sass/ey-theme-globals.css.sass
88
106
  - vendor/assets/stylesheets/sass/ey-theme-jquery-ui.css.sass
89
107
  - vendor/assets/stylesheets/sass/ey-theme-jquery.tooltip.css.sass
90
- has_rdoc: true
91
108
  homepage: http://github.com/engineyard/engineyard-theme
92
- licenses:
109
+ licenses:
93
110
  - MIT
94
111
  post_install_message:
95
112
  rdoc_options: []
96
- require_paths:
113
+
114
+ require_paths:
97
115
  - lib
98
- required_ruby_version: !ruby/object:Gem::Requirement
116
+ required_ruby_version: !ruby/object:Gem::Requirement
99
117
  none: false
100
- requirements:
101
- - - ! '>='
102
- - !ruby/object:Gem::Version
103
- version: '0'
104
- segments:
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ hash: 3
122
+ segments:
105
123
  - 0
106
- hash: 947486216932984564
107
- required_rubygems_version: !ruby/object:Gem::Requirement
124
+ version: "0"
125
+ required_rubygems_version: !ruby/object:Gem::Requirement
108
126
  none: false
109
- requirements:
110
- - - ! '>='
111
- - !ruby/object:Gem::Version
112
- version: '0'
127
+ requirements:
128
+ - - ">="
129
+ - !ruby/object:Gem::Version
130
+ hash: 3
131
+ segments:
132
+ - 0
133
+ version: "0"
113
134
  requirements: []
135
+
114
136
  rubyforge_project:
115
- rubygems_version: 1.6.2
137
+ rubygems_version: 1.8.11
116
138
  signing_key:
117
139
  specification_version: 3
118
140
  summary: A gem providing helper methods and assets to make any site look like http://engineyard.com
119
141
  test_files: []
142
+