vatusa_client 0.0.1a → 0.0.1a2
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/lib/vatusa_client/version.rb +1 -1
- data/vatusa_client.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85fbcc16d1f83370f073dca517bf709fab44aebc
|
|
4
|
+
data.tar.gz: a4a639fab9235f3ace210b55c5e2295f2243dbd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9d2cb0414d22d03dedf6b52e0d48f1913bfc6aa49aac20e6ad8c7827f43d5fdd42fb946fb28cf0808f801286452ce17b4e6525654165434a394f51802e949ab
|
|
7
|
+
data.tar.gz: 93b6084a3623ed50782a88d0fe2e98d1215a872a9a7c76d8c93a1c6d81a0f61db7357261a284ffcec93085b9b9f035758ea2667e0094300bd540c9210ddcee7f
|
data/vatusa_client.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "vatusa_client"
|
|
8
8
|
spec.version = VatusaClient::VERSION
|
|
9
9
|
spec.authors = ["Julian DeMille"]
|
|
10
|
-
spec.email = ["
|
|
10
|
+
spec.email = ["wm@zlcartcc.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{A (hopefully) lightweight client for VATUSA's API and ULS.}
|
|
13
13
|
spec.description = %q{This gem will hopefully allow you to easily interface with VATUSA's API and ULS, without problems.}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vatusa_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.1a2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julian DeMille
|
|
@@ -83,7 +83,7 @@ dependencies:
|
|
|
83
83
|
description: This gem will hopefully allow you to easily interface with VATUSA's API
|
|
84
84
|
and ULS, without problems.
|
|
85
85
|
email:
|
|
86
|
-
-
|
|
86
|
+
- wm@zlcartcc.com
|
|
87
87
|
executables: []
|
|
88
88
|
extensions: []
|
|
89
89
|
extra_rdoc_files: []
|