Skip to content

Commit

Permalink
Merge pull request #75 from MaximeD/v2.1
Browse files Browse the repository at this point in the history
Bump to version 2.1
  • Loading branch information
MaximeD authored Mar 13, 2017
2 parents b027d52 + d38e0de commit b1c5904
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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:
gem_updater (2.0)
gem_updater (2.1)
bundler (~> 1.13)
json (~> 2.0)
nokogiri (~> 1.7)
Expand Down
4 changes: 2 additions & 2 deletions gem_updater.gemspec
Original file line number Diff line number Diff line change
@@ -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']
Expand Down

0 comments on commit b1c5904

Please sign in to comment.