radiant-smarty_pants_filter-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
|
@@ -22,9 +22,4 @@ Gem::Specification.new do |s|
|
|
22
22
|
s.require_paths = ["lib"]
|
23
23
|
|
24
24
|
s.add_dependency "rubypants", "~> 0.2.0"
|
25
|
-
|
26
|
-
s.post_install_message = %{
|
27
|
-
Add this to your radiant project with:
|
28
|
-
config.gem "radiant-smarty_pants_filter-extension", :version => "~> #{RadiantSmartyPantsFilterExtension::VERSION}"
|
29
|
-
}
|
30
25
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-smarty_pants_filter-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
|
- !ruby/object:Gem::Dependency
|
22
21
|
name: rubypants
|
@@ -49,6 +48,7 @@ files:
|
|
49
48
|
- lib/smarty_pants_filter.rb
|
50
49
|
- lib/smarty_pants_tags.rb
|
51
50
|
- lib/tasks/smarty_pants_filter_extension_tasks.rake
|
51
|
+
- radiant-smarty_pants_filter-extension-1.0.0.gem
|
52
52
|
- radiant-smarty_pants_filter-extension.gemspec
|
53
53
|
- Rakefile
|
54
54
|
- README
|
@@ -64,11 +64,10 @@ files:
|
|
64
64
|
- vendor/rubypants/README
|
65
65
|
- vendor/rubypants/rubypants.rb
|
66
66
|
- vendor/rubypants/test_rubypants.rb
|
67
|
-
has_rdoc: true
|
68
67
|
homepage: http://radiantcms.org/
|
69
68
|
licenses: []
|
70
69
|
|
71
|
-
post_install_message:
|
70
|
+
post_install_message:
|
72
71
|
rdoc_options: []
|
73
72
|
|
74
73
|
require_paths:
|
@@ -94,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
93
|
requirements: []
|
95
94
|
|
96
95
|
rubyforge_project:
|
97
|
-
rubygems_version: 1.
|
96
|
+
rubygems_version: 1.8.8
|
98
97
|
signing_key:
|
99
98
|
specification_version: 3
|
100
99
|
summary: Markdown Filter for Radiant CMS
|