intrinsic-sdk 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gemconfig.rb +2 -2
- 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: 0bb0dda0f961374f021aef660ec44c792e968452d2ce435230ee1f759fe9d674
|
4
|
+
data.tar.gz: 1d86e535b67b15a109c943065181a29a5f58c2951df00fcaec29f707891d8f29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81dc3de04bf11ee40feb1bc72f4555ec1fd3a6a02c160c42b1abfc0681f697a023e122674a24fcbbd829b71bd7e205b9b1edd11dc1c5ec44901a4e15777753e0
|
7
|
+
data.tar.gz: 59389fe1cde00a1908e2c7afd9dc100266da2b88d903af32752a361a6dbfa67ecde8fe36edfba07773d4e7558d879b141059eddd3ac55fcaf546b0b42340575f
|
data/lib/gemconfig.rb
CHANGED
@@ -5,8 +5,8 @@ module Intrinsic
|
|
5
5
|
VERSION = ""
|
6
6
|
AUTHORS = [""].freeze
|
7
7
|
EMAIL = ""
|
8
|
-
SUMMARY = ""
|
9
|
-
DESCRIPTION = ""
|
8
|
+
SUMMARY = "The Intrinsic Ruby SDK allows you to interact with the Intrinsic API."
|
9
|
+
DESCRIPTION = "Visit https://docs.intrinsicapi.com for more information."
|
10
10
|
HOMEPAGE = "https://github.com/fern-demo/intrinsic-ruby"
|
11
11
|
SOURCE_CODE_URI = "https://github.com/fern-demo/intrinsic-ruby"
|
12
12
|
CHANGELOG_URI = "https://github.com/fern-demo/intrinsic-ruby/blob/master/CHANGELOG.md"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: intrinsic-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
@@ -90,7 +90,7 @@ dependencies:
|
|
90
90
|
- - "<"
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: '3.0'
|
93
|
-
description:
|
93
|
+
description: Visit https://docs.intrinsicapi.com for more information.
|
94
94
|
email: ''
|
95
95
|
executables: []
|
96
96
|
extensions: []
|
@@ -144,5 +144,5 @@ requirements: []
|
|
144
144
|
rubygems_version: 3.5.6
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
|
-
summary:
|
147
|
+
summary: The Intrinsic Ruby SDK allows you to interact with the Intrinsic API.
|
148
148
|
test_files: []
|