fieldglass 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/fieldglass.rb +5 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9082d3c5b1ada04f28475aa0bda1dcab83c640c018ddc8313007f9f3d5a9aaaf
4
+ data.tar.gz: d24feda1ff313fb79cf142bceeea5499d883cef35963f2017b40273a6c4fd19d
5
+ SHA512:
6
+ metadata.gz: b6ed9515928cebece1e9d4ba309c0dffb3a3519be8c6b95f5ed7140ef5a273a77b55ddae6f9d5a42f360ab6d53430b14ecdc4c155f6c1593229ba045f4139913
7
+ data.tar.gz: 42d5cf781477e35779511c26ebcd082332240c9e0652de43bfb143054cb1f61d0f2b40e7bede6bf358328cdf94e2cdc060ba35e3c849e69806a92d2f89c378b9
data/lib/fieldglass.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Fieldglass
4
+ VERSION = "0.1.0"
5
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fieldglass
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/fieldglass.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: fieldglass — reserved
40
+ test_files: []