embiggen 1.10.0 → 1.12.0

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 -3
  3. data/shorteners.txt +2 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2bf4ba25d8acb0f2f5e168445f2e857fd255503a6d666d418c530a84381282a9
4
- data.tar.gz: d6d0816294987d333ae32179c6101cbd29e9591e16eb7cafb9e1bf211b92f544
3
+ metadata.gz: fbf60d10d74efb8c7afe1c6d9eca2c4114578e0d7fecb898c3dd101e0ae1f519
4
+ data.tar.gz: a5de41f1a08eb0956dc69c31e90b7d28b2bb8dfa27066cafe7115f200510170e
5
5
  SHA512:
6
- metadata.gz: 244b5a974ab6fbb38cbcce0c5e88c4f651e75b6f05a21c3e3fc67159875659dbc0d089ed7e856a85a1fe2db6b5881a5acd72af35320e91137bb4929ce7b45d1e
7
- data.tar.gz: b4c0a86839b657d7f37b0d0cac6b8db4db0c2585696b5dc51643cd6e5a4b40a549ed40f9f1ca3d2616edb8dcae45d36822a1a5536909f99b085657a0fc84c984
6
+ metadata.gz: edc8c14c33d8b4d55400108d9f192f1d12d87b74165243d7f1a835ea38ed8557a3e2f084516014d087ddace381da80fc27aa2b69c421a1d96266d3981bb3d07c
7
+ data.tar.gz: 57e751859c73db411dc255588b38c05959f61dd32f5fc856ead6fd11523eb3c26f03870e3121f4e30db9add2cb5df50ab15aa06abc3f604da5d71ac9ed812ed9
data/README.md CHANGED
@@ -2,19 +2,19 @@
2
2
 
3
3
  A Ruby library to expand shortened URLs.
4
4
 
5
- **Current version:** 1.10.0
5
+ **Current version:** 1.12.0
6
6
  **Supported Ruby versions:** >= 2.7
7
7
 
8
8
  ## Installation
9
9
 
10
10
  ```
11
- gem install embiggen -v '~> 1.8'
11
+ gem install embiggen -v '~> 1.12'
12
12
  ```
13
13
 
14
14
  Or, in your `Gemfile`:
15
15
 
16
16
  ```ruby
17
- gem 'embiggen', '~> 1.8'
17
+ gem 'embiggen', '~> 1.12'
18
18
  ```
19
19
 
20
20
  ## Usage
data/shorteners.txt CHANGED
@@ -2391,6 +2391,7 @@ ed.tips
2391
2391
  edciencia.me
2392
2392
  edcnts.com
2393
2393
  edge.ie
2394
+ edge.prnewswire.com
2394
2395
  edhq.co
2395
2396
  edin.ac
2396
2397
  edin.com
@@ -8294,6 +8295,7 @@ thrill.to
8294
8295
  thrl.cl
8295
8296
  thrl.st
8296
8297
  thrv.co
8298
+ ths.im
8297
8299
  thsea.org
8298
8300
  thtes.co
8299
8301
  thul.im
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embiggen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Mucur