safer_bus_api 0.0.4 → 0.0.5
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/README.md +2 -0
- data/lib/safer_base_api.rb +1 -4
- data/lib/safer_bus_api/configuration.rb +2 -3
- data/lib/safer_bus_api/query.rb +1 -1
- data/lib/safer_bus_api/request.rb +1 -1
- data/lib/safer_bus_api/response.rb +1 -1
- data/lib/safer_bus_api/version.rb +1 -1
- data/safer_bus_api.gemspec +1 -2
- 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: 8a9294ea1c4cb2def4afb282c2e8586bd4c4496d
|
|
4
|
+
data.tar.gz: 620094d8c3cfbb9c6ff0595c1c98fff48c565ac3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61d846b98cb798da67c92ca5be32a5f1b3c9ba118ae1d1e1ced8179870b613c631592779a75eb3a494e57c46972187f0edbefa61001c33de391793b4b7193807
|
|
7
|
+
data.tar.gz: 30fac9507f6c4b17a093d10f4f471b1589619d38d05e3cb9e21d5695561655a143656217d06353e6de10d7581b298fad80dc14f6b9fa32c2078519f213d6f38a
|
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](http://badge.fury.io/rb/safer_bus_api)
|
|
2
|
+
|
|
1
3
|
# Overview
|
|
2
4
|
|
|
3
5
|
The Department of Transportation maintains the SaferBusAPI to provide safety information pertaining to transporation companies. Information related to this API and instructions for access the API can be found here: [https://mobile.fmcsa.dot.gov/developer/apidescription.page?cid=561](https://mobile.fmcsa.dot.gov/developer/apidescription.page?cid=561)
|
data/lib/safer_base_api.rb
CHANGED
data/lib/safer_bus_api/query.rb
CHANGED
data/safer_bus_api.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: safer_bus_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Bertram
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
version: '0'
|
|
76
76
|
requirements: []
|
|
77
77
|
rubyforge_project:
|
|
78
|
-
rubygems_version: 2.
|
|
78
|
+
rubygems_version: 2.2.1
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: A simple wrapper for the SaferBusAPI
|