workos 0.3.0 → 0.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fae212aa830d1b7de8522d9886fa3081ac578981a3fe352a7fd31b4a2e0ca02
4
- data.tar.gz: 189e54ee9cb6e86cae3f8754718a4c08034727a1f7ce9c6bcbcc272dd5e6b34e
3
+ metadata.gz: 508484f309e2e0ff6319d44a2ebd2730ba2b67d4a49b74fdd688daa98cb04a1d
4
+ data.tar.gz: dfacb308c6c6bd3ab8a9815439358d8a164d4c8897258e812dfde4741e7155cf
5
5
  SHA512:
6
- metadata.gz: 816220f9a6b4dd3ba355ee7d94c343f5005b85cf91f7096f942e53cb2693fe8119981de1530269a04e456de16253f6d4205cf4410099723ff797b00caea724f9
7
- data.tar.gz: 04713ab0a225047a0f9fab79ece78a14a873eb6b4e5a2bfc5b96f4555568a7ec13a0ebe7e2c4127cb929ecc34be9c73056c066be9edb52045119eaa8144dd928
6
+ metadata.gz: 1643686bfd7b6ba0d143a5c8995b89c555b2b62e167832b41b0f1aec5a7307f10c3ffd136902455526c7966704389c15598afe560d022a665b463cd1fd0695e9
7
+ data.tar.gz: 6f0e6e86f143935569db1df9f1f74efe16fd78b0b1ea58f2d0b8c3ef8c89746879490275b7cccb03392d441e706b7b66efa028874596d0f84eb19ebc8bfdd6d9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- workos (0.3.0)
4
+ workos (0.3.1)
5
5
  sorbet-runtime (~> 0.5)
6
6
 
7
7
  GEM
@@ -2,5 +2,5 @@
2
2
  # typed: strong
3
3
 
4
4
  module WorkOS
5
- VERSION = '0.3.0'
5
+ VERSION = '0.3.1'
6
6
  end
data/workos.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ['support@workos.com']
12
12
  spec.description = 'API client for WorkOS'
13
13
  spec.summary = 'API client for WorkOS'
14
- spec.homepage = 'https://github.com/workos/workos-ruby'
14
+ spec.homepage = 'https://github.com/workos-inc/workos-ruby'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - WorkOS
@@ -254,7 +254,7 @@ files:
254
254
  - spec/support/fixtures/vcr_cassettes/sso/create_connection_with_valid_source.yml
255
255
  - spec/support/profile.txt
256
256
  - workos.gemspec
257
- homepage: https://github.com/workos/workos-ruby
257
+ homepage: https://github.com/workos-inc/workos-ruby
258
258
  licenses:
259
259
  - MIT
260
260
  metadata: {}