rtx-api 0.6.11 → 0.6.13

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: 637d544a1b11af40d45c251cfe55cee82eca4e2b56954d9dff9d85fd5e37593b
4
- data.tar.gz: 2069d13cc5d36e6a5298c5a7c26c3c441f8776407ad5f1f8ec9912e537e96a58
3
+ metadata.gz: 5f30b1f0a532ae50b11fc1e2af54c339a6e71e7ef2f97df5b60c23d828794bd0
4
+ data.tar.gz: ec0dfebdc2f7a7f3c07978d608b05616ee6312f7840cdc69301c223afd19f401
5
5
  SHA512:
6
- metadata.gz: 6afe01996f762b8316d63e972622e6a98186e7fb228d1c8453c56ac8b5cca24eb8e9504a1c5deb6831ff5a6eb4b3dd73c1af91c929b45dba4c79a1601f415695
7
- data.tar.gz: cad71d9514649b97137e68e9030f14e29fddae39bd4b642359ff58955df8b97e802273347306de61d6609a81310d93820882e35d5eda5022be0929f9daccbaa2
6
+ metadata.gz: 3818171a6363c3f84b8d3874235f54a6145e4e898dd5ff87a764f7df5968df3b9ba9ba97abf8673ddf7f919f28ab55b690836ebd1a44b45f49f6055d5b848d5f
7
+ data.tar.gz: 4b09508723b82e3ed0792d00c85ccf01686956e32a61e663f35b00a1cd7886d34c918bc6a0a0e4a9bdd5f876c8d5125a339aa65f9086b8b06b1d4b483b90c6e1
@@ -24,10 +24,12 @@ module RTX
24
24
  gpt_response: 'ghostwriter_response/gpt',
25
25
  groups: 'groups',
26
26
  groups_and_locations: 'groups_and_locations',
27
+ industry_scores: 'industry_scores',
27
28
  keywords: 'insights/keywords',
28
29
  items: 'items',
29
30
  layouts: 'layouts',
30
31
  locations: 'locations',
32
+ location_performance_overview_csv: 'location_performance_overview/csv',
31
33
  location_score: 'location_score',
32
34
  metric_locations: 'export/csv/location_metrics',
33
35
  metric_locations_new: 'location_score/export/locations/csv',
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RTX
4
4
  module API
5
- VERSION = '0.6.11'
5
+ VERSION = '0.6.13'
6
6
  end
7
7
  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.6.11
4
+ version: 0.6.13
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: 2024-11-04 00:00:00.000000000 Z
11
+ date: 2024-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
- rubygems_version: 3.1.2
115
+ rubygems_version: 3.3.6
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: Ruby Client for the Review Trackers RTX API.