Skip to content

Commit

Permalink
Merge pull request #32 from altmetric/add-world-bank-new-shortener
Browse files Browse the repository at this point in the history
Add wrld.bg, World Bank's new shortener and 9 other domains
  • Loading branch information
konieczkow authored Nov 16, 2017
2 parents 38010c9 + db7b576 commit a4255c2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).

## [1.4.0] - 2017-11-16
### Changed
- Added 10 new shorteners (including World Bank's)

## [1.3.0] - 2017-07-25
### Changed
- Added 1,356 new shorteners (including Amazon's)
Expand Down Expand Up @@ -46,6 +50,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First stable version of Embiggen and its API for expanding shortened links.

[1.4.0]: https://github.com/altmetric/embiggen/releases/tag/v1.4.0
[1.3.0]: https://github.com/altmetric/embiggen/releases/tag/v1.3.0
[1.2.5]: https://github.com/altmetric/embiggen/releases/tag/v1.2.5
[1.2.4]: https://github.com/altmetric/embiggen/releases/tag/v1.2.4
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
embiggen (1.3.0)
embiggen (1.4.0)
addressable (~> 2.3)

GEM
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

A Ruby library to expand shortened URLs.

**Current version:** 1.3.0
**Current version:** 1.4.0
**Supported Ruby versions:** 1.8.7, 1.9.2, 1.9.3, 2.0, 2.1, 2.2

## Installation

```
gem install embiggen -v '~> 1.3'
gem install embiggen -v '~> 1.4'
```

Or, in your `Gemfile`:

```ruby
gem 'embiggen', '~> 1.3'
gem 'embiggen', '~> 1.4'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion embiggen.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'embiggen'
s.version = '1.3.0'
s.version = '1.4.0'
s.summary = 'A library to expand shortened URLs'
s.description = <<-EOF
A library to expand shortened URIs, respecting timeouts, following
Expand Down
10 changes: 10 additions & 0 deletions shorteners.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,7 @@ cook.ba
cook.meali.me
cooks.io
coolb.lu
coolscul.pt
coop.uk
copdf.co
coptom.uk
Expand Down Expand Up @@ -1898,6 +1899,7 @@ dlvr.it
dlvroo.it
dly.do
dlycncpt.me
dlypr.es
dmil.uk
dmn.hm
dmntd.ca
Expand Down Expand Up @@ -2148,6 +2150,7 @@ emc.im
emia.us
emily.gift
emilyley.co
emktr.co
emmi.co
emn.online
emonight.la
Expand Down Expand Up @@ -3521,6 +3524,7 @@ intlifem.ag
intlrv.rs
into.gl
into.tv
intouch.cc
intr.mx
intrin.io
intuit.me
Expand Down Expand Up @@ -5458,6 +5462,7 @@ ows.la
owy.mn
owyd.co
oxelt.gl
oxf.am
oxford.ly
oxhorn.it
oxygen.tv
Expand Down Expand Up @@ -6276,6 +6281,7 @@ sbux.co
sbux.jp
sbx.cm
sc.cr
sc.mp
sc.org
scap.in
scasera.com
Expand Down Expand Up @@ -6997,6 +7003,7 @@ tbo.ly
tbp.im
tcare.co
tcat.tc
tcbm.ag
tcc.io
tcdy.co
tch.fm
Expand Down Expand Up @@ -7059,6 +7066,7 @@ tfir.es
tfl.to
tfne.ws
tft.link
tgam.ca
tgcol.com
tgdn.co
tgilinks.com
Expand Down Expand Up @@ -7752,6 +7760,7 @@ viajo.bi
viajwat.ch
vibedrate.co
vice.fm
vice.video
vicesports.de
viciousre.co
vicpk.co
Expand Down Expand Up @@ -8088,6 +8097,7 @@ wrdm.ag
wrhstol.com
writ.rs
wrkhr.co
wrld.bg
wrldbra.in
wrp.la
wrt.lv
Expand Down

0 comments on commit a4255c2

Please sign in to comment.