Skip to content

Commit 246d02e

Browse files
Fixing Readme and improved version
1 parent df41d36 commit 246d02e

File tree

3 files changed

+7
-207
lines changed

3 files changed

+7
-207
lines changed

Readme.211000.md

Lines changed: 0 additions & 201 deletions
This file was deleted.

Readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# Important
2-
3-
The current gem is released without updated plugins. If you encounter any errors, please fork the repository, update the plugin files and send a pull-request.
4-
51
# jquery-datatables-rails
62

73
This gem packages the jQuery [DataTables](http://datatables.net/) plugin for easy use with the Rails 3.1+ asset pipleine.
84

5+
# Important
6+
7+
The current gem is released without updated plugins.
8+
If you encounter any errors, please fork the repository, update the plugin files and send a pull-request.
9+
910
It provides all the basic DataTables files, and a few of the extras.
1011

1112
## General Installation
1213

1314
1. Add to your Gemfile:
1415

1516
```ruby
16-
gem 'jquery-datatables-rails', '~> 2.1.10.0.0'
17+
gem 'jquery-datatables-rails', '~> 2.1.10.0.1'
1718
```
1819

1920
1. Install the gem:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Jquery
22
module Datatables
33
module Rails
4-
VERSION = "2.1.10.0.0"
4+
VERSION = "2.1.10.0.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)