vista 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/vista.rb +5 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a1a10e74e1efbd972c117e6d228eb36cc537e9c2f5a238f3bc15ae67ba62b545
4
+ data.tar.gz: 60b0ee74bf7b4ccd3b54b1b042d2bdaef331df49217424cde209e279b2303e97
5
+ SHA512:
6
+ metadata.gz: 267bb92607ec996712f117af9bfbc9a2df38d9db612591eb60110a757a0b510d8e5f81558cc1fa17aa0e3bd3a06336ef5cb12999a557e4e35b0d6ffcf72a592f
7
+ data.tar.gz: 05eb760cdf2c990d7ee028b7f79f344d1f607db4b700ba648958d0befc32d1279141304cdfb11ac39d81ac52a92e7a464eae1184b3fabbdb376561093bd57f22
data/lib/vista.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Vista
4
+ VERSION = "0.1.0"
5
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vista
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Aaron F Stanton
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email:
13
+ - afstanton@gmail.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/vista.rb
19
+ licenses:
20
+ - MIT
21
+ metadata:
22
+ rubygems_mfa_required: 'true'
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: 3.2.0
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 4.0.11
38
+ specification_version: 4
39
+ summary: vista — reserved
40
+ test_files: []