dvla-dataverse-helper 0.1.2 → 0.1.3
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 +23 -20
- data/README.md +3 -0
- data/lib/dvla/dataverse/helper/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fb2e1d976cbc39c531c1b98ca859dab87453221a22fd56e8f1731a2ca28aa8a
|
|
4
|
+
data.tar.gz: 5c7c0c7f6d89ea45cca9a865ed17b23bba38b0a50e88c33980a8c0f769b491d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38e08d6a1d2cb30eb3f0f52da8a09f70d23f57a1576f7c17fe4ca8e84fdf982d10be26acaaee2da933116e6b1776f9d7211fd70507fa821b3e4cfffe2cba01c4
|
|
7
|
+
data.tar.gz: c14d3e743e9119c8773f35fc232f4a8bb8c4832db10353d83117c5594ece25a9138de8a9d864020e08d41b83aac28aa0d09b15c1691d187c2f47b7213247754c
|
data/Gemfile.lock
CHANGED
|
@@ -12,26 +12,27 @@ GEM
|
|
|
12
12
|
specs:
|
|
13
13
|
colorize (0.8.1)
|
|
14
14
|
concurrent-ruby (1.1.10)
|
|
15
|
-
config (4.
|
|
15
|
+
config (4.1.0)
|
|
16
16
|
deep_merge (~> 1.2, >= 1.2.1)
|
|
17
17
|
dry-validation (~> 1.0, >= 1.0.0)
|
|
18
18
|
deep_merge (1.2.2)
|
|
19
19
|
diff-lcs (1.5.0)
|
|
20
20
|
domain_name (0.5.20190701)
|
|
21
21
|
unf (>= 0.0.5, < 1.0.0)
|
|
22
|
-
dry-configurable (0.
|
|
22
|
+
dry-configurable (0.13.0)
|
|
23
23
|
concurrent-ruby (~> 1.0)
|
|
24
24
|
dry-core (~> 0.6)
|
|
25
|
-
dry-container (0.
|
|
25
|
+
dry-container (0.9.0)
|
|
26
26
|
concurrent-ruby (~> 1.0)
|
|
27
|
-
|
|
27
|
+
dry-configurable (~> 0.13, >= 0.13.0)
|
|
28
|
+
dry-core (0.7.1)
|
|
28
29
|
concurrent-ruby (~> 1.0)
|
|
29
|
-
dry-inflector (0.
|
|
30
|
-
dry-initializer (3.
|
|
30
|
+
dry-inflector (0.2.1)
|
|
31
|
+
dry-initializer (3.0.4)
|
|
31
32
|
dry-logic (1.2.0)
|
|
32
33
|
concurrent-ruby (~> 1.0)
|
|
33
34
|
dry-core (~> 0.5, >= 0.5)
|
|
34
|
-
dry-schema (1.
|
|
35
|
+
dry-schema (1.8.0)
|
|
35
36
|
concurrent-ruby (~> 1.0)
|
|
36
37
|
dry-configurable (~> 0.13, >= 0.13.0)
|
|
37
38
|
dry-core (~> 0.5, >= 0.5)
|
|
@@ -44,37 +45,35 @@ GEM
|
|
|
44
45
|
dry-core (~> 0.5, >= 0.5)
|
|
45
46
|
dry-inflector (~> 0.1, >= 0.1.2)
|
|
46
47
|
dry-logic (~> 1.0, >= 1.0.2)
|
|
47
|
-
dry-validation (1.
|
|
48
|
+
dry-validation (1.7.0)
|
|
48
49
|
concurrent-ruby (~> 1.0)
|
|
49
50
|
dry-container (~> 0.7, >= 0.7.1)
|
|
50
51
|
dry-core (~> 0.5, >= 0.5)
|
|
51
52
|
dry-initializer (~> 3.0)
|
|
52
53
|
dry-schema (~> 1.8, >= 1.8.0)
|
|
53
|
-
faraday (2.
|
|
54
|
-
faraday-net_http (
|
|
54
|
+
faraday (2.7.4)
|
|
55
|
+
faraday-net_http (>= 2.0, < 3.1)
|
|
55
56
|
ruby2_keywords (>= 0.0.4)
|
|
56
|
-
faraday-net_http (
|
|
57
|
+
faraday-net_http (3.0.2)
|
|
57
58
|
hashie (5.0.0)
|
|
58
59
|
http-accept (1.7.0)
|
|
59
60
|
http-cookie (1.0.5)
|
|
60
61
|
domain_name (~> 0.5)
|
|
61
|
-
jwt (2.
|
|
62
|
+
jwt (2.7.0)
|
|
62
63
|
mime-types (3.4.1)
|
|
63
64
|
mime-types-data (~> 3.2015)
|
|
64
65
|
mime-types-data (3.2022.0105)
|
|
65
66
|
multi_xml (0.6.0)
|
|
66
67
|
netrc (0.11.0)
|
|
67
|
-
oauth2 (2.0.
|
|
68
|
+
oauth2 (2.0.9)
|
|
68
69
|
faraday (>= 0.17.3, < 3.0)
|
|
69
70
|
jwt (>= 1.0, < 3.0)
|
|
70
71
|
multi_xml (~> 0.5)
|
|
71
|
-
rack (>= 1.2, <
|
|
72
|
-
|
|
72
|
+
rack (>= 1.2, < 4)
|
|
73
|
+
snaky_hash (~> 2.0)
|
|
73
74
|
version_gem (~> 1.1)
|
|
74
|
-
rack (2.2.4)
|
|
75
|
+
rack (2.2.6.4)
|
|
75
76
|
rake (13.0.6)
|
|
76
|
-
rash_alt (0.4.12)
|
|
77
|
-
hashie (>= 3.4)
|
|
78
77
|
rest-client (2.1.0)
|
|
79
78
|
http-accept (>= 1.7.0, < 2.0)
|
|
80
79
|
http-cookie (>= 1.0.2, < 2.0)
|
|
@@ -86,14 +85,17 @@ GEM
|
|
|
86
85
|
rspec-mocks (~> 3.11.0)
|
|
87
86
|
rspec-core (3.11.0)
|
|
88
87
|
rspec-support (~> 3.11.0)
|
|
89
|
-
rspec-expectations (3.11.
|
|
88
|
+
rspec-expectations (3.11.1)
|
|
90
89
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
91
90
|
rspec-support (~> 3.11.0)
|
|
92
|
-
rspec-mocks (3.11.
|
|
91
|
+
rspec-mocks (3.11.2)
|
|
93
92
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
94
93
|
rspec-support (~> 3.11.0)
|
|
95
94
|
rspec-support (3.11.0)
|
|
96
95
|
ruby2_keywords (0.0.5)
|
|
96
|
+
snaky_hash (2.0.0)
|
|
97
|
+
hashie
|
|
98
|
+
version_gem (~> 1.1)
|
|
97
99
|
unf (0.1.4)
|
|
98
100
|
unf_ext
|
|
99
101
|
unf_ext (0.0.8.2)
|
|
@@ -101,6 +103,7 @@ GEM
|
|
|
101
103
|
|
|
102
104
|
PLATFORMS
|
|
103
105
|
x86_64-darwin-21
|
|
106
|
+
x86_64-linux
|
|
104
107
|
|
|
105
108
|
DEPENDENCIES
|
|
106
109
|
colorize (~> 0.8.1)
|
data/README.md
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
## Dvla Dataverse Helper
|
|
6
6
|
##### _Integrate Microsoft Dataverse Web API to your Ruby project_
|
|
7
7
|
|
|
8
|
+
[](https://https://ruby-lang.org/)
|
|
9
|
+

|
|
10
|
+

|
|
8
11
|
|
|
9
12
|
Thank you for using DVLA Dataverse Helper gem. This gem helps you integrate with Microsoft Dynamics using Microsoft Dataverse Web API. You can create, retrieve, delete or update a record without worrying about authentications as it's automatically managed behind the scenes.
|
|
10
13
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dvla-dataverse-helper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Abdullah Janjua
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oauth2
|
|
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
112
|
version: '0'
|
|
113
113
|
requirements: []
|
|
114
|
-
rubygems_version: 3.
|
|
114
|
+
rubygems_version: 3.3.26
|
|
115
115
|
signing_key:
|
|
116
116
|
specification_version: 4
|
|
117
117
|
summary: Integrate Microsoft Dataverse Web API to your project
|