filebound_client 0.3.5 → 0.3.6

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: 4808a3ed4a8e01ede9abe4de836a6ef5ac7da0581f2d7392bc73200745b36854
4
- data.tar.gz: 97396e7e7c4fe512e607a1721021e619e9fd024e61b494dde8d0bc1fb78dc280
3
+ metadata.gz: 97e2e4dfd0c83f41ca93d6582b17985fafaa8096a4ff92888611dedf76cc57d6
4
+ data.tar.gz: 433f42577b0e60c46c6d2d48fd6cd1faa79cca22900cb5fb42f1d089390a0567
5
5
  SHA512:
6
- metadata.gz: 92a543b2fe206351d8dbf2cff940bd164bea967f79a975d35c658a183ada436dfd5f515fb10dbde747b458310af96ed461c29472e824784f419b923cbd9b5303
7
- data.tar.gz: 5c0f23c559f6571450607214280c1f38bd2459997b17a0d1fa552fa3407b41f9c27e1d8d0072812a44cb1bcf9164ce3e3e11168767ca2cc58efb18bd4339993d
6
+ metadata.gz: ba03af76f9e5ee04def22465aacaf9b8b782b7f168c25ad1fad1dcb0f9b2198c1353acc1e4adf610e529a1e39ca8bc255e487289e36bc5528c551430702cff41
7
+ data.tar.gz: e36e9f2f0aca856aab37a3d8823cba030c0ea98b24616d59beacf14f6b2874e6cfb53413e487915e158d89fb55630748c6751d163b15498bd620acd2b67cbda7
@@ -3,6 +3,12 @@
3
3
 
4
4
  Changes to this gem will be noted here.
5
5
 
6
+ ## [0.3.6] - 2019-06-06
7
+
8
+ ### Added
9
+
10
+ - Partially implemented Groups endpoint
11
+
6
12
  ## [0.3.5] - 2019-03-20
7
13
 
8
14
  ### Changed
@@ -42,6 +42,7 @@ module FileboundClient
42
42
  include FileboundClient::Endpoints::Users
43
43
  include FileboundClient::Endpoints::Routes
44
44
  include FileboundClient::Endpoints::RoutedItems
45
+ include FileboundClient::Endpoints::Groups
45
46
  end
46
47
  end
47
48
  # rubocop:enable Metrics/MethodLength, Metrics/AbcSize
@@ -1,4 +1,4 @@
1
1
  module FileboundClient
2
2
  # Current version of gem
3
- VERSION = '0.3.5'.freeze
3
+ VERSION = '0.3.6'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filebound_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Richardson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-20 00:00:00.000000000 Z
11
+ date: 2019-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler