berkshelf 5.6.1 → 5.6.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: d1d7a8943f7ce6ba389952f7137cfac8ff60bd0a
4
- data.tar.gz: ed12a12514b9ae412ef122b46f011e8e75f78dad
3
+ metadata.gz: 47a59c2c21cfe29b8a2e5ac9d53c4f2d7cb77f9b
4
+ data.tar.gz: d7e682320f8fff270382f32e43c8cb6cb08b2d7e
5
5
  SHA512:
6
- metadata.gz: 803efc0f169703f55d291cc7ab40b4aae359d50d1039ab47abed62713ae8e0e17ab0955cf3b123c9999ffdf1bc8653207533dfc00c96ec8b51cfa5cb7e675450
7
- data.tar.gz: bf9f4f52c6ededbfd058d284b0fb6deb814edc45883fc4c330a0bfc7072c852be05960df080a034a8e1aa564b7e543417dba3d9b0a47859683613b013afd6e9b
6
+ metadata.gz: 9f6c34b75dcf2aef06785aa2877455a42e1eb1c52cc5f6d4e4f6879e01572529d90a916d7fb001b1f9f05144845f130cfbedfd7f26f897740e35e9b6b1540ea1
7
+ data.tar.gz: 2317c1a4d03ebad201814fb0ff1bc669ac0f9ce1b48db5f3c5a19897112dcc97dec872e9205cf4efd4f2d5125572348973a512722ca7a317d6167bedebac28f1
@@ -1,7 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## [5.6.0](https://github.com/berkshelf/berkshelf/tree/5.6.0) (2017-02-02)
4
- [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v5.5.0...5.6.0)
3
+ ## [v5.6.1](https://github.com/berkshelf/berkshelf/tree/v5.6.1) (2017-02-03)
4
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v5.6.0...v5.6.1)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Address hashie warning spam [\#1668](https://github.com/berkshelf/berkshelf/pull/1668) ([lamont-granquist](https://github.com/lamont-granquist))
9
+
10
+ ## [v5.6.0](https://github.com/berkshelf/berkshelf/tree/v5.6.0) (2017-02-02)
11
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v5.5.0...v5.6.0)
5
12
 
6
13
  **Merged pull requests:**
7
14
 
@@ -1344,8 +1351,6 @@
1344
1351
  [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.0...v0.1.1)
1345
1352
 
1346
1353
  ## [v0.1.0](https://github.com/berkshelf/berkshelf/tree/v0.1.0) (2012-06-21)
1347
- [Full Changelog](https://github.com/berkshelf/berkshelf/compare/25612cf3601733a37727f1f490e69fdf48963d36...v0.1.0)
1348
-
1349
1354
  **Merged pull requests:**
1350
1355
 
1351
1356
  - Rename to Berkshelf [\#54](https://github.com/berkshelf/berkshelf/pull/54) ([reset](https://github.com/reset))
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source "https://rubygems.org"
3
3
  gemspec
4
4
 
5
5
  group :changelog do
6
- gem "github_changelog_generator", git: "https://github.com/tduffield/github-changelog-generator", branch: "adjust-tag-section-mapping"
6
+ gem "github_changelog_generator"
7
7
  end
8
8
 
9
9
  group :guard do
@@ -17,24 +17,10 @@ GIT
17
17
  semverse (>= 1.0, < 3.0)
18
18
  varia_model (~> 0.4)
19
19
 
20
- GIT
21
- remote: https://github.com/tduffield/github-changelog-generator
22
- revision: c6245b58b91b863464ca88e02aa752a0658b5f30
23
- branch: adjust-tag-section-mapping
24
- specs:
25
- github_changelog_generator (1.14.2)
26
- activesupport
27
- faraday-http-cache
28
- multi_json
29
- octokit (~> 4.6)
30
- rainbow (>= 2.1)
31
- rake (>= 10.0)
32
- retriable (>= 1.4)
33
-
34
20
  PATH
35
21
  remote: .
36
22
  specs:
37
- berkshelf (5.6.1)
23
+ berkshelf (5.6.2)
38
24
  addressable (~> 2.3, >= 2.3.4)
39
25
  berkshelf-api-client (>= 2.0.2, < 4.0)
40
26
  buff-config (~> 2.0)
@@ -151,6 +137,14 @@ GEM
151
137
  ruby-progressbar (~> 1.4)
152
138
  fuzzyurl (0.9.0)
153
139
  gherkin (4.0.0)
140
+ github_changelog_generator (1.14.3)
141
+ activesupport
142
+ faraday-http-cache
143
+ multi_json
144
+ octokit (~> 4.6)
145
+ rainbow (>= 2.1)
146
+ rake (>= 10.0)
147
+ retriable (~> 2.1)
154
148
  grape (0.19.1)
155
149
  activesupport
156
150
  builder
@@ -191,7 +185,7 @@ GEM
191
185
  hashdiff (0.3.2)
192
186
  hashie (3.5.1)
193
187
  hitimes (1.2.4)
194
- http (2.1.0)
188
+ http (2.2.0)
195
189
  addressable (~> 2.3)
196
190
  http-cookie (~> 1.0)
197
191
  http-form_data (~> 1.0.1)
@@ -267,7 +261,7 @@ GEM
267
261
  http (>= 0.6.0.pre)
268
262
  http_parser.rb (>= 0.6.0)
269
263
  websocket-driver (>= 0.5.1)
270
- retriable (3.0.0)
264
+ retriable (2.1.0)
271
265
  retryable (2.0.4)
272
266
  ridley (5.1.0)
273
267
  addressable
@@ -362,7 +356,7 @@ DEPENDENCIES
362
356
  coolline
363
357
  dep_selector (>= 1.0)
364
358
  fuubar (>= 2.0)
365
- github_changelog_generator!
359
+ github_changelog_generator
366
360
  growl
367
361
  guard
368
362
  guard-cucumber
data/Rakefile CHANGED
@@ -28,7 +28,6 @@ begin
28
28
  GitHubChangelogGenerator::RakeTask.new :changelog do |config|
29
29
  config.future_release = Berkshelf::VERSION
30
30
  config.issues = false
31
- config.max_issues = 0
32
31
  config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
33
32
  config.bug_labels = "bug,Bug,Improvement".split(",")
34
33
  config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question,Upstream Bug,Discussion".split(",")
@@ -1,8 +1,12 @@
1
1
  # XXX: work around logger spam from hashie
2
2
  # https://github.com/intridea/hashie/issues/394
3
- require "hashie"
4
- require "hashie/logger"
5
- Hashie.logger = Logger.new(nil)
3
+ begin
4
+ require "hashie"
5
+ require "hashie/logger"
6
+ Hashie.logger = Logger.new(nil)
7
+ rescue LoadError
8
+ # intentionally left blank
9
+ end
6
10
 
7
11
  require "buff/extensions"
8
12
  require "cleanroom"
@@ -1,3 +1,3 @@
1
1
  module Berkshelf
2
- VERSION = "5.6.1"
2
+ VERSION = "5.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berkshelf
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.6.1
4
+ version: 5.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Winsor
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2017-02-03 00:00:00.000000000 Z
15
+ date: 2017-02-05 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: addressable