Skip to content

Commit ded87e7

Browse files
authored
Merge pull request #382 from ualbertalib/release/2.0.7
Release/2.0.7
2 parents 76ab562 + 8ce79aa commit ded87e7

File tree

3 files changed

+25
-26
lines changed

3 files changed

+25
-26
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org
88

99
## [Unreleased]
1010

11-
- Fix nil exception. [#314](https://github.com/ualbertalib/pushmi_pullyu/issues/314)
11+
## [2.0.7] - 2023-09-13
12+
13+
- Fix nil exception [#314](https://github.com/ualbertalib/pushmi_pullyu/issues/314)
1214
- Bump rubocop from 1.28.1 to 1.54.1 [PR#348](https://github.com/ualbertalib/pushmi_pullyu/pull/348)
13-
- Add missing logging for standard exception
15+
- Add missing logging for standard exception [#314](https://github.com/ualbertalib/pushmi_pullyu/issues/314)
1416
## [2.0.6] - 2023-03-17
1517

1618
- Fix URI concatenation for jupiter's base url. [#309](https://github.com/ualbertalib/pushmi_pullyu/issues/309)
@@ -54,5 +56,4 @@ and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org
5456
### Removed
5557
- Data output for original_file information
5658

57-
-
5859
## [1.0.6] - 2018-11-29

Gemfile.lock

+20-22
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pushmi_pullyu (2.0.6)
4+
pushmi_pullyu (2.0.7)
55
activesupport (>= 5, < 8)
66
bagit (~> 0.4)
77
connection_pool (~> 2.2)
@@ -30,9 +30,8 @@ GEM
3030
tzinfo (~> 2.0)
3131
addressable (2.8.5)
3232
public_suffix (>= 2.0.2, < 6.0)
33-
amazing_print (1.4.0)
3433
ast (2.4.2)
35-
bagit (0.4.5)
34+
bagit (0.4.6)
3635
docopt (~> 0.5.0)
3736
validatable (~> 1.6)
3837
base64 (0.1.1)
@@ -72,13 +71,12 @@ GEM
7271
unf (>= 0.0.5, < 1.0.0)
7372
drb (2.1.1)
7473
ruby2_keywords
75-
ebnf (2.3.1)
76-
amazing_print (~> 1.4)
74+
ebnf (2.3.5)
7775
htmlentities (~> 4.3)
7876
rdf (~> 3.2)
7977
scanf (~> 1.0)
8078
sxp (~> 1.2)
81-
unicode-types (~> 1.7)
79+
unicode-types (~> 1.8)
8280
faraday (2.7.11)
8381
base64
8482
faraday-net_http (>= 2.0, < 3.1)
@@ -108,14 +106,14 @@ GEM
108106
systemu (~> 2.6.5)
109107
matrix (0.4.2)
110108
method_source (1.0.0)
111-
mime-types (3.4.1)
109+
mime-types (3.5.1)
112110
mime-types-data (~> 3.2015)
113-
mime-types-data (3.2022.0105)
111+
mime-types-data (3.2023.1003)
114112
minitar (0.9)
115113
minitest (5.20.0)
116114
mutex_m (0.1.2)
117115
nap (1.1.0)
118-
net-http-persistent (4.0.1)
116+
net-http-persistent (4.0.2)
119117
connection_pool (~> 2.2)
120118
netrc (0.11.0)
121119
no_proxy_fix (0.1.2)
@@ -154,7 +152,7 @@ GEM
154152
rexml (~> 3.2)
155153
redis (5.0.7)
156154
redis-client (>= 0.9.0)
157-
redis-client (0.15.0)
155+
redis-client (0.17.0)
158156
connection_pool
159157
regexp_parser (2.8.2)
160158
rest-client (2.1.0)
@@ -205,19 +203,19 @@ GEM
205203
addressable (>= 2.3.5)
206204
faraday (>= 0.17.3, < 3)
207205
scanf (1.0.0)
208-
sparql (3.2.5)
209-
builder (~> 3.2)
210-
ebnf (~> 2.2, >= 2.3.1)
206+
sparql (3.2.6)
207+
builder (~> 3.2, >= 3.2.4)
208+
ebnf (~> 2.3, >= 2.3.5)
211209
logger (~> 1.5)
212-
rdf (~> 3.2, >= 3.2.8)
213-
rdf-aggregate-repo (~> 3.2)
210+
rdf (~> 3.2, >= 3.2.11)
211+
rdf-aggregate-repo (~> 3.2, >= 3.2.1)
214212
rdf-xsd (~> 3.2)
215-
sparql-client (~> 3.2, >= 3.2.1)
216-
sxp (~> 1.2, >= 1.2.2)
217-
sparql-client (3.2.1)
218-
net-http-persistent (~> 4.0, >= 4.0.1)
219-
rdf (~> 3.2, >= 3.2.6)
220-
sxp (1.2.3)
213+
sparql-client (~> 3.2, >= 3.2.2)
214+
sxp (~> 1.2, >= 1.2.4)
215+
sparql-client (3.2.2)
216+
net-http-persistent (~> 4.0, >= 4.0.2)
217+
rdf (~> 3.2, >= 3.2.11)
218+
sxp (1.2.4)
221219
matrix (~> 0.4)
222220
rdf (~> 3.2)
223221
systemu (2.6.5)
@@ -230,7 +228,7 @@ GEM
230228
unf_ext
231229
unf_ext (0.0.8.2)
232230
unicode-display_width (2.5.0)
233-
unicode-types (1.8.0)
231+
unicode-types (1.9.0)
234232
uuid (2.3.9)
235233
macaddr (~> 1.0)
236234
validatable (1.6.7)

lib/pushmi_pullyu/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PushmiPullyu
2-
VERSION = '2.0.6'.freeze
2+
VERSION = '2.0.7'.freeze
33
end

0 commit comments

Comments
 (0)