File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This
3
3
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 1.7.0] - 2025-01-01
6
+ ### Changed
7
+ - Added 1 new shortener (` go.bsky.app ` )
8
+
5
9
## [ 1.6.0] - 2024-11-20
6
10
### Changed
7
11
- Added 949 new shorteners
Original file line number Diff line number Diff line change 2
2
3
3
A Ruby library to expand shortened URLs.
4
4
5
- ** Current version:** 1.6.0
5
+ ** Current version:** 1.7.0
6
6
** Supported Ruby versions:** >= 2.7
7
7
8
8
## Installation
9
9
10
10
```
11
- gem install embiggen -v '~> 1.6 '
11
+ gem install embiggen -v '~> 1.7 '
12
12
```
13
13
14
14
Or, in your ` Gemfile ` :
15
15
16
16
``` ruby
17
- gem ' embiggen' , ' ~> 1.6 '
17
+ gem ' embiggen' , ' ~> 1.7 '
18
18
```
19
19
20
20
## Usage
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'embiggen'
3
- s . version = '1.6 .0'
3
+ s . version = '1.7 .0'
4
4
s . summary = 'A library to expand shortened URLs'
5
5
s . description = <<-EOF
6
6
A library to expand shortened URIs, respecting timeouts, following
You can’t perform that action at this time.
0 commit comments