Skip to content

Commit a4255c2

Browse files
authored
Merge pull request #32 from altmetric/add-world-bank-new-shortener
Add wrld.bg, World Bank's new shortener and 9 other domains
2 parents 38010c9 + db7b576 commit a4255c2

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.4.0] - 2017-11-16
6+
### Changed
7+
- Added 10 new shorteners (including World Bank's)
8+
59
## [1.3.0] - 2017-07-25
610
### Changed
711
- Added 1,356 new shorteners (including Amazon's)
@@ -46,6 +50,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
4650
### Added
4751
- First stable version of Embiggen and its API for expanding shortened links.
4852

53+
[1.4.0]: https://github.com/altmetric/embiggen/releases/tag/v1.4.0
4954
[1.3.0]: https://github.com/altmetric/embiggen/releases/tag/v1.3.0
5055
[1.2.5]: https://github.com/altmetric/embiggen/releases/tag/v1.2.5
5156
[1.2.4]: https://github.com/altmetric/embiggen/releases/tag/v1.2.4

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
embiggen (1.3.0)
4+
embiggen (1.4.0)
55
addressable (~> 2.3)
66

77
GEM

README.md

Lines changed: 3 additions & 3 deletions
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.3.0
5+
**Current version:** 1.4.0
66
**Supported Ruby versions:** 1.8.7, 1.9.2, 1.9.3, 2.0, 2.1, 2.2
77

88
## Installation
99

1010
```
11-
gem install embiggen -v '~> 1.3'
11+
gem install embiggen -v '~> 1.4'
1212
```
1313

1414
Or, in your `Gemfile`:
1515

1616
```ruby
17-
gem 'embiggen', '~> 1.3'
17+
gem 'embiggen', '~> 1.4'
1818
```
1919

2020
## Usage

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.3.0'
3+
s.version = '1.4.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,7 @@ cook.ba
15191519
cook.meali.me
15201520
cooks.io
15211521
coolb.lu
1522+
coolscul.pt
15221523
coop.uk
15231524
copdf.co
15241525
coptom.uk
@@ -1898,6 +1899,7 @@ dlvr.it
18981899
dlvroo.it
18991900
dly.do
19001901
dlycncpt.me
1902+
dlypr.es
19011903
dmil.uk
19021904
dmn.hm
19031905
dmntd.ca
@@ -2148,6 +2150,7 @@ emc.im
21482150
emia.us
21492151
emily.gift
21502152
emilyley.co
2153+
emktr.co
21512154
emmi.co
21522155
emn.online
21532156
emonight.la
@@ -3521,6 +3524,7 @@ intlifem.ag
35213524
intlrv.rs
35223525
into.gl
35233526
into.tv
3527+
intouch.cc
35243528
intr.mx
35253529
intrin.io
35263530
intuit.me
@@ -5458,6 +5462,7 @@ ows.la
54585462
owy.mn
54595463
owyd.co
54605464
oxelt.gl
5465+
oxf.am
54615466
oxford.ly
54625467
oxhorn.it
54635468
oxygen.tv
@@ -6276,6 +6281,7 @@ sbux.co
62766281
sbux.jp
62776282
sbx.cm
62786283
sc.cr
6284+
sc.mp
62796285
sc.org
62806286
scap.in
62816287
scasera.com
@@ -6997,6 +7003,7 @@ tbo.ly
69977003
tbp.im
69987004
tcare.co
69997005
tcat.tc
7006+
tcbm.ag
70007007
tcc.io
70017008
tcdy.co
70027009
tch.fm
@@ -7059,6 +7066,7 @@ tfir.es
70597066
tfl.to
70607067
tfne.ws
70617068
tft.link
7069+
tgam.ca
70627070
tgcol.com
70637071
tgdn.co
70647072
tgilinks.com
@@ -7752,6 +7760,7 @@ viajo.bi
77527760
viajwat.ch
77537761
vibedrate.co
77547762
vice.fm
7763+
vice.video
77557764
vicesports.de
77567765
viciousre.co
77577766
vicpk.co
@@ -8088,6 +8097,7 @@ wrdm.ag
80888097
wrhstol.com
80898098
writ.rs
80908099
wrkhr.co
8100+
wrld.bg
80918101
wrldbra.in
80928102
wrp.la
80938103
wrt.lv

0 commit comments

Comments
 (0)