README.md in rack-blogengine-1.0.3 vs README.md in rack-blogengine-1.0.4
- old
+ new
@@ -9,19 +9,24 @@
[![Gem Version](https://badge.fury.io/rb/rack-blogengine.png)](http://badge.fury.io/rb/rack-blogengine)
[![Dependency Status](https://gemnasium.com/Benny1992/rack-blogengine.png)](https://gemnasium.com/Benny1992/rack-blogengine)
+
## Supported Ruby Versions & Platforms
- rbx 2.2.5
- ruby 2.0.0
- ruby 2.1.0
- ruby 2.1.1
+
## Installation
+This is a signed gem, so you have to add my public certificate.
+
+ $ gem cert –add <(curl -Ls https://raw.github.com/benny1992/rack-blogengine/master/certs/benny1992.pem)
$ gem install rack-blogengine
## Usage
`rack-blogengine generate <folder>` will create your Folder skeleton
@@ -126,16 +131,21 @@
<div class="nav">
{% show_nav %}
</div>
```
+## TODO
+Implement pygments without nokogiri html parser (maybe use oga as alternative - <a href="https://github.com/YorickPeterse/oga">https://github.com/YorickPeterse/oga</a>)
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+
+