maremma 4.9.9 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.github/workflows/release.yml +2 -2
- data/CHANGELOG.md +13 -5
- data/Gemfile.lock +7 -7
- data/lib/maremma/version.rb +1 -1
- data/maremma.gemspec +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87361a0eff18b0fec31edd6959781448b05e5bf95d62151cb3ab95bca4c02c2f
|
4
|
+
data.tar.gz: 3b45d4ccc945db4875648c49cbc192cedcdbd917b70c88692799f136579665de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dab0af461cf260bbcb6af724a09c7aff88c69b2c244ae2e329e921e22e9461293afeab491a81fe8b6120497ece5b0720f97503f6e2986bf1081e1e9a1a2ce48a
|
7
|
+
data.tar.gz: f84bfcd50640c71f28567da3a94e4ced7b104d11ecded2e52a7512c801b2c7ab4b85640c6c202229fb7edd2d75124cb2c86b2c17bf1eb3d200cc69339d55e828
|
data/.github/workflows/ci.yml
CHANGED
@@ -11,10 +11,10 @@ jobs:
|
|
11
11
|
runs-on: ubuntu-latest
|
12
12
|
steps:
|
13
13
|
- uses: actions/checkout@v3
|
14
|
-
- name: Set up Ruby
|
14
|
+
- name: Set up Ruby 3.1.4
|
15
15
|
uses: ruby/setup-ruby@v1
|
16
16
|
with:
|
17
|
-
ruby-version: "
|
17
|
+
ruby-version: "3.1.4"
|
18
18
|
|
19
19
|
- name: Build and test
|
20
20
|
run: |
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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.9...HEAD)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- Bump rack from 2.2.4 to 2.2.6.4 [\#30](https://github.com/datacite/maremma/pull/30) ([dependabot[bot]](https://github.com/apps/dependabot))
|
10
|
+
|
3
11
|
## [4.9.9](https://github.com/datacite/maremma/tree/4.9.9) (2022-10-19)
|
4
12
|
|
5
13
|
[Full Changelog](https://github.com/datacite/maremma/compare/4.9.8...4.9.9)
|
@@ -15,7 +23,6 @@
|
|
15
23
|
- Actions [\#27](https://github.com/datacite/maremma/pull/27) ([jrhoads](https://github.com/jrhoads))
|
16
24
|
- Update faraday [\#26](https://github.com/datacite/maremma/pull/26) ([jrhoads](https://github.com/jrhoads))
|
17
25
|
- Update workflows to test against multiple versions of ruby \(2.6, 2.7, 3.0, 3.1\) [\#25](https://github.com/datacite/maremma/pull/25) ([jrhoads](https://github.com/jrhoads))
|
18
|
-
- Add option to skip the encoding of the response body. [\#16](https://github.com/datacite/maremma/pull/16) ([jrhoads](https://github.com/jrhoads))
|
19
26
|
|
20
27
|
## [4.9.8](https://github.com/datacite/maremma/tree/4.9.8) (2022-05-24)
|
21
28
|
|
@@ -25,19 +32,20 @@
|
|
25
32
|
|
26
33
|
- 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))
|
27
34
|
- Create CITATION.cff [\#18](https://github.com/datacite/maremma/pull/18) ([mfenner](https://github.com/mfenner))
|
35
|
+
- Update nokogiri requirement from ~\> 1.11.2 to \>= 1.11.2, \< 1.13.0 [\#15](https://github.com/datacite/maremma/pull/15) ([dependabot[bot]](https://github.com/apps/dependabot))
|
28
36
|
|
29
37
|
## [4.9.7](https://github.com/datacite/maremma/tree/4.9.7) (2022-01-04)
|
30
38
|
|
31
39
|
[Full Changelog](https://github.com/datacite/maremma/compare/4.9.6...4.9.7)
|
32
40
|
|
33
|
-
**Merged pull requests:**
|
34
|
-
|
35
|
-
- Update nokogiri requirement from ~\> 1.11.2 to \>= 1.11.2, \< 1.13.0 [\#15](https://github.com/datacite/maremma/pull/15) ([dependabot[bot]](https://github.com/apps/dependabot))
|
36
|
-
|
37
41
|
## [4.9.6](https://github.com/datacite/maremma/tree/4.9.6) (2021-10-28)
|
38
42
|
|
39
43
|
[Full Changelog](https://github.com/datacite/maremma/compare/4.9.5...4.9.6)
|
40
44
|
|
45
|
+
**Merged pull requests:**
|
46
|
+
|
47
|
+
- Add option to skip the encoding of the response body. [\#16](https://github.com/datacite/maremma/pull/16) ([jrhoads](https://github.com/jrhoads))
|
48
|
+
|
41
49
|
## [4.9.5](https://github.com/datacite/maremma/tree/4.9.5) (2021-07-20)
|
42
50
|
|
43
51
|
[Full Changelog](https://github.com/datacite/maremma/compare/4.9.4...4.9.5)
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
maremma (
|
4
|
+
maremma (5.0.0)
|
5
5
|
activesupport (>= 4.2.5)
|
6
6
|
addressable (>= 2.3.6)
|
7
7
|
builder (~> 3.2, >= 3.2.2)
|
@@ -12,7 +12,7 @@ PATH
|
|
12
12
|
faraday-follow_redirects (~> 0.3.0)
|
13
13
|
faraday-gzip (~> 0.1.0)
|
14
14
|
faraday-multipart (~> 1.0.4)
|
15
|
-
nokogiri (
|
15
|
+
nokogiri (~> 1.16, >= 1.16.2)
|
16
16
|
oj (>= 2.8.3)
|
17
17
|
oj_mimic_json (~> 1.0, >= 1.0.1)
|
18
18
|
|
@@ -55,11 +55,11 @@ GEM
|
|
55
55
|
i18n (1.12.0)
|
56
56
|
concurrent-ruby (~> 1.0)
|
57
57
|
jaro_winkler (1.5.4)
|
58
|
-
mini_portile2 (2.8.
|
58
|
+
mini_portile2 (2.8.5)
|
59
59
|
minitest (5.16.3)
|
60
60
|
multipart-post (2.2.3)
|
61
|
-
nokogiri (1.
|
62
|
-
mini_portile2 (~> 2.8.
|
61
|
+
nokogiri (1.16.2)
|
62
|
+
mini_portile2 (~> 2.8.2)
|
63
63
|
racc (~> 1.4)
|
64
64
|
oj (3.13.21)
|
65
65
|
oj_mimic_json (1.0.1)
|
@@ -68,7 +68,7 @@ GEM
|
|
68
68
|
ast (~> 2.4.1)
|
69
69
|
public_suffix (5.0.0)
|
70
70
|
racc (1.6.0)
|
71
|
-
rack (2.2.4)
|
71
|
+
rack (2.2.6.4)
|
72
72
|
rack-test (0.8.3)
|
73
73
|
rack (>= 1.0, < 3)
|
74
74
|
rainbow (3.1.1)
|
@@ -131,4 +131,4 @@ DEPENDENCIES
|
|
131
131
|
webmock (~> 3.0, >= 3.0.1)
|
132
132
|
|
133
133
|
BUNDLED WITH
|
134
|
-
2.
|
134
|
+
2.5.5
|
data/lib/maremma/version.rb
CHANGED
data/maremma.gemspec
CHANGED
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
|
29
29
|
s.add_dependency "faraday-excon", "~>2.1.0"
|
30
30
|
s.add_dependency "faraday-gzip", "~> 0.1.0"
|
31
31
|
s.add_dependency "faraday-multipart", "~> 1.0.4"
|
32
|
-
s.add_dependency "nokogiri", "
|
32
|
+
s.add_dependency "nokogiri", "~> 1.16", ">= 1.16.2"
|
33
33
|
s.add_dependency "oj", ">= 2.8.3"
|
34
34
|
s.add_dependency "oj_mimic_json", "~> 1.0", ">= 1.0.1"
|
35
35
|
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
|
+
version: 5.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Fenner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -160,22 +160,22 @@ dependencies:
|
|
160
160
|
name: nokogiri
|
161
161
|
requirement: !ruby/object:Gem::Requirement
|
162
162
|
requirements:
|
163
|
-
- - "
|
163
|
+
- - "~>"
|
164
164
|
- !ruby/object:Gem::Version
|
165
|
-
version: 1.
|
166
|
-
- - "
|
165
|
+
version: '1.16'
|
166
|
+
- - ">="
|
167
167
|
- !ruby/object:Gem::Version
|
168
|
-
version: 1.
|
168
|
+
version: 1.16.2
|
169
169
|
type: :runtime
|
170
170
|
prerelease: false
|
171
171
|
version_requirements: !ruby/object:Gem::Requirement
|
172
172
|
requirements:
|
173
|
-
- - "
|
173
|
+
- - "~>"
|
174
174
|
- !ruby/object:Gem::Version
|
175
|
-
version: 1.
|
176
|
-
- - "
|
175
|
+
version: '1.16'
|
176
|
+
- - ">="
|
177
177
|
- !ruby/object:Gem::Version
|
178
|
-
version: 1.
|
178
|
+
version: 1.16.2
|
179
179
|
- !ruby/object:Gem::Dependency
|
180
180
|
name: oj
|
181
181
|
requirement: !ruby/object:Gem::Requirement
|
@@ -422,7 +422,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
422
422
|
- !ruby/object:Gem::Version
|
423
423
|
version: '0'
|
424
424
|
requirements: []
|
425
|
-
rubygems_version: 3.
|
425
|
+
rubygems_version: 3.3.26
|
426
426
|
signing_key:
|
427
427
|
specification_version: 4
|
428
428
|
summary: Simplified network calls
|