Skip to content

Commit

Permalink
Merge pull request #71 from MaximeD/v2.0
Browse files Browse the repository at this point in the history
Bump to version 2.0
  • Loading branch information
MaximeD authored Jan 1, 2017
2 parents 64555d9 + 4f92839 commit e8c86d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Master (unreleased)
# v2.0 (January 1, 2017)

Deprecations:
* ruby 2.1 is now deprecated in order to use latest nokogiri with ruby 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:
gem_updater (1.0)
gem_updater (2.0)
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 = '1.0'
s.date = '2016-10-28'
s.version = '2.0'
s.date = '2017-01-01'
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 e8c86d5

Please sign in to comment.