html-pipeline-wiki-link 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.0.3
4
+
5
+ * Fixed erroneous gem description.
6
+
3
7
  ## 0.0.2
4
8
 
5
9
  * Added support for supplying a base URL.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html-pipeline-wiki-link (0.0.2)
4
+ html-pipeline-wiki-link (0.0.3)
5
5
  html-pipeline (>= 0.0.8)
6
6
 
7
7
  GEM
@@ -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 = "A personal wiki solution"
19
- s.description = "A personal wiki solution inspired by Gollum"
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'
@@ -6,7 +6,7 @@ module HTML
6
6
  class Pipeline
7
7
  module WikiLink
8
8
  # Version number for the Lifted Wiki gem.
9
- VERSION = '0.0.2'
9
+ VERSION = '0.0.3'
10
10
  end
11
11
  end
12
12
  end
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.2
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: A personal wiki solution inspired by Gollum
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: A personal wiki solution
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: