enrico 0.3.0 → 0.3.2
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 +4 -4
- data/Gemfile.lock +14 -14
- data/VERSION +1 -1
- data/enrico.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6fc1b4b2d69aea718832b735b691ac1e170fc816b640aeab6300f0a8fee5e9e
|
|
4
|
+
data.tar.gz: 2eb7e061ba82e8d8777155a4abd21b75e093d59ddeb9ea9ebe61c7341b96ab54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f7be1e933ec97d35a6065cfab6a9c285acb9d847da6e1853e677d8a78c5b146f29a3cdaf74808919325d365be9b35d0fb1e6427a184a7f4a73bb0d02794a624
|
|
7
|
+
data.tar.gz: a9015a652790fefb119c811c6083c9d8a03ac4c8d315ee9e66b8ce7c527d38a1f783cbd25ecbca97c9422e52ce772389a688297d229e690c0acb9ba9d9c9f56d
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
activesupport (8.0.
|
|
4
|
+
activesupport (8.0.4.1)
|
|
5
5
|
base64
|
|
6
6
|
benchmark (>= 0.3)
|
|
7
7
|
bigdecimal
|
|
@@ -10,17 +10,17 @@ GEM
|
|
|
10
10
|
drb
|
|
11
11
|
i18n (>= 1.6, < 2)
|
|
12
12
|
logger (>= 1.4.2)
|
|
13
|
-
minitest (>= 5.1)
|
|
13
|
+
minitest (>= 5.1, < 6)
|
|
14
14
|
securerandom (>= 0.3)
|
|
15
15
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
16
16
|
uri (>= 0.13.1)
|
|
17
|
-
addressable (2.
|
|
18
|
-
public_suffix (>= 2.0.2, <
|
|
17
|
+
addressable (2.9.0)
|
|
18
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
19
19
|
base64 (0.3.0)
|
|
20
|
-
benchmark (0.
|
|
21
|
-
bigdecimal (
|
|
22
|
-
concurrent-ruby (1.3.
|
|
23
|
-
connection_pool (
|
|
20
|
+
benchmark (0.5.0)
|
|
21
|
+
bigdecimal (4.0.1)
|
|
22
|
+
concurrent-ruby (1.3.6)
|
|
23
|
+
connection_pool (3.0.2)
|
|
24
24
|
crack (1.0.0)
|
|
25
25
|
bigdecimal
|
|
26
26
|
rexml
|
|
@@ -28,23 +28,23 @@ GEM
|
|
|
28
28
|
date (3.4.1)
|
|
29
29
|
docile (1.4.1)
|
|
30
30
|
drb (2.2.3)
|
|
31
|
-
erb (
|
|
31
|
+
erb (6.0.1.1)
|
|
32
32
|
hashdiff (1.2.0)
|
|
33
33
|
httparty (0.24.0)
|
|
34
34
|
csv
|
|
35
35
|
mini_mime (>= 1.0.0)
|
|
36
36
|
multi_xml (>= 0.5.2)
|
|
37
|
-
i18n (1.14.
|
|
37
|
+
i18n (1.14.8)
|
|
38
38
|
concurrent-ruby (~> 1.0)
|
|
39
39
|
logger (1.7.0)
|
|
40
40
|
mini_mime (1.1.5)
|
|
41
41
|
minitest (5.25.5)
|
|
42
|
-
multi_xml (0.
|
|
43
|
-
bigdecimal (
|
|
42
|
+
multi_xml (0.8.1)
|
|
43
|
+
bigdecimal (>= 3.1, < 5)
|
|
44
44
|
psych (5.2.6)
|
|
45
45
|
date
|
|
46
46
|
stringio
|
|
47
|
-
public_suffix (
|
|
47
|
+
public_suffix (7.0.5)
|
|
48
48
|
rake (13.3.0)
|
|
49
49
|
rdoc (6.14.2)
|
|
50
50
|
erb
|
|
@@ -66,7 +66,7 @@ GEM
|
|
|
66
66
|
stringio (3.1.7)
|
|
67
67
|
tzinfo (2.0.6)
|
|
68
68
|
concurrent-ruby (~> 1.0)
|
|
69
|
-
uri (1.
|
|
69
|
+
uri (1.1.1)
|
|
70
70
|
vcr (6.3.1)
|
|
71
71
|
base64
|
|
72
72
|
webmock (3.25.1)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.2
|
data/enrico.gemspec
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "enrico".freeze
|
|
3
|
-
s.version = "0.3.
|
|
3
|
+
s.version = "0.3.2"
|
|
4
4
|
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
6
6
|
s.require_paths = ["lib".freeze]
|
|
7
7
|
s.authors = ["Kalle Saas".freeze, "Martin Gregoire".freeze]
|
|
8
|
-
s.date = "2026-
|
|
8
|
+
s.date = "2026-04-27"
|
|
9
9
|
s.description = "https://github.com/easyPEP/enrico".freeze
|
|
10
10
|
s.email = "kalle@easypep.de".freeze
|
|
11
11
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enrico
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kalle Saas
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2026-
|
|
12
|
+
date: 2026-04-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: httparty
|