australian_election_2022 0.1.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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6e03143b8725bd0a8d6e3cef552e53cd477d77c716b5ade80c10a24cf76161be
4
+ data.tar.gz: 0353a954d1e416c0345abde7a6f83f7b684bcbcb0e0dceb40cc72c0ae5049320
5
+ SHA512:
6
+ metadata.gz: bd9a5c07ab0f1359ce80d041b0fc1774b96404cc4290a52b228f4ced8d56423fecac690ee56f0abdad397154baaa190eaa2e5189feca9eee03e8635467eaf35c
7
+ data.tar.gz: c96dc8fe651545847954dba8324548b75e6d56ebb9560338caba3c0a5f2d68e90789ee60529da3d6d2d203d3d025036c976d68e60e72141d54b38f8a38004fcc
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: australian_election_2022
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Nathan Troy
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-08-31 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A CLI application to view results from the 2022 Australian Federal Election.
14
+ Created for Academy Xi Ruby assignment.
15
+ email:
16
+ - nathan.troy.dev@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/natr104/ruby-project
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.6.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.3.15
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Australian Federal Election 2022 Results Tracker.
44
+ test_files: []