radiant-site_templates-extension 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
data/db/templates/high-five.yml
CHANGED
@@ -124,10 +124,10 @@
|
|
124
124
|
id: 1
|
125
125
|
content: |-
|
126
126
|
<script>
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
127
|
+
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; // Change UA-XXXXX-X to be your site's ID
|
128
|
+
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
|
129
|
+
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
130
|
+
s.parentNode.insertBefore(g,s)}(document,'script'));
|
131
131
|
</script>
|
132
132
|
- 4:
|
133
133
|
name: boxed
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-site_templates-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 5
|
10
|
+
version: 1.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Radiant CMS Dev Team
|
@@ -15,7 +15,8 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-01-04 00:00:00 -06:00
|
19
|
+
default_executable:
|
19
20
|
dependencies: []
|
20
21
|
|
21
22
|
description: Standard site templates
|
@@ -63,6 +64,7 @@ files:
|
|
63
64
|
- Rakefile
|
64
65
|
- README
|
65
66
|
- site_templates_extension.rb
|
67
|
+
has_rdoc: true
|
66
68
|
homepage: http://radiantcms.org/
|
67
69
|
licenses: []
|
68
70
|
|
@@ -92,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
94
|
requirements: []
|
93
95
|
|
94
96
|
rubyforge_project:
|
95
|
-
rubygems_version: 1.
|
97
|
+
rubygems_version: 1.3.9.3
|
96
98
|
signing_key:
|
97
99
|
specification_version: 3
|
98
100
|
summary: Site Templates for Radiant CMS
|