From 3e045e3b424abcb08b5d5ac39c00c8a9ea3bb8d1 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 25 Feb 2016 15:28:11 +0200 Subject: [PATCH 1/2] create manual only by default --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index dc15be5..6e525a6 100644 --- a/Rakefile +++ b/Rakefile @@ -20,4 +20,4 @@ task :create_man do |_t| end task checks: [:rubocop, :rspec] -task default: [:checks, :create_man] +task default: [:create_man] From 40df2c7dac09e52c3ca881b783b85898e5e150fe Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 25 Feb 2016 15:42:18 +0200 Subject: [PATCH 2/2] Update changelog for version 1.11.2 --- CHANGELOG.md | 11 +++++++++++ Gemfile.lock | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac0448..7743801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.11.2](https://github.com/skywinder/github-changelog-generator/tree/1.11.2) (2016-02-25) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.1...1.11.2) + +**Fixed bugs:** + +- Getting an error on install [\#329](https://github.com/skywinder/github-changelog-generator/issues/329) + +**Merged pull requests:** + +- Fix installation by not running the specs - which have dependencies [\#337](https://github.com/skywinder/github-changelog-generator/pull/337) ([skywinder](https://github.com/skywinder)) + ## [1.11.1](https://github.com/skywinder/github-changelog-generator/tree/1.11.1) (2016-02-25) [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.0...1.11.1) diff --git a/Gemfile.lock b/Gemfile.lock index aea3f31..f3502b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github_changelog_generator (1.11.1) + github_changelog_generator (1.11.2) bundler (>= 1.7) colorize (~> 0.7) github_api (~> 0.12)