intrinsic-sdk 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gemconfig.rb +2 -2
  3. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bff19bac70c7e9b70da0b42b636375d8b945f796b3a412d025ac16d00a27722
4
- data.tar.gz: 511a74b6322f1c2f9ca1b0b53ca1edd5b523ce2c9af900a4a803d6adc905dbdd
3
+ metadata.gz: b0fdc43f973af7d536dd61ba2fa0fe31b66378b6ebbdf9fb2d8ce36fdbbdd1e3
4
+ data.tar.gz: c8daf0cb2a17cc1b99452d30f9625fe1dcb3a5d97ac6964919bb775655acd10c
5
5
  SHA512:
6
- metadata.gz: de6aa513b98f197433d51c47160d50f7a90af462b35147cd7c9748676b16f52c8b59cea3a86f7a05823a807618004da79727413783ad54771faab22bc714b0cd
7
- data.tar.gz: 5f8ce6734186d9dd1a1c19334b9641b662784adedac9a91364ec62afd85e840aadd4e835187d610a426f896cddbaa822f0f44fbe9d5c50ef7317498a16e6493d
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 = ""
9
- DESCRIPTION = ""
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
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: ''
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: []