rtfd 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +2 -0
  2. data/lib/rtfd/version.rb +1 -1
  3. 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
@@ -1,3 +1,3 @@
1
1
  module Rtfd
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtfd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: