README.md in repres-hyper_text-1.3 vs README.md in repres-hyper_text-1.4

- old
+ new

@@ -1,8 +1,10 @@ # Repres HyperText 超文本资源表现引擎 +[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/repres-hyper_text/frames) [![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT) + [![Gem Version](https://badge.fury.io/rb/repres-hyper_text.svg)](https://badge.fury.io/rb/repres-hyper_text) [![Dependency Status](https://gemnasium.com/badges/github.com/topbitdu/repres-hyper_text.svg)](https://gemnasium.com/github.com/topbitdu/repres-hyper_text) Repres (REsource PRESentation) is a series of resource presentation engines. The Hyper Text resource presentation engine includes HyperText-based resource presentation templates & snippets. Repres (资源表现)是一系列的资源表现引擎。超文本资源表现引擎包括基于超文本的资源表现模版和片段。 @@ -162,5 +164,20 @@ The following CSS libraries are switchable, and the version can be configurable: - :'font-awesome' - :buttons - :'animate.css' + + + +## RSpec examples + +```ruby +# spec/models/repres_spec.rb +require 'repres/hyper_text/models_rspec' + +# spec/types/repres_spec.rb +require 'repres/hyper_text/types_rspec' + +# spec/validators/repres_spec.rb +require 'repres/hyper_text/validators_rspec' +```