README.md in enableplaceholder-jquery-rails-1.2.2.1 vs README.md in enableplaceholder-jquery-rails-1.2.202
- old
+ new
@@ -1,14 +1,19 @@
-# enableplaceholder-jquery-rails [![Gem Version](https://badge.fury.io/rb/enableplaceholder-jquery-rails.png)](http://badge.fury.io/rb/enableplaceholder-jquery-rails)
+# enableplaceholder-jquery-rails
+[![Gem Version](https://badge.fury.io/rb/enableplaceholder-jquery-rails.png)](http://badge.fury.io/rb/enableplaceholder-jquery-rails)
+[![Build Status](https://travis-ci.org/jhx/gem-enableplaceholder-jquery-rails.png?branch=master)](https://travis-ci.org/jhx/gem-enableplaceholder-jquery-rails)
+[![Dependency Status](https://gemnasium.com/jhx/gem-enableplaceholder-jquery-rails.png)](https://gemnasium.com/jhx/gem-enableplaceholder-jquery-rails)
+[![Code Climate](https://codeclimate.com/github/jhx/gem-enableplaceholder-jquery-rails.png)](https://codeclimate.com/github/jhx/gem-enableplaceholder-jquery-rails)
+[![Coverage Status](https://coveralls.io/repos/jhx/gem-enableplaceholder-jquery-rails/badge.png)](https://coveralls.io/r/jhx/gem-enableplaceholder-jquery-rails)
> Gemified by Doc Walker
Provides the `enablePlaceholder` jQuery plugin packaged for the Rails 3.1+ asset pipeline.
## Installation
-Add these lines to your application's Gemfile:
+Add these lines to your application's `Gemfile`:
```rb
# enablePlaceholder jquery plugin packaged for the rails asset pipeline
gem 'enableplaceholder-jquery-rails', '~> 1.2.2'
```
@@ -25,11 +30,11 @@
$ gem install enableplaceholder-jquery-rails
```
Gem version notes:
- - x.y.z version will track the `enablePlaceholder` plugin version;
- - It may contain a suffix to differentiate versions of the gem based on the same `enablePlaceholder` plugin version;
+ - Version is in the format `X.Y.ZVV` where `X.Y.Z` is version of `enablePlaceholder` 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`