datatablesassets-rails 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -2
- data/lib/datatablesassets/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80949ffcfb581fc1efb9eff1a156d21c419ff265
|
|
4
|
+
data.tar.gz: c918d0e6d3e67e3f18adcea78cac5a660b0a66da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a3540a84351fc7a054cb2ed0d0cd1182e532884499d0e0371545f0ae802aa82998857d7ff4cf0edd6194553f8395faee8ff3a4bf784b6ba2ca526332f8cf383
|
|
7
|
+
data.tar.gz: fff82f8b668734751f7274884efc741ba307b6c649f4a6b92155706cf93bc403589c7830db9b66f2e7f4f94476a5af7be5f23bc4add6e2b0e4d6874a23ffc908
|
data/README.md
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
The `datatablesassets-rails` gem packages the [jQuery DataTables](http://www.datatables.net/) assets for easy inclusion
|
|
4
4
|
in an Rails application using assets pipeline.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
[DataTables version 1.10.12](https://github.com/DataTables/DataTables/tree/1.10.12)
|
|
6
|
+
DataTables version used in the project: [1.10.12](https://github.com/DataTables/DataTables/tree/1.10.12)
|
|
8
7
|
|
|
9
8
|
## Installation
|
|
10
9
|
To use this gem you need [jQuery](http://jquery.com/) in your application javascript.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: datatablesassets-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bartosz Grzesiak
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|