Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit f5d820f

Browse files
authored
Merge pull request #301 from ualbertalib/release/2.0.5
Release update for v2.0.5
2 parents a1f46d4 + 5b5b66c commit f5d820f

File tree

3 files changed

+29
-26
lines changed

3 files changed

+29
-26
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org
88

99
## [Unreleased]
1010

11+
## [2.0.5] - 2023-02-17
12+
1113
- Add rescue block to catch exceptions while waiting for next item [#280](https://github.com/ualbertalib/pushmi_pullyu/issues/280)
1214
- Add logic to fetch new community and collection information from jupiter and create their AIPS. [#255](https://github.com/ualbertalib/pushmi_pullyu/issues/255)
1315
- Add delay to re-ingestion attempts to allow for problems to be fixed [#297](https://github.com/ualbertalib/pushmi_pullyu/issues/297)
1416
- Bump git from 1.9.1 to 1.13.0
17+
1518
## [2.0.4] - 2022-11-22
1619

1720
- Fix issue with temporary work files not being deleted after a failed swift deposit [#242](https://github.com/ualbertalib/pushmi_pullyu/issues/242)

Gemfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pushmi_pullyu (2.0.4)
4+
pushmi_pullyu (2.0.5)
55
activesupport (>= 5, < 8)
66
bagit (~> 0.4)
77
connection_pool (~> 2.2)
@@ -18,7 +18,7 @@ PATH
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
activesupport (7.0.2.4)
21+
activesupport (7.0.4.2)
2222
concurrent-ruby (~> 1.0, >= 1.0.2)
2323
i18n (>= 1.6, < 2)
2424
minitest (>= 5.1)
@@ -39,8 +39,8 @@ GEM
3939
open4 (~> 1.3)
4040
coderay (1.1.3)
4141
colored2 (3.1.2)
42-
concurrent-ruby (1.1.10)
43-
connection_pool (2.2.5)
42+
concurrent-ruby (1.2.0)
43+
connection_pool (2.3.0)
4444
cork (0.3.0)
4545
colored2 (~> 3.1)
4646
crack (0.4.5)
@@ -97,17 +97,17 @@ GEM
9797
hashdiff (1.0.1)
9898
htmlentities (4.3.4)
9999
http-accept (1.7.0)
100-
http-cookie (1.0.4)
100+
http-cookie (1.0.5)
101101
domain_name (~> 0.5)
102-
i18n (1.10.0)
102+
i18n (1.12.0)
103103
concurrent-ruby (~> 1.0)
104-
json (2.6.1)
104+
json (2.6.3)
105105
kramdown (2.3.1)
106106
rexml
107107
kramdown-parser-gfm (1.1.0)
108108
kramdown (~> 2.0)
109109
link_header (0.0.8)
110-
logger (1.5.1)
110+
logger (1.5.3)
111111
macaddr (1.7.2)
112112
systemu (~> 2.6.5)
113113
matrix (0.4.2)
@@ -116,7 +116,7 @@ GEM
116116
mime-types-data (~> 3.2015)
117117
mime-types-data (3.2022.0105)
118118
minitar (0.9)
119-
minitest (5.15.0)
119+
minitest (5.17.0)
120120
multipart-post (2.1.1)
121121
nap (1.1.0)
122122
net-http-persistent (4.0.1)
@@ -142,9 +142,9 @@ GEM
142142
rainbow (3.1.1)
143143
rake (13.0.6)
144144
rchardet (1.8.0)
145-
rdf (3.2.7)
145+
rdf (3.2.9)
146146
link_header (~> 0.0, >= 0.0.8)
147-
rdf-aggregate-repo (3.2.0)
147+
rdf-aggregate-repo (3.2.1)
148148
rdf (~> 3.2)
149149
rdf-n3 (3.2.1)
150150
ebnf (~> 2.2)
@@ -154,15 +154,15 @@ GEM
154154
rdf-xsd (3.2.1)
155155
rdf (~> 3.2)
156156
rexml (~> 3.2)
157-
redis (4.6.0)
157+
redis (4.8.1)
158158
regexp_parser (2.6.0)
159159
rest-client (2.1.0)
160160
http-accept (>= 1.7.0, < 2.0)
161161
http-cookie (>= 1.0.2, < 2.0)
162162
mime-types (>= 1.16, < 4.0)
163163
netrc (~> 0.8)
164164
rexml (3.2.5)
165-
rollbar (3.3.2)
165+
rollbar (3.4.0)
166166
rspec (3.12.0)
167167
rspec-core (~> 3.12.0)
168168
rspec-expectations (~> 3.12.0)
@@ -195,32 +195,32 @@ GEM
195195
addressable (>= 2.3.5)
196196
faraday (> 0.8, < 2.0)
197197
scanf (1.0.0)
198-
sparql (3.2.1)
198+
sparql (3.2.5)
199199
builder (~> 3.2)
200-
ebnf (~> 2.2)
201-
logger (~> 1.4)
202-
rdf (~> 3.2, >= 3.2.3)
200+
ebnf (~> 2.2, >= 2.3.1)
201+
logger (~> 1.5)
202+
rdf (~> 3.2, >= 3.2.8)
203203
rdf-aggregate-repo (~> 3.2)
204204
rdf-xsd (~> 3.2)
205-
sparql-client (~> 3.2)
206-
sxp (~> 1.2, >= 1.2.1)
205+
sparql-client (~> 3.2, >= 3.2.1)
206+
sxp (~> 1.2, >= 1.2.2)
207207
sparql-client (3.2.1)
208208
net-http-persistent (~> 4.0, >= 4.0.1)
209209
rdf (~> 3.2, >= 3.2.6)
210-
sxp (1.2.2)
211-
matrix
210+
sxp (1.2.3)
211+
matrix (~> 0.4)
212212
rdf (~> 3.2)
213213
systemu (2.6.5)
214214
terminal-table (3.0.2)
215215
unicode-display_width (>= 1.1.1, < 3)
216216
timecop (0.9.6)
217-
tzinfo (2.0.4)
217+
tzinfo (2.0.6)
218218
concurrent-ruby (~> 1.0)
219219
unf (0.1.4)
220220
unf_ext
221-
unf_ext (0.0.8.1)
221+
unf_ext (0.0.8.2)
222222
unicode-display_width (2.3.0)
223-
unicode-types (1.7.0)
223+
unicode-types (1.8.0)
224224
uuid (2.3.9)
225225
macaddr (~> 1.0)
226226
validatable (1.6.7)
@@ -248,4 +248,4 @@ DEPENDENCIES
248248
webmock (~> 3.3)
249249

250250
BUNDLED WITH
251-
2.3.12
251+
2.3.19

lib/pushmi_pullyu/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PushmiPullyu
2-
VERSION = '2.0.4'.freeze
2+
VERSION = '2.0.5'.freeze
33
end

0 commit comments

Comments
 (0)