tamem 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tamem.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3018e28149fa8323ff9442c41141fc965d64af9ddf0093019ad0a71093d34f5
4
- data.tar.gz: 62570c8e9f6fff5dc782b05ba3c115ac9ed100ed8564bcd251fbbc1ec7cc058b
3
+ metadata.gz: c544c6e285880937fb530acff323de5c7268a9cf80c3b655eccbb6d2426c12bb
4
+ data.tar.gz: e5b5e101f9b4d5d3e65b2b763b9af23d6a0dd9260c7aefbb1fb43570c9bb43cf
5
5
  SHA512:
6
- metadata.gz: eb02e2c7252913fb63c558140d15e326d144a79a85150004403a50a2e91599e73fdfe4d4d3d3eed5312ffbb4937ae51c36e894e8f98a11e07968f7fcdd3e0e9f
7
- data.tar.gz: e358f8e9f203804ded17dba02f391ac9e11b51dd99d8417074cd8202f085ffef9999fa1a4b975911e8fb388a0508257506609fc83e7cabe7352a8f7109b3c055
6
+ metadata.gz: b805a843effa9696a227d37da9bc90da3b0bfe2b680dda41678a8ff628e0613856abbbf6516928ef305f4c8f791652992c814c885713f37705bd5c016b30dadb
7
+ data.tar.gz: ce48cc4f38422e57a618420af3cb9002c9b1d5110dc3c59a6ee892df43d19745ec0b101516645a967c9b36ccc9e89fa8ab00876144684bb41caab52060e46531
data/lib/tamem.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Tamem
2
- def self.splash time
3
- '<script>$(document).ready(function(){ $("#main").hide();setTimeout(function(){ $("#splash").hide(); $("#main").show();}, #{time}000);});</script> <style>div {width: 100%; height: 100%;}div {position: absolute; top: 0; left: 0;}</style>'.html_safe
2
+ def self.splash
3
+ '<script>$(document).ready(function(){ $("#main").hide();setTimeout(function(){ $("#splash").hide(); $("#main").show();}, 3000);});</script> <style>div {width: 100%; height: 100%;}div {position: absolute; top: 0; left: 0;}</style>'.html_safe
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tamem
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
  - 'Lalit Saini '
@@ -33,7 +33,7 @@ extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
35
  - lib/tamem.rb
36
- homepage: http://rubygems.org/gems/tamem
36
+ homepage: https://www.lalitsaini.com/collections/tamem
37
37
  licenses:
38
38
  - MIT
39
39
  metadata: {}