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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bed89b3ede67d2990fd2874a8274317b161d0231
4
- data.tar.gz: abb0f67a35e89f77e259a140fb91f7b2c73bbdef
3
+ metadata.gz: 80949ffcfb581fc1efb9eff1a156d21c419ff265
4
+ data.tar.gz: c918d0e6d3e67e3f18adcea78cac5a660b0a66da
5
5
  SHA512:
6
- metadata.gz: 0bff096c31048b3e491c1924e95c46f559f7cce7b8b2209b331eeb5326d6f7881d92945026ad1bd872a118bcdd42ebb671e57f88d57d469e565634d308e792d6
7
- data.tar.gz: 5fe39e95ff39b65880b75e272d63a56d84eaf227865c50ff36baa805b3b3065935d89de020ea1ac28e6065ef880ca12c9ba8d48777ed8f56289d13d21d5aeeab
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
- ## Used Versinion
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.
@@ -1,5 +1,5 @@
1
1
  module Datatablesassets
2
2
  module Rails
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.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-07 00:00:00.000000000 Z
11
+ date: 2016-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler