rtfd 0.0.1 → 0.0.2
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 +2 -0
- data/lib/rtfd/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -27,6 +27,8 @@ The simple example of this file
|
|
|
27
27
|
sinatra: git://github.com/sinatra/sinatra.git
|
|
28
28
|
yard: git://github.com/lsegal/yard.git
|
|
29
29
|
|
|
30
|
+
Go to your github repository admin page, click Service Hooks menu item and add "your_domain.com/github_hook" to webhook urls.
|
|
31
|
+
|
|
30
32
|
You can use Rtfd::Application in you application now!
|
|
31
33
|
|
|
32
34
|
Check Simple demo application that uses rtfd: https://github.com/BrandyMint/rtfd_demo_app
|
data/lib/rtfd/version.rb
CHANGED