Skip to content

Commit 995d2a9

Browse files
author
Slobodan Erak
authored
Adding go.skimresources.com to shorteners list (#45)
- Added `go.skimresources.com` shortener - Prepare new release (update version in `CHANGELOG`, `README`, `.gemspec`)
1 parent 377514c commit 995d2a9

4 files changed

Lines changed: 38 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,109 @@
11
# Change Log
2+
23
All notable changes to this project will be documented in this file. This
34
project adheres to [Semantic Versioning](http://semver.org/).
45

6+
## [1.8.0] - 2025-05-07
7+
8+
### Changed
9+
10+
- Added 1 new shortener (`go.skimresources.com`)
11+
512
## [1.7.0] - 2025-01-01
13+
614
### Changed
15+
716
- Added 1 new shortener (`go.bsky.app`)
817

918
## [1.6.0] - 2024-11-20
19+
1020
### Changed
21+
1122
- Added 949 new shorteners
1223
- Added 241 new Bitly branded domain shorteners
1324
- Removed 1 duplicate `mz.cm,`
1425

1526
## UNRELEASED - 2024-10-15
27+
1628
### Changed
29+
1730
- Modernise dev dependencies
1831
- Replace Travis CI with GitHub Actions (remove Hound configuration)
1932
- Add house_style and apply the corrections
2033
- Change the supporting Ruby versions to 2.7 onwards
2134

2235
## [1.5.0] - 2018-01-23
36+
2337
### Changed
38+
2439
- Added 150 new Bitly Pro domain shorteners
2540

2641
## [1.4.0] - 2017-11-16
42+
2743
### Changed
44+
2845
- Added 10 new shorteners (including World Bank's)
2946

3047
## [1.3.0] - 2017-07-25
48+
3149
### Changed
50+
3251
- Added 1,356 new shorteners (including Amazon's)
3352
- Switched to using a GET request to follow shortened links to improve
3453
compatibility with services that reject HEAD requests (e.g. Amazon)
3554

3655
## [1.2.5] - 2017-03-10
56+
3757
### Changed
58+
3859
- Added another 531 shorteners
3960

4061
## [1.2.4] - 2017-01-16
62+
4163
### Changed
64+
4265
- Add another 561 domains from vanityurlshorteners.com
4366
- Add six specific shorteners from Nature, Pocket, Ow.ly and others
4467
- Correct the v1.2.3 changelog date
4568

4669
## [1.2.3] - 2017-01-04
70+
4771
### Changed
72+
4873
- Add another 337 Bitly Pro domains.
4974
- Add Readcube's shortener.
5075

5176
## [1.2.2] - 2016-11-28
77+
5278
### Changed
79+
5380
- Add another 1,505 Bitly Pro domains.
5481

5582
## [1.2.1] - 2016-08-02
83+
5684
### Changed
85+
5786
- Add another 2,320 Bitly Pro domains.
5887

5988
## [1.2.0] - 2016-05-10
89+
6090
### Changed
91+
6192
- List of shorteners: it now includes 1,293 Bitly pro domains.
6293

6394
## [1.1.0] - 2016-01-15
95+
6496
### Changed
97+
6598
- Extract list of shorteners to a separate text file from @AvnerCohen;
6699
- Speed up matching shorteners by generating regexps once on load from
67100
@AvnerCohen;
68101
- Remove a dead shortener and add some new default ones from @AvnerCohen.
69102

70103
## [1.0.0] - 2015-11-21
104+
71105
### Added
106+
72107
- First stable version of Embiggen and its API for expanding shortened links.
73108

74109
[1.5.0]: https://github.com/altmetric/embiggen/releases/tag/v1.5.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Ruby library to expand shortened URLs.
44

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

88
## Installation

embiggen.gemspec

Lines changed: 1 addition & 1 deletion
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.7.0'
3+
s.version = '1.8.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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,6 +3331,7 @@ go.she.com
33313331
go.shell.com
33323332
go.shr.lc
33333333
go.sjsu.edu
3334+
go.skimresources.com
33343335
go.sony.tw
33353336
go.spin.com
33363337
go.tcmpub.com

0 commit comments

Comments
 (0)