maltese 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
data/spec/sitemap_spec.rb CHANGED
@@ -25,21 +25,21 @@ describe Maltese::Sitemap, vcr: true do
25
25
 
26
26
  context "get_total" do
27
27
  it "with works" do
28
- expect(subject.get_total).to eq(72023)
28
+ expect(subject.get_total).to eq(74502)
29
29
  end
30
30
  end
31
31
 
32
32
  context "queue_jobs" do
33
33
  it "should report if there are works returned by the Datacite REST API" do
34
34
  response = subject.queue_jobs
35
- expect(response).to eq(72023)
35
+ expect(response).to eq(74502)
36
36
  end
37
37
  end
38
38
 
39
39
  context "get_data" do
40
40
  it "should report if there are works returned by the Datacite REST API" do
41
41
  response = subject.get_data
42
- expect(response.body.dig("meta", "total")).to eq(72024)
42
+ expect(response.body.dig("meta", "total")).to eq(74502)
43
43
  expect(response.body.fetch("data", []).size).to eq(1000)
44
44
  doc = response.body.fetch("data", []).first
45
45
  expect(doc.dig("attributes", "doi")).to eq(doi)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maltese
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner