tbarb 0.3.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.
- checksums.yaml +7 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: e270a4009110a8c11c851c789534775e7df2263a
|
4
|
+
data.tar.gz: c1d4f101972fc0a288f0ed19a9393ab911884a94
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: d826182683698e5e40e600e3fdde46da94823596f5cbf1ee2a3b9f8eb8856a55539cff3a98021d63acabd33df2cca80ee3f76f0abd99f434ce43c755674cf22f
|
7
|
+
data.tar.gz: e1bc787a00cbba5d06af42c00dfedea9b6e58427fc98d78049e103e2048a8fad9e970c51dafe71be99469d99969f4b7c3bafa0061b13985cb7b69232c14a8556
|
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: tbarb
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.3.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Erik Boesen
|
8
|
+
- Team 1418
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2017-12-17 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
14
|
+
description: A simple set of functions to easily fetching data from The Blue Alliance.
|
15
|
+
email: robotics1418@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files: []
|
20
|
+
homepage: https://github.com/frc1418/tbarb
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.6.14
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Interface with The Blue Alliance's API
|
44
|
+
test_files: []
|