rtx-api 0.4.2 → 0.4.3

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
  SHA1:
3
- metadata.gz: 8a30de363a2ffad3e3384f637217c0c7dbd14f85
4
- data.tar.gz: ac5f4349bbcad4572308609caac6ec86c67f6f8f
3
+ metadata.gz: e0b63f758c0c2bca1e1d6746d9b046c7a8d39bdc
4
+ data.tar.gz: 57790164cc08bfdd07d12e8a60a01eb0b2daf605
5
5
  SHA512:
6
- metadata.gz: fa33d0cbdd87903ac9e92c71665cee21f0aa9c364c2dd964fe39673094f6691b898f0b39cff83db45169fe3fca6c135eb38841d43c156ca436049e8555fd7024
7
- data.tar.gz: bb746efbe4e4be5f60705dfc9dd66ac12a1cf81588db63f97e37a740d01ed48effd32431a583d6d1ead5aad998fe4a7ac219108578a1684f145562e828adfab0
6
+ metadata.gz: 8bdbccc1be110d39ac17238786d4c6612a2d21a678a3122677cf206caa329e2783029cc4b50d95ded4fe06555bb01951b68ba713824981eea2c6a5fe2f7a71ac
7
+ data.tar.gz: 83cb2bf41ed17f9d8afa9c072be126d4b23221c0b689081e058a3b9d0e435cdaebab82d47f795bd27e85542d574dbad8f994c1179ac75910730770d9f5231f05
@@ -1,9 +1,13 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module RTX
2
4
  module API
3
5
  class Resources
6
+ # rubocop:disable Metrics/MethodLength
4
7
  def self.allowed_resources
5
8
  {
6
9
  accounts: 'accounts',
10
+ account_settings: 'account_settings',
7
11
  alerts: 'alerts',
8
12
  alert_frequencies: 'alert_frequencies',
9
13
  alert_types: 'alert_types',
@@ -20,6 +24,7 @@ module RTX
20
24
  notes: 'notes',
21
25
  passwords: 'passwords',
22
26
  permissions: 'permissions',
27
+ plan_changes: 'plan_changes',
23
28
  profiles: 'profiles',
24
29
  requests: 'requests',
25
30
  request_pages: 'request_pages',
@@ -38,6 +43,7 @@ module RTX
38
43
  whitelabels: 'whitelabels'
39
44
  }.freeze
40
45
  end
46
+ # rubocop:enable Metrics/MethodLength
41
47
  end
42
48
  end
43
49
  end
@@ -1,5 +1,7 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module RTX
2
4
  module API
3
- VERSION = '0.4.2'
5
+ VERSION = '0.4.3'
4
6
  end
5
7
  end
@@ -0,0 +1,18 @@
1
+ # Title
2
+ [Link to passing hydra (unless you're triggering through this PR)]
3
+
4
+ [Description]
5
+
6
+ #### Do you have tests for your changes?
7
+ - [ ] Yes
8
+ - [ ] No (if no, why not?)
9
+
10
+ # Proof
11
+
12
+ ## Before
13
+ [Attach prior behavior if applicable]
14
+
15
+ ## After
16
+ [Attach new behavior proof]
17
+
18
+ - [ ] Zach's Checkbox (aka: I've manually regression tested any large changes)
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.2
4
+ version: 0.4.3
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-12-13 00:00:00.000000000 Z
11
+ date: 2020-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -89,6 +89,7 @@ files:
89
89
  - lib/rtx/api/errors/request_error.rb
90
90
  - lib/rtx/api/resources.rb
91
91
  - lib/rtx/api/version.rb
92
+ - pull_request_template.md
92
93
  - rtx-api.gemspec
93
94
  homepage:
94
95
  licenses: