smeagol 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -59,4 +59,8 @@ Have a great idea for Smeagol? Awesome. Fork the repository and add a feature
59
59
  or fix a bug. There are a couple things I ask:
60
60
 
61
61
  1. You must have tests for all code you check in.
62
- 1. Create an appropriately named topic branch that contains your change.
62
+ 1. Create an appropriately named topic branch that contains your change.
63
+
64
+ Also, to run the Cucumber tests in Smeagol, you must first install `rdiscount`:
65
+
66
+ $ gem install rdiscount
data/lib/smeagol.rb CHANGED
@@ -7,5 +7,3 @@ require 'smeagol/hash'
7
7
  require 'smeagol/option_parser'
8
8
  require 'smeagol/wiki'
9
9
  require 'smeagol/version'
10
- require 'rdiscount'
11
- require 'RedCloth'
@@ -1,3 +1,3 @@
1
1
  module Smeagol
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smeagol
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
5
- prerelease:
4
+ hash: 3
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 3
10
- version: 0.5.3
9
+ - 4
10
+ version: 0.5.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ben Johnson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-04 00:00:00 -07:00
18
+ date: 2011-02-20 00:00:00 -07:00
19
19
  default_executable: smeagol
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -258,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
258
258
  requirements: []
259
259
 
260
260
  rubyforge_project:
261
- rubygems_version: 1.4.1
261
+ rubygems_version: 1.3.7
262
262
  signing_key:
263
263
  specification_version: 3
264
264
  summary: A read-only server for Gollum wikis