radiant-site_templates-extension 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
@@ -20,11 +20,4 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.files = Dir["**/*"] - ignores
|
21
21
|
s.test_files = Dir["test/**/*","spec/**/*","features/**/*"] - ignores
|
22
22
|
s.require_paths = ["lib"]
|
23
|
-
|
24
|
-
# s.add_dependency "some_gem", "~> 1.0.0"
|
25
|
-
|
26
|
-
s.post_install_message = %{
|
27
|
-
Add this to your radiant project with:
|
28
|
-
config.gem "radiant-site_templates-extension", :version => "~> #{RadiantSiteTemplatesExtension::VERSION}"
|
29
|
-
}
|
30
23
|
end
|
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: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Radiant CMS Dev Team
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
19
|
-
default_executable:
|
18
|
+
date: 2011-09-15 00:00:00 Z
|
20
19
|
dependencies: []
|
21
20
|
|
22
21
|
description: Standard site templates
|
@@ -59,15 +58,15 @@ files:
|
|
59
58
|
- public/images/roasters/thumb-grower.jpg
|
60
59
|
- public/images/roasters/thumb-roaster.jpg
|
61
60
|
- public/images/roasters/truck.gif
|
61
|
+
- radiant-site_templates-extension-1.0.0.gem
|
62
62
|
- radiant-site_templates-extension.gemspec
|
63
63
|
- Rakefile
|
64
64
|
- README
|
65
65
|
- site_templates_extension.rb
|
66
|
-
has_rdoc: true
|
67
66
|
homepage: http://radiantcms.org/
|
68
67
|
licenses: []
|
69
68
|
|
70
|
-
post_install_message:
|
69
|
+
post_install_message:
|
71
70
|
rdoc_options: []
|
72
71
|
|
73
72
|
require_paths:
|
@@ -93,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
92
|
requirements: []
|
94
93
|
|
95
94
|
rubyforge_project:
|
96
|
-
rubygems_version: 1.
|
95
|
+
rubygems_version: 1.8.8
|
97
96
|
signing_key:
|
98
97
|
specification_version: 3
|
99
98
|
summary: Site Templates for Radiant CMS
|