Skip to content

Commit

Permalink
Merge pull request #33 from altmetric/add-shorteners
Browse files Browse the repository at this point in the history
Add 150 more Bitly Pro domains
  • Loading branch information
mudge authored Jan 23, 2018
2 parents a4255c2 + e33a122 commit ea68701
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 8 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.5.0] - 2018-01-23
### Changed
- Added 150 new Bitly Pro domain shorteners

## [1.4.0] - 2017-11-16
### Changed
- Added 10 new shorteners (including World Bank's)
Expand Down Expand Up @@ -50,6 +54,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First stable version of Embiggen and its API for expanding shortened links.

[1.5.0]: https://github.com/altmetric/embiggen/releases/tag/v1.5.0
[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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
embiggen (1.4.0)
embiggen (1.5.0)
addressable (~> 2.3)

GEM
Expand Down Expand Up @@ -55,4 +55,4 @@ DEPENDENCIES
webmock (~> 1.21)

BUNDLED WITH
1.15.1
1.16.1
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2017 Altmetric LLP
Copyright (c) 2015-2018 Altmetric LLP

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 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.4.0
**Current version:** 1.5.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.4'
gem install embiggen -v '~> 1.5'
```

Or, in your `Gemfile`:

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

## Usage
Expand Down Expand Up @@ -207,7 +207,7 @@ Override the following settings:

## License

Copyright © 2015-2017 Altmetric LLP
Copyright © 2015-2018 Altmetric LLP

Distributed under the MIT License.

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.4.0'
s.version = '1.5.0'
s.summary = 'A library to expand shortened URLs'
s.description = <<-EOF
A library to expand shortened URIs, respecting timeouts, following
Expand Down
Loading

0 comments on commit ea68701

Please sign in to comment.