WikiCreole 0.1.0 → 0.1.1

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 CHANGED
@@ -1,2 +1,7 @@
1
+ 2008-12-12 (0.1.1)
2
+ * Added the version and date to the wiki_creole.rb file
3
+ * Added the Rakefile and tests to the built gem
4
+ * ensured that the tests were properly run when installing the gem
5
+
1
6
  2008-12-10 (0.1.0)
2
7
  * Initial Rubyforge Version
data/Rakefile ADDED
@@ -0,0 +1,17 @@
1
+ require 'rake'
2
+ require 'rake/testtask'
3
+
4
+ desc "Default Task"
5
+ task :default => :test_all
6
+
7
+ desc "Test Task"
8
+ task :test => :test_all
9
+
10
+ desc "Check - same as test_all"
11
+ task :check => :test_all
12
+
13
+ Rake::TestTask.new(:test_all) do |t|
14
+ t.libs << 'lib'
15
+ t.warning = true
16
+ t.test_files = FileList['test/test_all.rb']
17
+ end
data/lib/wiki_creole.rb CHANGED
@@ -4,7 +4,9 @@
4
4
  #
5
5
  # Author:: Gordon McCreight (mailto:wikicreole.to.gordon@mccreight.com)
6
6
  # Copyright:: Copyright (c) 2008 Gordon McCreight
7
- # License:: Distributes under the same terms as Ruby (see the LICENCE file)
7
+ # License:: Distributes under the same terms as Ruby (see the LICENSE file)
8
+ # Version:: 0.1.1
9
+ # Date:: 2008-12-12
8
10
  #
9
11
  # == Synopsis
10
12
  # Most likely you'll just want to do: