sorbet-hibp 0.1.0 → 0.1.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 +4 -4
- data/README.md +3 -3
- data/lib/haveibeenpwned/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c183373f66932bac9f99ad55a8080b141fc188fbb5a709292e7dc12b771d66b7
|
|
4
|
+
data.tar.gz: 8da0c217368722b0e4774c611c64022cf444158052d80ca8483d0fd49a44b609
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2308376f3122ce47b21923f5c40c12ee059a21f9eb3694648b0d98387180bdad79e8ee4c62f9730cd026d3f690f77494baf7ffd7b7d02970b346c05f0c83bbb
|
|
7
|
+
data.tar.gz: 9ec11c8fda9c7ea902c67435815b1c633423fe96126876f21c80c5fd010b8abcfa0404d21afb1fd83077f1d88263078a03ade0bff59ead108798db3a704f75d6
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# sorbet-hibp
|
|
2
2
|
|
|
3
3
|
A simple, clean Ruby wrapper for the Have I Been Pwned API v3.
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ A simple, clean Ruby wrapper for the Have I Been Pwned API v3.
|
|
|
7
7
|
Add this line to your application's Gemfile:
|
|
8
8
|
|
|
9
9
|
```ruby
|
|
10
|
-
gem '
|
|
10
|
+
gem 'sorbet-hibp'
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
And then execute:
|
|
@@ -19,7 +19,7 @@ bundle install
|
|
|
19
19
|
Or install it yourself as:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
gem install
|
|
22
|
+
gem install sorbet-hibp
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
## Usage
|