engineyard-theme 2.2.7 → 2.2.8
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/VERSION +1 -1
- data/app/views/engineyard-theme/_header.html.haml +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.
|
|
1
|
+
2.2.8
|
|
@@ -18,7 +18,7 @@
|
|
|
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-1']
|
|
21
|
+
var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-764576-1']); _gaq.push(['_setDomainName', '.engineyard.com']); _gaq.push(['_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
23
|
|
|
24
24
|
%body{:id => content_for?(:body_id) ? yield(:body_id) : ''}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: engineyard-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 2.2.
|
|
9
|
+
- 8
|
|
10
|
+
version: 2.2.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Paul Campbell
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-12-
|
|
19
|
+
date: 2011-12-29 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|