gmccreight-WikiCreole 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. data/Changelog +4 -0
  2. data/README +3 -0
  3. data/lib/wiki_creole.rb +2 -2
  4. metadata +3 -3
data/Changelog CHANGED
@@ -1,3 +1,7 @@
1
+ 2009-08-12 (0.1.5)
2
+ * Added information to the README about how to install from
3
+ github
4
+
1
5
  2009-08-11 (0.1.4)
2
6
  * Artiom Diomin (kron4eg on github) made some changes to a
3
7
  fork of WikiCreole which looked interesting. They primarily
data/README CHANGED
@@ -4,6 +4,9 @@
4
4
  the following command:
5
5
  ri WikiCreole
6
6
 
7
+ == Install
8
+ sudo gem install gmccreight-WikiCreole --source http://gems.github.com
9
+
7
10
  == Synopsis
8
11
  require 'rubygems'
9
12
  require 'wiki_creole'
@@ -5,8 +5,8 @@
5
5
  # Author:: Gordon McCreight (mailto:wikicreole.to.gordon@mccreight.com)
6
6
  # Copyright:: Copyright (c) 2008 Gordon McCreight
7
7
  # License:: Distributes under the same terms as Ruby (see the LICENSE file)
8
- # Version:: 0.1.4
9
- # Date:: 2009-08-11
8
+ # Version:: 0.1.5
9
+ # Date:: 2009-08-12
10
10
  #
11
11
  # == Synopsis
12
12
  # Most likely you'll just want to do:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmccreight-WikiCreole
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gordon McCreight
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-11 00:00:00 -07:00
12
+ date: 2009-08-12 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -55,7 +55,7 @@ requirements: []
55
55
  rubyforge_project: wikicreole
56
56
  rubygems_version: 1.3.5
57
57
  signing_key:
58
- specification_version: 2
58
+ specification_version: 3
59
59
  summary: A Creole-to-XHTML converter written in pure Ruby
60
60
  test_files:
61
61
  - test/profiling.rb