Skip to content

Commit

Permalink
Prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Nov 21, 2015
1 parent 06cc1a4 commit 6ba57f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
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 (0.2.0)
embiggen (1.0.0)
addressable (~> 2.3)

GEM
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
# Embiggen [![Build Status](https://travis-ci.org/altmetric/embiggen.svg?branch=master)](https://travis-ci.org/altmetric/embiggen)

**This branch describes the unreleased 1.x version of Embiggen, see the
[master branch](https://github.com/altmetric/embiggen) for the current stable
version.**

A Ruby library to expand shortened URLs.

**Current version:** 0.2.0
**Current version:** 1.0.0
**Supported Ruby versions:** 1.8.7, 1.9.2, 1.9.3, 2.0, 2.1, 2.2

## Installation

```
gem install embiggen -v '~> 0.2'
gem install embiggen -v '~> 1.0'
```

Or, in your `Gemfile`:

```ruby
gem 'embiggen', '~> 0.2'
gem 'embiggen', '~> 1.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions embiggen.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Gem::Specification.new do |s|
s.name = 'embiggen'
s.version = '0.2.0'
s.version = '1.0.0'
s.summary = 'A library to expand shortened URLs'
s.description = <<-EOF
A library to expand shortened URIs, respecting timeouts, following
multiple redirects and leaving unshortened URIs intact.
EOF
s.license = 'MIT'
s.authors = ['Paul Mucur']
s.authors = ['Paul Mucur', 'Jonathan Hernandez']
s.email = '[email protected]'
s.homepage = 'https://github.com/altmetric/embiggen'
s.files = %w(README.md LICENSE) + Dir['lib/**/*.rb']
Expand Down

0 comments on commit 6ba57f2

Please sign in to comment.