dynamic_table 0.1.0 → 0.2.0
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/app/assets/javascripts/dynamic_table.js +8 -0
- data/lib/dynamic_table/version.rb +1 -1
- metadata +4 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6bc7941d10dd97cbd73389b174373899caf2fea3e21d5d6680b0c9c2d686234
|
4
|
+
data.tar.gz: 4402af043218d5bd540f3f95eda7b33180cc5b72127da1aba79834b5e416f907
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 703c5cfef2411fa63adeef66fec6d439975897dcee15f4ff92af108841cef36654ebca77b601f151c7dd5928249222f756c15c7b815c2814e3b309f99ac370da
|
7
|
+
data.tar.gz: 6ad4d06d016afc69d322b39ca15fa7bab1f049e7efaddfe17e53c2363152b182b3d5160d038684a58871a0d0dce4a66c94ee847b96947af9c743eb5c313732e3
|
@@ -1,3 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @version: 0.2
|
3
|
+
* @author: Jayanth Ravindarn
|
4
|
+
* @copyright: Copyright (c) 2024 Jayanth Ravindran. All rights reserved.
|
5
|
+
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
|
6
|
+
* @website: https://github.com/jravz/dynamic_table
|
7
|
+
*/
|
8
|
+
// Following the UMD template https://github.com/umdjs/umd/blob/master/templates/returnExportsGlobal.js
|
1
9
|
(function(root, factory) {
|
2
10
|
if (typeof define === 'function' && define.amd) {
|
3
11
|
define([], factory);
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dynamic_table
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jayanth
|
@@ -29,6 +29,9 @@ homepage:
|
|
29
29
|
licenses: []
|
30
30
|
metadata:
|
31
31
|
allowed_push_host: https://rubygems.org
|
32
|
+
homepage_uri: https://github.com/jravz/dynamic_table
|
33
|
+
source_code_uri: https://github.com/jravz/dynamic_table
|
34
|
+
changelog_uri: https://github.com/jravz/dynamic_table
|
32
35
|
post_install_message:
|
33
36
|
rdoc_options: []
|
34
37
|
require_paths:
|