embiggen 1.10.0 → 1.11.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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/shorteners.txt +1 -0
- 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: '069ab92acd0c12bb3c705e53d7c3a1f310ca7b98a5a948989712bd426e058538'
|
|
4
|
+
data.tar.gz: 06a785a9261898dece07d1bef647bb7c0aa8831cc68b4b2de30fb34cac64f532
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82caa4fc0169b431a68fd8d7856544aa05dcee144ca3819c89d1ff481feec151cc4178a49d641623ab5800d6aecf5d9b29f955490f6f8f9d9c6966df781cb5d3
|
|
7
|
+
data.tar.gz: e49e4efae1620805b402384f4db20d7db5c855c4515aa53ae8153e00095694772b70baabed8a5ee48d161764c238796812269028a6c3852133e6ce2518709373
|
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.
|
|
5
|
+
**Current version:** 1.11.0
|
|
6
6
|
**Supported Ruby versions:** >= 2.7
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
|
10
10
|
```
|
|
11
|
-
gem install embiggen -v '~> 1.
|
|
11
|
+
gem install embiggen -v '~> 1.11'
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
Or, in your `Gemfile`:
|
|
15
15
|
|
|
16
16
|
```ruby
|
|
17
|
-
gem 'embiggen', '~> 1.
|
|
17
|
+
gem 'embiggen', '~> 1.11'
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Usage
|
data/shorteners.txt
CHANGED