uhaul 1.0.4 → 1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/uhaul/version.rb +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29c3331c29dc2cd48a7e33f30e31e3c280f7256f6abea575baa11ead15711ebf
4
- data.tar.gz: 746ec6b6ae647cbcd52d04faeaddbea6bfb89c40df97ca40dc24d6f89e5e7182
3
+ metadata.gz: b388432681a65491cb00ec0e857de4c53d52694cac0c1aadbc0525c5b867f84b
4
+ data.tar.gz: 728069489c8363a38ca497177e2ea79a460ec508e20bd925fa56b7cecd8290dd
5
5
  SHA512:
6
- metadata.gz: 2865e42eafe083ef89b66a2f85bc72629a819c732708fed264d85c17285f24e20b4ece8db391b6337ef998e54e71b65594a71b64fd67697c3738e5849d876278
7
- data.tar.gz: 873042db4ee1d66f3c7086f80c8bac4e6789afe5e556c8c1a85c30377e9bdd948faea3c2a6101fad7314f9a95719a09abbac3d0ba3dabe301a62b4d4a3048b96
6
+ metadata.gz: 6dab025e1b62ef31777c9b953b819e3024c9e58740fa0178b8de517c6cbec40981b360da876d773fcc9808a460c9be3f87a615521dc749691be784ce157978b7
7
+ data.tar.gz: 4566c08f42643043adee459e644199f3e7003390713c64cbf3e99470ba171bc6618494a872dd4110fbf4a7b9e3d871679ce22bd568acf0f459687ce6a318490a
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # UHaul
1
+ # U-Haul
2
2
 
3
3
  [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ksylvest/uhaul/blob/main/LICENSE)
4
4
  [![RubyGems](https://img.shields.io/gem/v/uhaul)](https://rubygems.org/gems/uhaul)
@@ -6,6 +6,8 @@
6
6
  [![Yard](https://img.shields.io/badge/docs-site-blue.svg)](https://uhaul.ksylvest.com)
7
7
  [![CircleCI](https://img.shields.io/circleci/build/github/ksylvest/uhaul)](https://circleci.com/gh/ksylvest/uhaul)
8
8
 
9
+ A Ruby library offering both a CLI and API for scraping [U-Haul](https://www.publicstorage.com/) self-storage facilities and prices.
10
+
9
11
  ## Installation
10
12
 
11
13
  ```bash
data/lib/uhaul/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UHaul
4
- VERSION = '1.0.4'
4
+ VERSION = '1.0.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uhaul
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre
@@ -115,8 +115,9 @@ licenses:
115
115
  metadata:
116
116
  rubygems_mfa_required: 'true'
117
117
  homepage_uri: https://github.com/ksylvest/uhaul
118
- source_code_uri: https://github.com/ksylvest/uhaul
119
- changelog_uri: https://github.com/ksylvest/uhaul
118
+ source_code_uri: https://github.com/ksylvest/uhaul/tree/v1.0.5
119
+ changelog_uri: https://github.com/ksylvest/uhaul/releases/tag/v1.0.5
120
+ documentation_uri: https://uhaul.ksylvest.com/
120
121
  post_install_message:
121
122
  rdoc_options: []
122
123
  require_paths: