radiant-markdown_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.
@@ -1,4 +1,3 @@
1
1
  module RadiantMarkdownFilterExtension
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
4
-
@@ -22,9 +22,4 @@ Gem::Specification.new do |s|
22
22
  s.require_paths = ["lib"]
23
23
 
24
24
  s.add_dependency "bluecloth", "~> 2.1.0"
25
-
26
- s.post_install_message = %{
27
- Add this to your radiant project with:
28
- config.gem "radiant-markdown_filter-extension", :version => "~> #{RadiantMarkdownFilterExtension::VERSION}"
29
- }
30
25
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-markdown_filter-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.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-06-12 00:00:00 -04:00
19
- default_executable:
18
+ date: 2011-09-15 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: bluecloth
@@ -51,6 +50,7 @@ files:
51
50
  - lib/tasks/markdown_filter_extension_tasks.rake
52
51
  - markdown.html
53
52
  - markdown_filter_extension.rb
53
+ - radiant-markdown_filter-extension-1.0.0.gem
54
54
  - radiant-markdown_filter-extension.gemspec
55
55
  - Rakefile
56
56
  - README
@@ -59,11 +59,10 @@ files:
59
59
  - spec/spec_helper.rb
60
60
  - test/test_helper.rb
61
61
  - test/unit/markdown_filter_test.rb
62
- has_rdoc: true
63
62
  homepage: http://radiantcms.org/
64
63
  licenses: []
65
64
 
66
- post_install_message: "\n Add this to your radiant project with:\n config.gem \"radiant-markdown_filter-extension\", :version => \"~> 1.0.0\"\n "
65
+ post_install_message:
67
66
  rdoc_options: []
68
67
 
69
68
  require_paths:
@@ -89,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
88
  requirements: []
90
89
 
91
90
  rubyforge_project:
92
- rubygems_version: 1.6.2
91
+ rubygems_version: 1.8.8
93
92
  signing_key:
94
93
  specification_version: 3
95
94
  summary: Markdown Filter for Radiant CMS