stormpath-sdk 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b211d2e9b37f2df77845364b2739620106da3820
4
- data.tar.gz: 610cf6e36422987c042c6f60cb591427eee156c7
3
+ metadata.gz: 30a7563696f87d582d6d3f31cc26613ba7730aeb
4
+ data.tar.gz: 3587598dc7a6959997b14379b6b291fa9a9eac5b
5
5
  SHA512:
6
- metadata.gz: 21b0d6b070b40ef895ad054eb49d31d254338ccc16e8c6dd62b7365a93d9de004c1497494e2f4168e6956fb8a1fa30ee1237e51a0207884efd5f92a57703fcfc
7
- data.tar.gz: 2aedc019f6b3b03fa385962a914dd9d31dd99e9a24dd40e9547f8334b1cc5a0780d88c2d91f3969ea35c05b4c8928d7784e657399a956e96fd87d87960f1e45c
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
 
@@ -20,6 +20,7 @@ class Stormpath::Resource::Tenant < Stormpath::Resource::Instance
20
20
 
21
21
  has_many :applications
22
22
  has_many :directories
23
+ has_many :organizations
23
24
  has_one :custom_data
24
25
 
25
26
  end
@@ -14,6 +14,6 @@
14
14
  # limitations under the License.
15
15
  #
16
16
  module Stormpath
17
- VERSION = '1.0.0'
18
- VERSION_DATE = '2016-01-03'
17
+ VERSION = '1.0.1'
18
+ VERSION_DATE = '2016-02-16'
19
19
  end
@@ -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.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-01-03 00:00:00.000000000 Z
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: