radiant-textile_filter-extension 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -22,9 +22,4 @@ Gem::Specification.new do |s|
|
|
22
22
|
s.require_paths = ["lib"]
|
23
23
|
|
24
24
|
s.add_dependency "RedCloth", "~> 4.2.0"
|
25
|
-
|
26
|
-
s.post_install_message = %{
|
27
|
-
Add this to your radiant project with:
|
28
|
-
config.gem "radiant-textile_filter-extension", :version => "~> #{RadiantTextileFilterExtension::VERSION}"
|
29
|
-
}
|
30
25
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
8
|
+
- 3
|
9
|
+
version: 1.0.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Radiant CMS Dev Team
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-
|
17
|
+
date: 2011-09-15 00:00:00 -05:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -46,7 +46,6 @@ files:
|
|
46
46
|
- lib/tasks/textile_filter_extension_tasks.rake
|
47
47
|
- lib/textile_filter.rb
|
48
48
|
- lib/textile_tags.rb
|
49
|
-
- radiant-textile_filter-extension-1.0.1.gem
|
50
49
|
- radiant-textile_filter-extension.gemspec
|
51
50
|
- Rakefile
|
52
51
|
- README
|
@@ -61,7 +60,7 @@ has_rdoc: true
|
|
61
60
|
homepage: http://textism.com/tools/textile/
|
62
61
|
licenses: []
|
63
62
|
|
64
|
-
post_install_message:
|
63
|
+
post_install_message:
|
65
64
|
rdoc_options: []
|
66
65
|
|
67
66
|
require_paths:
|
Binary file
|