smeagol 0.5.3 → 0.5.4
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/README.md +5 -1
- data/lib/smeagol.rb +0 -2
- data/lib/smeagol/version.rb +1 -1
- metadata +6 -6
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
data/lib/smeagol/version.rb
CHANGED
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:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 3
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
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-
|
|
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.
|
|
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
|