From d38e0de004a68c81b22a6d790b6b5f129118121a Mon Sep 17 00:00:00 2001 From: Maxime Demolin Date: Mon, 13 Mar 2017 20:23:24 +0100 Subject: [PATCH] Bump to version 2.1 --- CHANGELOG.md | 4 ++-- Gemfile.lock | 2 +- gem_updater.gemspec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baec87d..dc60d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -# master (unreleased) +# v2.1 (March 13, 2017) Fix: * parsing urls with `x-oauth-token` Development tools: -* ADD gemnasium badge +* add gemnasium badge # v2.0 (January 1, 2017) diff --git a/Gemfile.lock b/Gemfile.lock index d319f46..a62de11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gem_updater (2.0) + gem_updater (2.1) bundler (~> 1.13) json (~> 2.0) nokogiri (~> 1.7) diff --git a/gem_updater.gemspec b/gem_updater.gemspec index a937f0e..c911e4d 100644 --- a/gem_updater.gemspec +++ b/gem_updater.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'gem_updater' - s.version = '2.0' - s.date = '2017-01-01' + s.version = '2.1' + s.date = '2017-03-17' s.summary = 'Update your gems and find their changelogs' s.description = 'Updates the gems of your Gemfile and fetches the links pointing to where their changelogs are' s.authors = ['Maxime Demolin']