Displaying 2 results from an estimated 2 matches for "wrongdoc".
Did you mean:
kronodoc
2011 Jun 06
2
[PATCH] Document the method for building the Unicorn gem
...e the
Documentation/SubmittingPatches document
distributed with git on on patch submission guidelines to follow. Just
don''t email the git mailing list or maintainer with Unicorn patches :)
+== Building a Gem
+
+In order to build the gem, you must install the following components:
+
+ * wrongdoc
+ * pandoc
+
+You can build the Unicorn gem with the following command:
+
+ gmake gem
+
== Running Development Versions
It is easy to install the contents of your git working directory:
--
1.7.5
--
Phusion | Ruby & Rails deployment, scaling and tuning solutions
Web: http://www.phusion.n...
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
...pendency(%q<rack>)
s.add_dependency(%q<kgio>, ''~> 2.4'')
+ s.add_dependency(%w<raindrops>, ''~> 0.6'')
s.add_development_dependency(''isolate'', ''~> 3.1'')
s.add_development_dependency(''wrongdoc'', ''~> 1.5'')
--
Eric Wong