maremma 4.9.7 → 4.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97f609c2f21061be1d94d1008d66789aea372dcac92f68cc0943ec2a07f85dde
4
- data.tar.gz: 7ca7760b1a151b189165bff33d9be4a4e3f5db27ed950744919ad70ae1c4654a
3
+ metadata.gz: c1ffabf03bd55d6ae7458bef0465049d01273352488565854296ed4daf5d290c
4
+ data.tar.gz: 72931c90a2686d9fe8598e0a5531aea3e430f81280cfce6f55e8e2f0fc47fbfb
5
5
  SHA512:
6
- metadata.gz: 2c54549e05fc09105f1b381bcb6558b9e94d6c0d0e40641bd5c779560917e5def941ed56c57362a07968ffbac764cc8761921855e912379483667ea9e3c7e5c1
7
- data.tar.gz: 04ffa3d6d3b32b2c9dbf7ca1c9d59f315b485f3bc2e6694f1d1462f64187a29722f64d60fc26b3963c556119181c86e74878303487ccad544e53b8faa58425b2
6
+ metadata.gz: ceae6221e6d15e753b553e4ff927666d78590e2c1146650b73cac0cfd69f507f9d5054918324212c87f26abfb44f27e0bfb951bca2821d518e1b57903395b25e
7
+ data.tar.gz: 89b502b0dafccd8588d469b06f7aa5f5eb3aa732a25efc3d6e3888ac891dcbb12b37e9c36e8972f3556bc7a9f2d1bd2d4f648c5990a17a84c1a90d0505f37500
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [Unreleased](https://github.com/datacite/maremma/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/datacite/maremma/compare/4.9.7...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Update nokogiri requirement from \>= 1.11.2, \< 1.13.0 to \>= 1.11.2, \< 1.14.0 [\#22](https://github.com/datacite/maremma/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot))
10
+ - Create CITATION.cff [\#18](https://github.com/datacite/maremma/pull/18) ([mfenner](https://github.com/mfenner))
11
+
3
12
  ## [4.9.7](https://github.com/datacite/maremma/tree/4.9.7) (2022-01-04)
4
13
 
5
14
  [Full Changelog](https://github.com/datacite/maremma/compare/4.9.6...4.9.7)
data/CITATION.cff ADDED
@@ -0,0 +1,19 @@
1
+ ---
2
+ cff-version: 1.2.0
3
+ message: 'If you use Maremma: a Ruby library for simplified network calls in your
4
+ work, please cite it using the following metadata'
5
+ doi: https://doi.org/10.5438/qeg0-3gm3
6
+ repository-code: https://github.com/datacite/maremma
7
+ title: 'Maremma: a Ruby library for simplified network calls'
8
+ authors:
9
+ - given-names: Martin
10
+ family-names: Fenner
11
+ orcid: https://orcid.org/0000-0003-0077-4738
12
+ abstract: Ruby utility library for network requests. Based on Faraday and Excon, provides
13
+ a wrapper for XML/JSON parsing and error handling. All successful responses are
14
+ returned as hash with key data, all errors in a JSONAPI-friendly hash with key errors.
15
+ keywords:
16
+ - faraday
17
+ - excon
18
+ - net/http
19
+ date-released: '2017-02-24'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- maremma (4.9.7)
4
+ maremma (4.9.8)
5
5
  activesupport (>= 4.2.5)
6
6
  addressable (>= 2.3.6)
7
7
  builder (~> 3.2, >= 3.2.2)
@@ -9,14 +9,14 @@ PATH
9
9
  faraday (~> 0.17.3)
10
10
  faraday-encoding (~> 0.0.4)
11
11
  faraday_middleware (~> 0.14.0)
12
- nokogiri (>= 1.11.2, < 1.13.0)
12
+ nokogiri (>= 1.11.2, < 1.14.0)
13
13
  oj (>= 2.8.3)
14
14
  oj_mimic_json (~> 1.0, >= 1.0.1)
15
15
 
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- activesupport (6.1.4.4)
19
+ activesupport (6.1.6)
20
20
  concurrent-ruby (~> 1.0, >= 1.0.2)
21
21
  i18n (>= 1.6, < 2)
22
22
  minitest (>= 5.1)
@@ -26,29 +26,29 @@ GEM
26
26
  public_suffix (>= 2.0.2, < 5.0)
27
27
  ast (2.4.2)
28
28
  builder (3.2.4)
29
- concurrent-ruby (1.1.9)
29
+ concurrent-ruby (1.1.10)
30
30
  crack (0.4.5)
31
31
  rexml
32
32
  diff-lcs (1.4.4)
33
33
  docile (1.4.0)
34
34
  excon (0.71.1)
35
- faraday (0.17.4)
35
+ faraday (0.17.5)
36
36
  multipart-post (>= 1.2, < 3)
37
37
  faraday-encoding (0.0.5)
38
38
  faraday
39
39
  faraday_middleware (0.14.0)
40
40
  faraday (>= 0.7.4, < 1.0)
41
41
  hashdiff (1.0.1)
42
- i18n (1.8.11)
42
+ i18n (1.10.0)
43
43
  concurrent-ruby (~> 1.0)
44
44
  jaro_winkler (1.5.4)
45
- mini_portile2 (2.6.1)
45
+ mini_portile2 (2.8.0)
46
46
  minitest (5.15.0)
47
47
  multipart-post (2.1.1)
48
- nokogiri (1.12.5)
49
- mini_portile2 (~> 2.6.1)
48
+ nokogiri (1.13.6)
49
+ mini_portile2 (~> 2.8.0)
50
50
  racc (~> 1.4)
51
- oj (3.13.10)
51
+ oj (3.13.13)
52
52
  oj_mimic_json (1.0.1)
53
53
  parallel (1.20.1)
54
54
  parser (3.0.2.0)
@@ -98,7 +98,7 @@ GEM
98
98
  addressable (>= 2.3.6)
99
99
  crack (>= 0.3.2)
100
100
  hashdiff (>= 0.4.0, < 2.0.0)
101
- zeitwerk (2.5.3)
101
+ zeitwerk (2.5.4)
102
102
 
103
103
  PLATFORMS
104
104
  ruby
@@ -116,4 +116,4 @@ DEPENDENCIES
116
116
  webmock (~> 3.0, >= 3.0.1)
117
117
 
118
118
  BUNDLED WITH
119
- 2.3.4
119
+ 2.3.14
@@ -1,3 +1,3 @@
1
1
  module Maremma
2
- VERSION = "4.9.7".freeze
2
+ VERSION = "4.9.8".freeze
3
3
  end
data/maremma.gemspec CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  s.add_dependency "faraday", "~> 0.17.3"
26
26
  s.add_dependency "faraday-encoding", "~> 0.0.4"
27
27
  s.add_dependency "faraday_middleware", "~> 0.14.0"
28
- s.add_dependency "nokogiri", ">= 1.11.2", "< 1.13.0"
28
+ s.add_dependency "nokogiri", ">= 1.11.2", "< 1.14.0"
29
29
  s.add_dependency "oj", ">= 2.8.3"
30
30
  s.add_dependency "oj_mimic_json", "~> 1.0", ">= 1.0.1"
31
31
  s.add_development_dependency "bundler", "~> 2.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maremma
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.7
4
+ version: 4.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-04 00:00:00.000000000 Z
11
+ date: 2022-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -123,7 +123,7 @@ dependencies:
123
123
  version: 1.11.2
124
124
  - - "<"
125
125
  - !ruby/object:Gem::Version
126
- version: 1.13.0
126
+ version: 1.14.0
127
127
  type: :runtime
128
128
  prerelease: false
129
129
  version_requirements: !ruby/object:Gem::Requirement
@@ -133,7 +133,7 @@ dependencies:
133
133
  version: 1.11.2
134
134
  - - "<"
135
135
  - !ruby/object:Gem::Version
136
- version: 1.13.0
136
+ version: 1.14.0
137
137
  - !ruby/object:Gem::Dependency
138
138
  name: oj
139
139
  requirement: !ruby/object:Gem::Requirement
@@ -328,6 +328,7 @@ files:
328
328
  - ".gitignore"
329
329
  - ".rubocop.yml"
330
330
  - CHANGELOG.md
331
+ - CITATION.cff
331
332
  - Gemfile
332
333
  - Gemfile.lock
333
334
  - LICENSE.md