rtx-api 0.6.3 → 0.6.5
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 +4 -4
- data/.github/workflows/main.yml +2 -1
- data/Gemfile +1 -1
- data/lib/rtx/api/resources.rb +3 -0
- data/lib/rtx/api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c41a008dcb1d74712eff3591c95d85e30120441d0d754903f19d2767e8c85a3b
|
4
|
+
data.tar.gz: 65ed7ac4921d37eb2e7e013da78bdd65154ca78a37021d1d7e1e219a726cd04f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9d0803af24864c904912f9edb3c08bbe77bdabd94db1cd6c46a0b9847d6a3dd343ff0f8c0bd16de2ca3e10206f2040556859088cf3441b3a6ea21af3a5e2b4c
|
7
|
+
data.tar.gz: '08d2c315eacbce3f05bef6c031432f105adacddc3ba5634be33a8172254ce15b087dcdd2df51239da278f43575950b0200c2b95072cc20bb41716403cad2ad82'
|
data/.github/workflows/main.yml
CHANGED
@@ -33,6 +33,7 @@ jobs:
|
|
33
33
|
with:
|
34
34
|
ruby-version: '2.7.1'
|
35
35
|
bundler-cache: true
|
36
|
+
cache-version: 2
|
36
37
|
working-directory: ${{ env.APP_WORK_DIR }}
|
37
38
|
- name: run rubocop
|
38
39
|
run: bundle exec rubocop .
|
@@ -41,4 +42,4 @@ jobs:
|
|
41
42
|
run: bundle exec rake test
|
42
43
|
working-directory: ${{ env.APP_WORK_DIR }}
|
43
44
|
- name: codeclimate report when push to master
|
44
|
-
run: '[[ ! -n "${{ github.base_ref }}" ]] && bundle exec codeclimate-test-reporter || echo "Ignoring for pull request"'
|
45
|
+
run: '[[ ! -n "${{ github.base_ref }}" ]] && bundle exec codeclimate-test-reporter || echo "Ignoring for pull request"'
|
data/Gemfile
CHANGED
data/lib/rtx/api/resources.rb
CHANGED
@@ -13,9 +13,12 @@ module RTX
|
|
13
13
|
alert_types: 'alert_types',
|
14
14
|
auth_tokens: 'auth/tokens',
|
15
15
|
campaigns: 'campaigns',
|
16
|
+
competitors_brands_overview_csv: 'intel/locations/tags_overview/export',
|
17
|
+
competitors_overview_csv: 'export/csv/intel/locations',
|
16
18
|
contacts: 'contacts',
|
17
19
|
countries: 'countries',
|
18
20
|
crawlers: 'crawlers',
|
21
|
+
google_posts: 'google_posts',
|
19
22
|
groups: 'groups',
|
20
23
|
keywords: 'insights/keywords',
|
21
24
|
items: 'items',
|
data/lib/rtx/api/version.rb
CHANGED
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.
|
4
|
+
version: 0.6.5
|
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:
|
11
|
+
date: 2024-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|