README.md in tablecloth-rails-1.0.1 vs README.md in tablecloth-rails-1.0.100
- old
+ new
@@ -1,6 +1,11 @@
-# tablecloth-rails [![Gem Version](https://badge.fury.io/rb/tablecloth-rails.png)](http://badge.fury.io/rb/tablecloth-rails)
+# tablecloth-rails
+[![Gem Version](https://badge.fury.io/rb/tablecloth-rails.png)](http://badge.fury.io/rb/tablecloth-rails)
+[![Build Status](https://travis-ci.org/jhx/gem-tablecloth-rails.png?branch=master)](https://travis-ci.org/jhx/gem-tablecloth-rails)
+[![Dependency Status](https://gemnasium.com/jhx/gem-tablecloth-rails.png)](https://gemnasium.com/jhx/gem-tablecloth-rails)
+[![Code Climate](https://codeclimate.com/github/jhx/gem-tablecloth-rails.png)](https://codeclimate.com/github/jhx/gem-tablecloth-rails)
+[![Coverage Status](https://coveralls.io/repos/jhx/gem-tablecloth-rails/badge.png)](https://coveralls.io/r/jhx/gem-tablecloth-rails)
> Gemified by Doc Walker
Provides the `Tablecloth` JavaScript/CSS packaged for the Rails 3.1+ asset pipeline.
@@ -8,11 +13,11 @@
Add these lines to your application's `Gemfile`:
```rb
# tablecloth table js/css packaged for the rails asset pipeline
-gem 'tablecloth-rails', '~> 1.0'
+gem 'tablecloth-rails', '~> 1.0.100'
```
And then execute:
```sh
@@ -25,12 +30,12 @@
$ gem install tablecloth-rails
```
Gem version notes:
- - x.y.z version will track the `Tablecloth` version;
- - It may contain a suffix to differentiate versions of the gem based on the same `Tablecloth` version;
+- Version is in the format `X.Y.ZVV` where `X.Y.Z` is version of `Tablecloth` plugin and `VV` is version of gem (with leading zero);
+- Refer to Semantic Versioning 2.0.0 (http://semver.org);
## Usage
Add these lines to `app/assets/javascripts/application.js`
@@ -40,11 +45,13 @@
```
Add these lines to `app/assets/stylesheets/application.css`
```css
+/*
provides tablecloth table js/css from gem 'tablecloth-rails':
= require tablecloth-rails
+*/
```
## Contributing
1. Fork it