ojra 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +15 -13
  3. data/LICENSE +1 -1
  4. data/README.md +1 -1
  5. data/lib/ojra/version.rb +1 -1
  6. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: baebacc88ac340e378154e1ef091bfec7b4ad3fc6b9d5cc9430611de2c4f8939
4
- data.tar.gz: f2a9e42baa4995da3b73922e14f261d59bf61498dd8002dee937e5284c744541
3
+ metadata.gz: b01570214491f01c0eec165e2b5c39b13f6d822beb3062380a56d112bed8cdab
4
+ data.tar.gz: 4c4f773535b4a693f208a4e7d0d12e832f1fa88a963f569bbe51919cec1485b2
5
5
  SHA512:
6
- metadata.gz: 1f3b9b301dd0e7805947f917ea33c218ee8784637706880d66d2b3b4fda5db95bdd11f0b238bcd29f5316cae1c254f53a36b9be3f4ffcfc0578cd8ca28c533ac
7
- data.tar.gz: 6ea533791f7280e4e0a25f61a03b08ebd122c896fac2479884bbbd58b8fd951bd1198ea17d6eb12ea07615601ea1c3ac28a1a9daafc20d21efb2e076e467a14b
6
+ metadata.gz: b009a6f0d422ff1aa1f93da78dfa144b1225e02672335f16eb5e86c6167ee402f7899ce34d8658fac820eb9148b818b135df6a15ac4e53377bc2d9089066bf91
7
+ data.tar.gz: a8b947eaef7fcbf400d485037cc7e3bb94acf7353196a0a0daad207b454ca5ffc0cb2462eac187c3bad47b30228ef836ca5e0e4b89d894c2dfb0c1da34e34cb0
data/Gemfile.lock CHANGED
@@ -1,39 +1,41 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ojra (1.1.0)
5
- faraday (~> 2.7)
4
+ ojra (1.1.1)
5
+ faraday (~> 2.9)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  diff-lcs (1.5.0)
11
- faraday (2.7.4)
12
- faraday-net_http (>= 2.0, < 3.1)
13
- ruby2_keywords (>= 0.0.4)
14
- faraday-net_http (3.0.2)
15
- rake (13.0.6)
11
+ faraday (2.9.0)
12
+ faraday-net_http (>= 2.0, < 3.2)
13
+ faraday-net_http (3.1.0)
14
+ net-http
15
+ net-http (0.4.1)
16
+ uri
17
+ rake (13.1.0)
16
18
  rspec (3.12.0)
17
19
  rspec-core (~> 3.12.0)
18
20
  rspec-expectations (~> 3.12.0)
19
21
  rspec-mocks (~> 3.12.0)
20
- rspec-core (3.12.1)
22
+ rspec-core (3.12.2)
21
23
  rspec-support (~> 3.12.0)
22
- rspec-expectations (3.12.2)
24
+ rspec-expectations (3.12.3)
23
25
  diff-lcs (>= 1.2.0, < 2.0)
24
26
  rspec-support (~> 3.12.0)
25
- rspec-mocks (3.12.3)
27
+ rspec-mocks (3.12.6)
26
28
  diff-lcs (>= 1.2.0, < 2.0)
27
29
  rspec-support (~> 3.12.0)
28
- rspec-support (3.12.0)
29
- ruby2_keywords (0.0.5)
30
+ rspec-support (3.12.1)
31
+ uri (0.13.0)
30
32
 
31
33
  PLATFORMS
32
34
  ruby
33
35
 
34
36
  DEPENDENCIES
35
37
  ojra!
36
- rake (~> 13.0.6)
38
+ rake (~> 13.1)
37
39
  rspec (~> 3.12)
38
40
 
39
41
  BUNDLED WITH
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Juanjo Bazán
3
+ Copyright (c) Juanjo Bazán
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # OJRA: Open Journals Reviewers API
2
2
 
3
- A Ruby wrapper for the Open Journal's Reviewers application's API
3
+ A Ruby wrapper for the Open Journal's [Reviewers application](https://github.com/openjournals/reviewers)'s API
4
4
 
5
5
  [![Tests](https://github.com/xuanxu/ojra/actions/workflows/tests.yml/badge.svg)](https://github.com/xuanxu/ojra/actions/workflows/tests.yml)
6
6
  [![Gem Version](https://badge.fury.io/rb/ojra.svg)](https://badge.fury.io/rb/ojra)
data/lib/ojra/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OJRA
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ojra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juanjo Bazán
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-22 00:00:00.000000000 Z
11
+ date: 2024-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.7'
19
+ version: '2.9'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.7'
26
+ version: '2.9'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 13.0.6
33
+ version: '13.1'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 13.0.6
40
+ version: '13.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  requirements: []
93
- rubygems_version: 3.3.12
93
+ rubygems_version: 3.5.5
94
94
  signing_key:
95
95
  specification_version: 4
96
96
  summary: Wrapper for the Open Journal's Reviewers API