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.
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: 0bb0dda0f961374f021aef660ec44c792e968452d2ce435230ee1f759fe9d674
4
- data.tar.gz: 1d86e535b67b15a109c943065181a29a5f58c2951df00fcaec29f707891d8f29
3
+ metadata.gz: b0fdc43f973af7d536dd61ba2fa0fe31b66378b6ebbdf9fb2d8ce36fdbbdd1e3
4
+ data.tar.gz: c8daf0cb2a17cc1b99452d30f9625fe1dcb3a5d97ac6964919bb775655acd10c
5
5
  SHA512:
6
- metadata.gz: 81dc3de04bf11ee40feb1bc72f4555ec1fd3a6a02c160c42b1abfc0681f697a023e122674a24fcbbd829b71bd7e205b9b1edd11dc1c5ec44901a4e15777753e0
7
- data.tar.gz: 59389fe1cde00a1908e2c7afd9dc100266da2b88d903af32752a361a6dbfa67ecde8fe36edfba07773d4e7558d879b141059eddd3ac55fcaf546b0b42340575f
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.5
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: Visit https://docs.intrinsicapi.com for more information.
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: []