jsonapi-resources-anchor 2.0.0 → 2.1.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
- data/lib/anchor/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f39f4e1690cf63ea4437c270480ddb44170135ca973132c28be67a095add422
|
4
|
+
data.tar.gz: 1af7acc60184d15bb7f2887ce3f906318f5a9ee05cf2fec6f2124dedb5fd9c61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f80462d3f298454a77222182d2fbb3d4a5c58ac3d441dc4108734c609f7630f80a466b32a2f7c729c0df1e15948e02a39b9c6c43be10908a9d38dd17d5f2d6c0
|
7
|
+
data.tar.gz: bcaf6345537c377a37304caa122faa4bff143919ffcbe284b759c694ef4afc33d2f37ab0d31baa9c3e531063d5faf509fa9a95d9450796084cb1980b1775eacf
|
data/lib/anchor/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jsonapi-resources-anchor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt
|
@@ -119,6 +119,7 @@ metadata:
|
|
119
119
|
changelog_uri: https://github.com/mattkhan/jsonapi-resources-anchor/blob/main/CHANGELOG.md
|
120
120
|
documentation_uri: https://anchor-gem.vercel.app/docs
|
121
121
|
source_code_uri: https://github.com/mattkhan/jsonapi-resources-anchor
|
122
|
+
github_repo: ssh://github.com/mattkhan/jsonapi-resources-anchor
|
122
123
|
post_install_message:
|
123
124
|
rdoc_options: []
|
124
125
|
require_paths:
|
@@ -134,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
135
|
- !ruby/object:Gem::Version
|
135
136
|
version: '0'
|
136
137
|
requirements: []
|
137
|
-
rubygems_version: 3.
|
138
|
+
rubygems_version: 3.4.20
|
138
139
|
signing_key:
|
139
140
|
specification_version: 4
|
140
141
|
summary: jsonapi-resources type annotation, inference, and schema/docs generation
|