github_changelog_generator 1.11.1 → 1.11.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c20db299867aa88cde0c9914af7155130708259c
4
- data.tar.gz: 0ac2c10e11e0e1d304c741cc1c9c49b7dd1e284b
3
+ metadata.gz: 11624fc1aa8205e09b9f8d5f86f318c5b0b8a15b
4
+ data.tar.gz: 60a59f07c9850ae82ed774730f14eac982384ad7
5
5
  SHA512:
6
- metadata.gz: af6fe116dd2dac0ab7b7a3ff1d0dc01a935eaa3edf5fefb9102e624c85397ef2aa44e6581c9952b8bcb6f82abf0214ebe4fc708a1ee0eaf6f52bda3133e132d4
7
- data.tar.gz: c34beb4a8a1f291b1ba6f38b775c9202611d0be9fd6461a531fec0d80c1d020a1e0b621b78042018c12de3c30bcfe313485b60a6ffc6567ec43d57a776d862cb
6
+ metadata.gz: c00c2c4b37b57fd869cbcf1ed28e5cbfbfe700e5d2da2deba1dc2fb506fff5e609c9c7dce644b5af36121d347483ec304fc0a1d97624794e2ab4895de443b24f
7
+ data.tar.gz: b2dab91b16d5432007e794b7960346bf9254a64d4bce2bd13b46c873776a9446e7bcd13cd8af5c02658597e978cb5b9402524b4046d3ce471a6a4b8d49243801
@@ -1,11 +1,34 @@
1
1
  # Change Log
2
2
 
3
- ## [1.10.3](https://github.com/skywinder/github-changelog-generator/tree/1.10.3) (2016-02-23)
4
- [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.2...1.10.3)
3
+ ## [1.11.1](https://github.com/skywinder/github-changelog-generator/tree/1.11.1) (2016-02-25)
4
+ [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.0...1.11.1)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Add rubocop and rspec as runtime dependencies [\#336](https://github.com/skywinder/github-changelog-generator/pull/336) ([jkeiser](https://github.com/jkeiser))
9
+ - \[Refactor\] ParserFile class use Pathname [\#334](https://github.com/skywinder/github-changelog-generator/pull/334) ([olleolleolle](https://github.com/olleolleolle))
10
+ - \[Refactor\] Generator\#exclude\_issues\_by\_labels simpler, tested [\#332](https://github.com/skywinder/github-changelog-generator/pull/332) ([olleolleolle](https://github.com/olleolleolle))
11
+
12
+ ## [1.11.0](https://github.com/skywinder/github-changelog-generator/tree/1.11.0) (2016-02-24)
13
+ [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.5...1.11.0)
14
+
15
+ ## [1.10.5](https://github.com/skywinder/github-changelog-generator/tree/1.10.5) (2016-02-24)
16
+ [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.4...1.10.5)
17
+
18
+ ## [1.10.4](https://github.com/skywinder/github-changelog-generator/tree/1.10.4) (2016-02-24)
19
+ [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.3...1.10.4)
5
20
 
6
21
  **Fixed bugs:**
7
22
 
8
- - Getting an error on install [\#329](https://github.com/skywinder/github-changelog-generator/issues/329)
23
+ - Rake and Bundler as runtime deps [\#333](https://github.com/skywinder/github-changelog-generator/pull/333) ([olleolleolle](https://github.com/olleolleolle))
24
+
25
+ **Merged pull requests:**
26
+
27
+ - Test case for \#327 [\#331](https://github.com/skywinder/github-changelog-generator/pull/331) ([olleolleolle](https://github.com/olleolleolle))
28
+ - Fix crash installing on systems without overcommit [\#330](https://github.com/skywinder/github-changelog-generator/pull/330) ([jkeiser](https://github.com/jkeiser))
29
+
30
+ ## [1.10.3](https://github.com/skywinder/github-changelog-generator/tree/1.10.3) (2016-02-23)
31
+ [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.2...1.10.3)
9
32
 
10
33
  ## [1.10.2](https://github.com/skywinder/github-changelog-generator/tree/1.10.2) (2016-02-23)
11
34
  [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/v1.11.0...1.10.2)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- github_changelog_generator (1.11.0)
4
+ github_changelog_generator (1.11.1)
5
5
  bundler (>= 1.7)
6
6
  colorize (~> 0.7)
7
7
  github_api (~> 0.12)
data/Rakefile CHANGED
@@ -20,4 +20,4 @@ task :create_man do |_t|
20
20
  end
21
21
 
22
22
  task checks: [:rubocop, :rspec]
23
- task default: [:checks, :create_man]
23
+ task default: [:create_man]
@@ -1,3 +1,3 @@
1
1
  module GitHubChangelogGenerator
2
- VERSION = "1.11.1"
2
+ VERSION = "1.11.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_changelog_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.1
4
+ version: 1.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petr Korolev