Skip to content

Commit 1a67a79

Browse files
author
lessyv
committed
Update dependencies.
Dependencies and security updates - CVE-2017-8418 Travis - Remove ruby 2.1.5 & 2.3.0 - Add 2.5.1 & 2.6.5 - Force gem update --system to avoid https://bundler.io/blog/2019/01/04/an-update-on-the-bundler-2-release.html Code coverage fix - undefined method `add_integer' for #<Hieracles::Formats::Yaml:0x000056523fab4748>
1 parent f6d73fc commit 1a67a79

5 files changed

Lines changed: 75 additions & 50 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: ruby
22
cache: bundler
33
rvm:
4-
- 2.1.5
5-
- 2.3.0
4+
- 2.5.1
5+
- 2.6.5
66
addons:
77
code_climate:
88
repo_token: 3a5842d3d6c393759eaf9ea134c751c07371cd4f185d446ffe82fe116414972d
9+
before_install:
10+
- yes | gem update --system

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Hieracles Changelog
22
=======================
33

4+
### 0.4.3 - 2020-02-26
5+
- dependencies update
6+
47
### 0.4.2 - 2017-03-17
58
- fix formatting for console on params
69

Gemfile.lock

Lines changed: 57 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,73 @@
11
PATH
22
remote: .
33
specs:
4-
hieracles (0.4.2)
4+
hieracles (0.4.3)
55
awesome_print
66
deep_merge
77
httparty
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
ast (2.3.0)
13-
awesome_print (1.7.0)
14-
coveralls (0.8.16)
15-
json (>= 1.8, < 3)
16-
simplecov (~> 0.12.0)
17-
term-ansicolor (~> 1.3.0)
18-
thor (~> 0.19.1)
19-
tins (>= 1.6.0, < 2)
20-
deep_merge (1.1.1)
21-
diff-lcs (1.2.5)
22-
docile (1.1.5)
23-
httparty (0.14.0)
12+
ast (2.4.0)
13+
awesome_print (1.8.0)
14+
coveralls (0.7.2)
15+
multi_json (~> 1.3)
16+
rest-client (= 1.6.7)
17+
simplecov (>= 0.7)
18+
term-ansicolor (= 1.2.2)
19+
thor (= 0.18.1)
20+
deep_merge (1.2.1)
21+
diff-lcs (1.3)
22+
docile (1.3.2)
23+
httparty (0.18.0)
24+
mime-types (~> 3.0)
2425
multi_xml (>= 0.5.2)
25-
json (2.0.2)
26-
multi_xml (0.5.5)
27-
parser (2.3.2.0)
28-
ast (~> 2.2)
29-
powerpack (0.1.1)
30-
rainbow (2.1.0)
31-
rake (11.3.0)
32-
rspec (3.5.0)
33-
rspec-core (~> 3.5.0)
34-
rspec-expectations (~> 3.5.0)
35-
rspec-mocks (~> 3.5.0)
36-
rspec-core (3.5.4)
37-
rspec-support (~> 3.5.0)
38-
rspec-expectations (3.5.0)
26+
jaro_winkler (1.5.4)
27+
mime-types (3.3.1)
28+
mime-types-data (~> 3.2015)
29+
mime-types-data (3.2019.1009)
30+
multi_json (1.14.1)
31+
multi_xml (0.6.0)
32+
parallel (1.19.1)
33+
parser (2.7.0.2)
34+
ast (~> 2.4.0)
35+
rainbow (3.0.0)
36+
rake (13.0.1)
37+
rest-client (1.6.7)
38+
mime-types (>= 1.16)
39+
rexml (3.2.4)
40+
rspec (3.9.0)
41+
rspec-core (~> 3.9.0)
42+
rspec-expectations (~> 3.9.0)
43+
rspec-mocks (~> 3.9.0)
44+
rspec-core (3.9.1)
45+
rspec-support (~> 3.9.1)
46+
rspec-expectations (3.9.0)
3947
diff-lcs (>= 1.2.0, < 2.0)
40-
rspec-support (~> 3.5.0)
41-
rspec-mocks (3.5.0)
48+
rspec-support (~> 3.9.0)
49+
rspec-mocks (3.9.1)
4250
diff-lcs (>= 1.2.0, < 2.0)
43-
rspec-support (~> 3.5.0)
44-
rspec-support (3.5.0)
45-
rubocop (0.45.0)
46-
parser (>= 2.3.1.1, < 3.0)
47-
powerpack (~> 0.1)
48-
rainbow (>= 1.99.1, < 3.0)
51+
rspec-support (~> 3.9.0)
52+
rspec-support (3.9.2)
53+
rubocop (0.80.0)
54+
jaro_winkler (~> 1.5.1)
55+
parallel (~> 1.10)
56+
parser (>= 2.7.0.1)
57+
rainbow (>= 2.2.2, < 4.0)
58+
rexml
4959
ruby-progressbar (~> 1.7)
50-
unicode-display_width (~> 1.0, >= 1.0.1)
51-
ruby-progressbar (1.8.1)
52-
simplecov (0.12.0)
53-
docile (~> 1.1.0)
54-
json (>= 1.8, < 3)
55-
simplecov-html (~> 0.10.0)
56-
simplecov-html (0.10.0)
57-
term-ansicolor (1.3.2)
58-
tins (~> 1.0)
59-
thor (0.19.4)
60-
tins (1.13.0)
61-
unicode-display_width (1.1.1)
60+
unicode-display_width (>= 1.4.0, < 1.7)
61+
ruby-progressbar (1.10.1)
62+
simplecov (0.18.5)
63+
docile (~> 1.1)
64+
simplecov-html (~> 0.11)
65+
simplecov-html (0.12.1)
66+
term-ansicolor (1.2.2)
67+
tins (~> 0.8)
68+
thor (0.18.1)
69+
tins (0.13.2)
70+
unicode-display_width (1.6.1)
6271

6372
PLATFORMS
6473
ruby
@@ -74,4 +83,4 @@ DEPENDENCIES
7483
simplecov (>= 0.12.0)
7584

7685
BUNDLED WITH
77-
1.14.3
86+
2.1.4

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ruby-hieracles (0.4.3.0) unstable; urgency=medium
2+
3+
* upstream 0.4.3
4+
- dependencies update
5+
6+
-- lessyv <lessyv@gandi.net> Wed, 26 Feb 2020 14:55:13 +0000
7+
18
ruby-hieracles (0.4.2.0) unstable; urgency=medium
29

310
* upstream 0.4.2

lib/hieracles/formats/yaml.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ def add_fixnum(output, key, leaf, params, indent)
7676
added output, key, leaf, params
7777
end
7878

79+
def add_integer(output, key, leaf, params, indent)
80+
added output, key, leaf, params
81+
end
82+
7983
def add_float(output, key, leaf, params, indent)
8084
added output, key, leaf, params
8185
end

0 commit comments

Comments
 (0)