From a88622a8a6cec0302525079669a88421628b294c Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 23 Feb 2016 12:38:18 +0200 Subject: [PATCH 1/6] update rubocop todo --- .rubocop_todo.yml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8059430..41a8f1b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,11 +1,17 @@ -# This configuration was generated by `rubocop --auto-gen-config` -# on 2015-07-16 14:46:25 +0300 using RuboCop version 0.31.0. +# This configuration was generated by +# `rubocop --auto-gen-config` +# on 2016-02-23 12:36:44 +0200 using RuboCop version 0.37.2. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 13 +# Offense count: 1 +Lint/ImplicitStringConcatenation: + Exclude: + - 'lib/github_changelog_generator/parser.rb' + +# Offense count: 14 Metrics/AbcSize: Enabled: false @@ -13,11 +19,11 @@ Metrics/AbcSize: Metrics/CyclomaticComplexity: Max: 7 -# Offense count: 1 +# Offense count: 2 Metrics/PerceivedComplexity: Max: 8 -# Offense count: 2 +# Offense count: 1 Style/AccessorMethodName: Enabled: false @@ -30,13 +36,16 @@ Style/Documentation: Style/GuardClause: Enabled: false -# Offense count: 1 +# Offense count: 2 +# Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles. +# SupportedStyles: skip_modifier_ifs, always Style/Next: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. +# SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Enabled: false From be1fd28bcfdee4ad6fd060f76f980f7ecc26c4d5 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 23 Feb 2016 12:38:27 +0200 Subject: [PATCH 2/6] update rakefile --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 3c6c2ea..755904b 100644 --- a/Rakefile +++ b/Rakefile @@ -3,6 +3,7 @@ require "rubocop/rake_task" require "rspec/core/rake_task" require "pathname" require "fileutils" +require "overcommit" RuboCop::RakeTask.new RSpec::Core::RakeTask.new(:rspec) From 0a562afdf7c08cd9ea2526c69bf984041a3e8412 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 23 Feb 2016 12:39:49 +0200 Subject: [PATCH 3/6] update gemscpec --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 8452dc5..8841647 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,5 @@ group :test do gem "coveralls", "~>0.8", require: false gem "simplecov", "~>0.10", require: false gem "codeclimate-test-reporter", "~>0.4" + gem "overcommit", "~>0.31" end From 9149bad71e80470cc46840ab51b48de7c39d3770 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 23 Feb 2016 12:40:55 +0200 Subject: [PATCH 4/6] update gemfile --- Gemfile.lock | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index a4bce23..d7250b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,6 +10,8 @@ GEM specs: addressable (2.4.0) ast (2.2.0) + childprocess (0.5.9) + ffi (~> 1.0, >= 1.0.11) codeclimate-test-reporter (0.4.8) simplecov (>= 0.7.1, < 1.0.0) colorize (0.7.7) @@ -25,6 +27,7 @@ GEM docile (1.1.5) faraday (0.9.2) multipart-post (>= 1.2, < 3) + ffi (1.9.10) github_api (0.13.1) addressable (~> 2.4.0) descendants_tracker (~> 0.0.4) @@ -33,6 +36,7 @@ GEM multi_json (>= 1.7.5, < 2.0) oauth2 hashie (3.4.3) + iniparse (1.4.2) json (1.8.3) jwt (1.5.1) multi_json (1.11.2) @@ -44,6 +48,9 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) + overcommit (0.32.0) + childprocess (~> 0.5.8) + iniparse (~> 1.4) parser (2.3.0.6) ast (~> 2.2) powerpack (0.1.1) @@ -90,6 +97,7 @@ DEPENDENCIES codeclimate-test-reporter (~> 0.4) coveralls (~> 0.8) github_changelog_generator! + overcommit (~> 0.31) rake (~> 10.0) rspec (~> 3.2) rubocop (~> 0.31) From 6edf473e255646706f07dc22d5e8af9cc70cae7c Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 23 Feb 2016 12:45:14 +0200 Subject: [PATCH 5/6] update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c47ccf..79cd282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [v1.11.0](https://github.com/skywinder/github-changelog-generator/tree/v1.11.0) (2016-02-23) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.1...v1.11.0) + +## [1.11.1](https://github.com/skywinder/github-changelog-generator/tree/1.11.1) (2016-02-23) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.1...1.11.1) + +**Implemented enhancements:** + +- YAML front matter [\#322](https://github.com/skywinder/github-changelog-generator/pull/322) ([retorquere](https://github.com/retorquere)) +- Git Subcommand [\#288](https://github.com/skywinder/github-changelog-generator/pull/288) ([dlanileonardo](https://github.com/dlanileonardo)) + +**Fixed bugs:** + +- detect\_since\_tag undefined [\#328](https://github.com/skywinder/github-changelog-generator/issues/328) + +**Merged pull requests:** + +- Update README.md [\#324](https://github.com/skywinder/github-changelog-generator/pull/324) ([Zearin](https://github.com/Zearin)) + ## [1.10.1](https://github.com/skywinder/github-changelog-generator/tree/1.10.1) (2016-01-06) [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.0...1.10.1) From bf84a6b479454165196c632837db264367a650a6 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 23 Feb 2016 17:21:43 +0200 Subject: [PATCH 6/6] Update changelog for version 1.10.2 --- CHANGELOG.md | 16 ++++++++++++---- Gemfile.lock | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cd282..67a645a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log -## [v1.11.0](https://github.com/skywinder/github-changelog-generator/tree/v1.11.0) (2016-02-23) -[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.1...v1.11.0) +## [Unreleased](https://github.com/skywinder/github-changelog-generator/tree/HEAD) -## [1.11.1](https://github.com/skywinder/github-changelog-generator/tree/1.11.1) (2016-02-23) -[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.1...1.11.1) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.2...HEAD) + +**Fixed bugs:** + +- Getting an error on install [\#329](https://github.com/skywinder/github-changelog-generator/issues/329) + +## [1.10.2](https://github.com/skywinder/github-changelog-generator/tree/1.10.2) (2016-02-23) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/v1.11.0...1.10.2) + +## [v1.11.0](https://github.com/skywinder/github-changelog-generator/tree/v1.11.0) (2016-02-23) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.1...v1.11.0) **Implemented enhancements:** diff --git a/Gemfile.lock b/Gemfile.lock index c45a0ec..e386917 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github_changelog_generator (1.10.1) + github_changelog_generator (1.10.2) colorize (~> 0.7) github_api (~> 0.12)