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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19f5fe5410456117b2cf8996ed417d1a796a0d7c0562644285d917ccb9e47fa2
4
- data.tar.gz: abf278075e228753dfa36b64758887f5bb4db3e80ab4df23af44b9441e7f0d2b
3
+ metadata.gz: f6bc7941d10dd97cbd73389b174373899caf2fea3e21d5d6680b0c9c2d686234
4
+ data.tar.gz: 4402af043218d5bd540f3f95eda7b33180cc5b72127da1aba79834b5e416f907
5
5
  SHA512:
6
- metadata.gz: da0cb55a7774f75d8f5d77384f58c1cd509bfa2170fb837d989e629797ca8d47c6fa0a5587e090e10291c04e94d59219eea410da5568dd65987547323a598f98
7
- data.tar.gz: 1fe4951f818c140b8ee3d2d224a697351c737c06fd2c45785bdacc3459cfd25427afdb796ab29a81ea148ea33cb5b8c62891bde3ff8837acc28ed559420b5731
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);
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DynamicTable
4
- VERSION = "0.1.0"
4
+ VERSION = '0.2.0'
5
5
  end
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.1.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: