intrinsic-sdk 0.0.5 → 0.0.6
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 +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0fdc43f973af7d536dd61ba2fa0fe31b66378b6ebbdf9fb2d8ce36fdbbdd1e3
|
4
|
+
data.tar.gz: c8daf0cb2a17cc1b99452d30f9625fe1dcb3a5d97ac6964919bb775655acd10c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ca5973311566e28e048e1e54876ece476ab7fc3ec307de0494314636536202357e824d62d43bacc8ccd1a9d2a32bb4f6316c86a33bc5d6de628581a0834f1d6
|
7
|
+
data.tar.gz: 4b46b6257e15cd78e0780ab54be682ea70805f5d034caa98d618680853313e7d55ccdc785eb9127bf836cbf082df4167d4f1f9ab90702beb4a31ddd9578d12db
|
data/lib/gemconfig.rb
CHANGED
@@ -5,8 +5,8 @@ module Intrinsic
|
|
5
5
|
VERSION = ""
|
6
6
|
AUTHORS = [""].freeze
|
7
7
|
EMAIL = ""
|
8
|
-
SUMMARY = "The Intrinsic Ruby SDK allows you to interact with the Intrinsic API."
|
9
|
-
DESCRIPTION = "Visit https://docs.intrinsicapi.com for more information."
|
8
|
+
SUMMARY = "The Intrinsic Ruby SDK allows you to interact with the Intrinsic API. Visit https://docs.intrinsicapi.com for more information."
|
9
|
+
DESCRIPTION = "The Intrinsic Ruby SDK allows you to interact with the Intrinsic API. 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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
@@ -90,7 +90,8 @@ dependencies:
|
|
90
90
|
- - "<"
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: '3.0'
|
93
|
-
description:
|
93
|
+
description: The Intrinsic Ruby SDK allows you to interact with the Intrinsic API.
|
94
|
+
Visit https://docs.intrinsicapi.com for more information.
|
94
95
|
email: ''
|
95
96
|
executables: []
|
96
97
|
extensions: []
|
@@ -144,5 +145,6 @@ requirements: []
|
|
144
145
|
rubygems_version: 3.5.6
|
145
146
|
signing_key:
|
146
147
|
specification_version: 4
|
147
|
-
summary: The Intrinsic Ruby SDK allows you to interact with the Intrinsic API.
|
148
|
+
summary: The Intrinsic Ruby SDK allows you to interact with the Intrinsic API. Visit
|
149
|
+
https://docs.intrinsicapi.com for more information.
|
148
150
|
test_files: []
|