show-job 0.0.3 → 0.0.4
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/bin/show-job +0 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb2c2db01ec843327a4c38a5130b9f63c1a42bde135f92f462c9251b56f471e6
|
|
4
|
+
data.tar.gz: 11ff8224525f51c6775ead07d24454e1f597478addea575a9b015d74079b2430
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7d63dfc9506e3dcc2e19cb6422a731612c3d50a5c277c2ba373198e58922d3f7a9671337f5775ae26e4593fcec8000f68c6b5645e7b2de3c816420f2886fb58
|
|
7
|
+
data.tar.gz: 5c339825ba5ec76b26e4fa3e226a39ad6d74c8812110ac0c4032d3cae493f528f6597ccd554d409c26ca7cb6d2731d3d7991614a8fdc2e98cf2943c5decf20e1
|
data/bin/show-job
CHANGED
|
@@ -3,7 +3,6 @@ require 'optparse'
|
|
|
3
3
|
require 'tempfile'
|
|
4
4
|
require 'json'
|
|
5
5
|
require 'open-uri'
|
|
6
|
-
require 'debug'
|
|
7
6
|
|
|
8
7
|
class String
|
|
9
8
|
def red
|
|
@@ -40,7 +39,6 @@ class ShowJob
|
|
|
40
39
|
@jobs = []
|
|
41
40
|
@fetched_jobs = JSON.parse URI.open('https://binarygit.github.io/jobs/jobs.json').read
|
|
42
41
|
@timestamp = @fetched_jobs.pop
|
|
43
|
-
puts @timestamp
|
|
44
42
|
end
|
|
45
43
|
|
|
46
44
|
def show
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: show-job
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Avi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Shows jobs fetched from different ruby job sites
|
|
14
14
|
email: avii@hey.com
|
|
@@ -38,7 +38,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '0'
|
|
40
40
|
requirements: []
|
|
41
|
-
rubygems_version: 3.4.
|
|
41
|
+
rubygems_version: 3.4.22
|
|
42
42
|
signing_key:
|
|
43
43
|
specification_version: 4
|
|
44
44
|
summary: Shows jobs fetched from different ruby job sites
|