html-pipeline-wiki-link 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/html-pipeline-wiki-link.gemspec +2 -2
- data/lib/html/pipeline/wiki_link/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -15,8 +15,8 @@ Gem::Specification.new do |s|
|
|
15
15
|
s.version = HTML::Pipeline::WikiLink::VERSION
|
16
16
|
s.date = Date.today.to_s
|
17
17
|
|
18
|
-
s.summary = "
|
19
|
-
s.description = "
|
18
|
+
s.summary = "An HTML::Pipeline filter for WikiMedia-style wiki links."
|
19
|
+
s.description = "An HTML::Pipeline filter for WikiMedia-style wiki links."
|
20
20
|
|
21
21
|
s.authors = ["Lee Dohm"]
|
22
22
|
s.email = 'lee@liftedstudios.com'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: html-pipeline-wiki-link
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -91,7 +91,7 @@ dependencies:
|
|
91
91
|
- - ~>
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: '0.8'
|
94
|
-
description:
|
94
|
+
description: An HTML::Pipeline filter for WikiMedia-style wiki links.
|
95
95
|
email: lee@liftedstudios.com
|
96
96
|
executables: []
|
97
97
|
extensions: []
|
@@ -133,7 +133,7 @@ rubyforge_project:
|
|
133
133
|
rubygems_version: 1.8.24
|
134
134
|
signing_key:
|
135
135
|
specification_version: 2
|
136
|
-
summary:
|
136
|
+
summary: An HTML::Pipeline filter for WikiMedia-style wiki links.
|
137
137
|
test_files:
|
138
138
|
- spec/wiki_link_filter_spec.rb
|
139
139
|
has_rdoc:
|