stormpath-sdk 1.0.0 → 1.0.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/CHANGES.md +8 -0
- data/lib/stormpath-sdk/resource/tenant.rb +1 -0
- data/lib/stormpath-sdk/version.rb +2 -2
- data/spec/resource/tenant_spec.rb +1 -0
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30a7563696f87d582d6d3f31cc26613ba7730aeb
|
|
4
|
+
data.tar.gz: 3587598dc7a6959997b14379b6b291fa9a9eac5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 080f49f98c6119fe238f9d1e8bb48377a3c1fb14d28b9e72852c571d642c73d6383e7a52efd1c792f25bea88bc8e951704d371ba755488fee2167a1b819fed9e
|
|
7
|
+
data.tar.gz: 07b8ddd35409fd0ba95a01838e9f8889f40015ff13995e0495561154079e96d50ea771ad0468a9d94c605ebfc55c002c0174e14d96d9b63337e25617bb866afd
|
data/CHANGES.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
stormpath-sdk-ruby Changelog
|
|
2
2
|
============================
|
|
3
3
|
|
|
4
|
+
Version 1.0.1
|
|
5
|
+
-------------
|
|
6
|
+
|
|
7
|
+
Released on February 16, 2016
|
|
8
|
+
|
|
9
|
+
-- Added missing organizations collection to the tenant resource.
|
|
10
|
+
|
|
11
|
+
|
|
4
12
|
Version 1.0.0.beta.9
|
|
5
13
|
--------------------
|
|
6
14
|
|
|
@@ -15,6 +15,7 @@ describe Stormpath::Resource::Tenant, :vcr do
|
|
|
15
15
|
|
|
16
16
|
expect(tenant.applications).to be_a Stormpath::Resource::Collection
|
|
17
17
|
expect(tenant.directories).to be_a Stormpath::Resource::Collection
|
|
18
|
+
expect(tenant.organizations).to be_a Stormpath::Resource::Collection
|
|
18
19
|
expect(tenant.custom_data).to be_a Stormpath::Resource::CustomData
|
|
19
20
|
end
|
|
20
21
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stormpath-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stormpath, Inc
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-02-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: multi_json
|
|
@@ -418,4 +418,3 @@ signing_key:
|
|
|
418
418
|
specification_version: 4
|
|
419
419
|
summary: Stormpath SDK
|
|
420
420
|
test_files: []
|
|
421
|
-
has_rdoc:
|