Skip to content

Commit 377514c

Browse files
authored
Merge pull request #44 from altmetric/add-bsky-shortener
Add go.bsky.app shortener
2 parents 194344f + ac33b58 commit 377514c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file. This
33
project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.7.0] - 2025-01-01
6+
### Changed
7+
- Added 1 new shortener (`go.bsky.app`)
8+
59
## [1.6.0] - 2024-11-20
610
### Changed
711
- Added 949 new shorteners

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
A Ruby library to expand shortened URLs.
44

5-
**Current version:** 1.6.0
5+
**Current version:** 1.7.0
66
**Supported Ruby versions:** >= 2.7
77

88
## Installation
99

1010
```
11-
gem install embiggen -v '~> 1.6'
11+
gem install embiggen -v '~> 1.7'
1212
```
1313

1414
Or, in your `Gemfile`:
1515

1616
```ruby
17-
gem 'embiggen', '~> 1.6'
17+
gem 'embiggen', '~> 1.7'
1818
```
1919

2020
## Usage

embiggen.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'embiggen'
3-
s.version = '1.6.0'
3+
s.version = '1.7.0'
44
s.summary = 'A library to expand shortened URLs'
55
s.description = <<-EOF
66
A library to expand shortened URIs, respecting timeouts, following

shorteners.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3204,6 +3204,7 @@ go.bbb.org
32043204
go.bengals.com
32053205
go.bioshack.org
32063206
go.brit.co
3207+
go.bsky.app
32073208
go.btwrdn.co
32083209
go.cb.pr
32093210
go.cbs4indy.com

0 commit comments

Comments
 (0)