extraspace 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: febf4432cf5937d8fccef08a6210416fa4faa2fe37a28816832a6935bff36ac7
4
- data.tar.gz: be2a71660eaffd362db0788a20b81c5a9688d4bb11efa4d36e5bdcce31085d78
3
+ metadata.gz: eff17c83bf91bfc244104194dd12176514e6ab32c6a1504a4d4a35e503848a7a
4
+ data.tar.gz: 715f067bc0acf362b35eb52e91db9c0f04be930168f27bbe7ded358b8bb46738
5
5
  SHA512:
6
- metadata.gz: 139bacf0760a498199df8a1cf5171c2da994a65f736cc971af63c082f47916df2a5665ccf329b87d65f034e0a5a92373fe85ada538717d4b2fde170f8d70395a
7
- data.tar.gz: 91855347437bd257fbd117098d15cc30eda47aed595bc77c42095bbdcc148dff5c4c6eaf3ca31d02ee01e92afb51a2f9eac4a2edbc3d167ad5317706d62d39bc
6
+ metadata.gz: 2becf4b449c7f2024f36f82f30f7483e1552adb53f9e44ea18b1d06fabba61117949aa8de8d6b2983bd173cfb237ef61b70ac57435c7a2c2e565a5800790d5e7
7
+ data.tar.gz: f5e807a5343e73623a94c182208a1a971ea23ec457d7cb88cc12e044aa93742fd12944589573ff481b70112dc326fbe9043d1b597428afd616bc615b2551c389
data/README.md CHANGED
@@ -52,5 +52,5 @@ extraspace crawl
52
52
  ```
53
53
 
54
54
  ```bash
55
- extrapsace crawl "https://www.extraspace.com/storage/facilities/us/california/los_angeles/900113/"
55
+ extraspace crawl "https://www.extraspace.com/storage/facilities/us/california/los_angeles/900113/"
56
56
  ```
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExtraSpace
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extraspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
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/extraspace
118
- source_code_uri: https://github.com/ksylvest/extraspace
119
- changelog_uri: https://github.com/ksylvest/extraspace
118
+ source_code_uri: https://github.com/ksylvest/extraspace/tree/v1.0.1
119
+ changelog_uri: https://github.com/ksylvest/extraspace/releases/tag/v1.0.1
120
+ documentation_uri: https://extraspace.ksylvest.com/
120
121
  post_install_message:
121
122
  rdoc_options: []
122
123
  require_paths: