dotloop_api 2.0.0 → 3.0.0
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
- checksums.yaml.gz.sig +0 -0
- data/.ruby-version +1 -0
- data/dotloop_api.gemspec +1 -1
- data/lib/dotloop_api/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +5 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a89d1a970e62f316651c5ad4e388a4b3889c013b7e5347ed49211b3268ec78df
|
|
4
|
+
data.tar.gz: 2056947d1efe2b07e1353f1f01d8fee5c37df3b8cf12e76b41c70c196b799a37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b7f604a892d20adf0f03542a6e12ca187e5fd83b00b665cceecf7c67c3e5aae78ffc1b038fc56834c94b52d5ccb8c22eea0ab862f380b8f961017f6fb3f52d4
|
|
7
|
+
data.tar.gz: 9b6f84cc9aa551d170fdb704c4bb1852b2aced97d73dc0640fdc62666a0ec26e3227743f3e18868580ddb3c776a5115a8a39f83d815f80ff573c9c18893ad77d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.2.2
|
data/dotloop_api.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
|
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
spec.cert_chain = ['certs/gem-public_cert.pem']
|
|
16
16
|
spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $PROGRAM_NAME.end_with?('gem')
|
|
17
|
-
spec.required_ruby_version = '~> 2
|
|
17
|
+
spec.required_ruby_version = '~> 3.2'
|
|
18
18
|
|
|
19
19
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
20
20
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
data/lib/dotloop_api/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dotloop_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Loft47
|
|
@@ -34,7 +34,7 @@ cert_chain:
|
|
|
34
34
|
UyzDcZlUIYsg0YEfJoAEA8+i0f7YdJoCNefHMv0cfBZ7fb1+QVd+CZMW0MjdOpMR
|
|
35
35
|
BGRKAowqGARaXExDn/ww/1javLv4ss7RKZOw7Q==
|
|
36
36
|
-----END CERTIFICATE-----
|
|
37
|
-
date: 2023-
|
|
37
|
+
date: 2023-07-24 00:00:00.000000000 Z
|
|
38
38
|
dependencies:
|
|
39
39
|
- !ruby/object:Gem::Dependency
|
|
40
40
|
name: activesupport
|
|
@@ -228,6 +228,7 @@ files:
|
|
|
228
228
|
- ".gitignore"
|
|
229
229
|
- ".rspec"
|
|
230
230
|
- ".rubocop.yml"
|
|
231
|
+
- ".ruby-version"
|
|
231
232
|
- ".travis.yml"
|
|
232
233
|
- CODE_OF_CONDUCT.md
|
|
233
234
|
- Gemfile
|
|
@@ -285,14 +286,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
285
286
|
requirements:
|
|
286
287
|
- - "~>"
|
|
287
288
|
- !ruby/object:Gem::Version
|
|
288
|
-
version: '2
|
|
289
|
+
version: '3.2'
|
|
289
290
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
290
291
|
requirements:
|
|
291
292
|
- - ">="
|
|
292
293
|
- !ruby/object:Gem::Version
|
|
293
294
|
version: '0'
|
|
294
295
|
requirements: []
|
|
295
|
-
rubygems_version: 3.
|
|
296
|
+
rubygems_version: 3.4.17
|
|
296
297
|
signing_key:
|
|
297
298
|
specification_version: 4
|
|
298
299
|
summary: DotloopApi library
|
metadata.gz.sig
CHANGED
|
Binary file
|