vishnu-standard-time 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 59b1b839f360e681af0cf1048575aca912a8590339723b3932dc63f9b2daa648
4
- data.tar.gz: 177ad7aa34b141327d871b4e5ef5547375716c245e719af0ca0db1de56b91c57
3
+ metadata.gz: aa0737867678f32e90f93b2fa34273fa204e78a53638f704a181341e5bfe9dfe
4
+ data.tar.gz: 1db5484fad048e4883d7feb72a81465c7419684060a800a04e39462128916c6c
5
5
  SHA512:
6
- metadata.gz: a86aad8123fc755334d07e62442108fc6051a284b087c1e00492e10430c1f6459fdf8ad2fd8cc026b4b220f78a4fb188abcc43306f42d2ed58b38ea8d8eb59c6
7
- data.tar.gz: dde90f5af4d50f7aa97030d15c88902bcd82c11842f962559074b0bba1eda2e5aa4f11f7bf4041cf15c197b44dec5c8df31249b40bae730675c8778bc11f303d
6
+ metadata.gz: 3940816db5ffff33838b146634a45f73e4e4546296e9b94aac0759d93ffce8f5fdcdc9e861158e88c1b908f4e51d1f25f3ab5f57e92bd455522e8a100e2fc4b9
7
+ data.tar.gz: 0727754a397cb2de86e1a8348e129da96578eea8a0f0905224c8943794c7cf34f0b3dd35156e08ebf949b0451ee1859254379446f77c40852dc970b3b42523d8
data/README.md CHANGED
@@ -12,3 +12,16 @@ require "vishnu/standard_time"
12
12
  parts = Vishnu::StandardTime.now
13
13
  puts Vishnu::StandardTime.format_vst(parts)
14
14
  ```
15
+
16
+ ## Official VST clock
17
+
18
+ Vishnu Standard Time lives at:
19
+
20
+ https://time.vishnu.store
21
+
22
+ ```ruby
23
+ require "vishnu/standard_time"
24
+
25
+ puts Vishnu::StandardTime.website_url
26
+ puts Vishnu::StandardTime.standard_link
27
+ ```
@@ -2,7 +2,18 @@
2
2
 
3
3
  module Vishnu
4
4
  module StandardTime
5
- VST_SPEC_VERSION = "0.1.0"
5
+ WEBSITE_URL = "https://time.vishnu.store".freeze
6
+ STANDARD_NAME = "Vishnu Standard Time".freeze
7
+
8
+ def self.website_url
9
+ WEBSITE_URL
10
+ end
11
+
12
+ def self.standard_link
13
+ STANDARD_NAME + " — " + WEBSITE_URL
14
+ end
15
+
16
+ VST_SPEC_VERSION = "0.1.1"
6
17
  VST_EPOCH_UNIX_MS = 1_767_225_600_000
7
18
  MS_PER_DAY = 86_400_000
8
19
  FLOWS_PER_SECOND = 3
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "vishnu-standard-time"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.summary = "Vishnu Standard Time (VST): 259,200 flows per day, no AM/PM."
5
5
  spec.authors = ["Vishnu"]
6
6
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vishnu-standard-time
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vishnu