radiant-archive-extension 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -22,8 +22,4 @@ Gem::Specification.new do |s|
|
|
22
22
|
# s.executables = Dir['bin/*'] - ignores
|
23
23
|
s.require_paths = ["lib"]
|
24
24
|
|
25
|
-
s.post_install_message = %{
|
26
|
-
Add this to your radiant project with:
|
27
|
-
config.gem 'radiant-archive-extension', :version => '~>#{RadiantArchiveExtension::VERSION}'
|
28
|
-
}
|
29
25
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-archive-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: Provides page types for news or blog archives.
|
@@ -60,11 +59,10 @@ files:
|
|
60
59
|
- spec/models/page_spec.rb
|
61
60
|
- spec/spec.opts
|
62
61
|
- spec/spec_helper.rb
|
63
|
-
has_rdoc: true
|
64
62
|
homepage: http://radiantcms.org
|
65
63
|
licenses: []
|
66
64
|
|
67
|
-
post_install_message:
|
65
|
+
post_install_message:
|
68
66
|
rdoc_options: []
|
69
67
|
|
70
68
|
require_paths:
|
@@ -90,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
88
|
requirements: []
|
91
89
|
|
92
90
|
rubyforge_project:
|
93
|
-
rubygems_version: 1.
|
91
|
+
rubygems_version: 1.8.8
|
94
92
|
signing_key:
|
95
93
|
specification_version: 3
|
96
94
|
summary: Archive for Radiant CMS
|