rtx-api 0.4.1 → 0.4.2

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: 1cb8509c76c825a79bc394284067d1828e9255f5
4
- data.tar.gz: 6a2162d1c63900e40ad4f3d6358e370eb8333434
3
+ metadata.gz: 8a30de363a2ffad3e3384f637217c0c7dbd14f85
4
+ data.tar.gz: ac5f4349bbcad4572308609caac6ec86c67f6f8f
5
5
  SHA512:
6
- metadata.gz: 0b63e7b806a601be000451c64ceedad226c18a6a58a25b4b262ccb012b65d9aa151b6574fd9850ccb6a4a3216c74b7b1f537088534038c30f723147ce1685eea
7
- data.tar.gz: 1b4744b8ac44f42061911d9ae7dbb64a81c906f39bc0c59625902d437479fb432bfc7bb1481a827f164d2d12edfb33938c909c295db2692511adf1a7bf9f0f46
6
+ metadata.gz: fa33d0cbdd87903ac9e92c71665cee21f0aa9c364c2dd964fe39673094f6691b898f0b39cff83db45169fe3fca6c135eb38841d43c156ca436049e8555fd7024
7
+ data.tar.gz: bb746efbe4e4be5f60705dfc9dd66ac12a1cf81588db63f97e37a740d01ed48effd32431a583d6d1ead5aad998fe4a7ac219108578a1684f145562e828adfab0
@@ -18,6 +18,7 @@ module RTX
18
18
  layouts: 'layouts',
19
19
  locations: 'locations',
20
20
  notes: 'notes',
21
+ passwords: 'passwords',
21
22
  permissions: 'permissions',
22
23
  profiles: 'profiles',
23
24
  requests: 'requests',
@@ -1,5 +1,5 @@
1
1
  module RTX
2
2
  module API
3
- VERSION = "0.4.1"
3
+ VERSION = '0.4.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtx-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Review Trackers Engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-12 00:00:00.000000000 Z
11
+ date: 2019-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty