embiggen 1.12.0 → 1.13.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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c66576f6d700525a3ba8b4de742346d2c670bfe6818366243fc0c680a483092c
|
|
4
|
+
data.tar.gz: 80cdb27176a74c7067772fd095261a8ccd7628f4beef6dd9306facd84008577c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81b1359531ff6cc85b12b194d970f0a40732045fd89b093b2c02c724d7db423d0f38e1cf2fb4fb540bca08e9b84a5af0a3710231cdc47af841a1f764921a01f7
|
|
7
|
+
data.tar.gz: ea1e74ca468d66d1d7426d1651f16934bd867d4873e7ab6f05aad010e76acaeed6d3b40643f5ca6e292e1db8a3f594f0a816c649a95230f315b582cbbb4426c4
|
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.13.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.13'
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
Or, in your `Gemfile`:
|
|
15
15
|
|
|
16
16
|
```ruby
|
|
17
|
-
gem 'embiggen', '~> 1.
|
|
17
|
+
gem 'embiggen', '~> 1.13'
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Usage
|
data/shorteners.txt
CHANGED
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.
|
|
4
|
+
version: 1.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Mucur
|
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
140
|
version: '0'
|
|
141
141
|
requirements: []
|
|
142
|
-
rubygems_version:
|
|
142
|
+
rubygems_version: 4.0.19
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: A library to expand shortened URLs
|
|
145
145
|
test_files:
|