github_changelog_generator 1.8.4 → 1.8.5

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: 458d8ae7d1f220110a7a489e3c235c629309657e
4
- data.tar.gz: d82f6a55a5eed931927e2041b2c33523260c2ff9
3
+ metadata.gz: 3052222eaa5f4018fd50fe3a24981c3da115cef4
4
+ data.tar.gz: 29fd68df3fa54f54286312ad8dfcc03a8173309a
5
5
  SHA512:
6
- metadata.gz: 32108abe8f588031fb40850c25fc43b59b1354ada1fd564e41a1c5c8ecad63b986c7ec6fdef20dc9afeb694cc7410c94fdd8b8a236c41951251e6a58b1136bbc
7
- data.tar.gz: ab67ee876245818885efe2b7a41be655ad7ad3917ab4e5a9e4fa5f31cefa32684b49793627decf02aca63dfd82b384d0c1c927bc7b1eb7ae247a793d4214a7eb
6
+ metadata.gz: 6b7e04ac4fff6007bb9f4b7513917729bd14f22d1ec0310f0dfaae3f75010a83347c476b560877c65d8b6bc9980688617f60a4ba3f446face8b528e502cdfd78
7
+ data.tar.gz: 7cbe17645e2489301f5cd0591e745cd5afaf17c672962013ee79f9049b11a75e8fefa286d603debc56ca2121294acea3d153bf3529a816c75847dd3216f5ba8f
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.8.4](https://github.com/skywinder/github-changelog-generator/tree/1.8.4) (2015-09-01)
4
+ [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.8.3...1.8.4)
5
+
6
+ **Fixed bugs:**
7
+
8
+ - Sending OATH through -t fails [\#274](https://github.com/skywinder/github-changelog-generator/issues/274)
9
+
3
10
  ## [1.8.3](https://github.com/skywinder/github-changelog-generator/tree/1.8.3) (2015-08-31)
4
11
  [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.8.2...1.8.3)
5
12
 
@@ -51,7 +51,7 @@ module GitHubChangelogGenerator
51
51
 
52
52
  OPTIONS.each do |o|
53
53
  v = instance_variable_get("@#{o}")
54
- options[o.to_sym] = v if v
54
+ options[o.to_sym] = v unless v.nil?
55
55
  end
56
56
 
57
57
  generator = Generator.new options
@@ -1,3 +1,3 @@
1
1
  module GitHubChangelogGenerator
2
- VERSION = "1.8.4"
2
+ VERSION = "1.8.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_changelog_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.4
4
+ version: 1.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petr Korolev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-01 00:00:00.000000000 Z
11
+ date: 2015-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github_api