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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/workos/version.rb +1 -1
- data/workos.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 508484f309e2e0ff6319d44a2ebd2730ba2b67d4a49b74fdd688daa98cb04a1d
|
|
4
|
+
data.tar.gz: dfacb308c6c6bd3ab8a9815439358d8a164d4c8897258e812dfde4741e7155cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1643686bfd7b6ba0d143a5c8995b89c555b2b62e167832b41b0f1aec5a7307f10c3ffd136902455526c7966704389c15598afe560d022a665b463cd1fd0695e9
|
|
7
|
+
data.tar.gz: 6f0e6e86f143935569db1df9f1f74efe16fd78b0b1ea58f2d0b8c3ef8c89746879490275b7cccb03392d441e706b7b66efa028874596d0f84eb19ebc8bfdd6d9
|
data/Gemfile.lock
CHANGED
data/lib/workos/version.rb
CHANGED
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.
|
|
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: {}
|