semrush 3.0.22 → 3.0.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +5 -1
- data/lib/semrush/report.rb +1 -1
- data/lib/semrush/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: ba1021c3162200e8f84abaf0a1e8f197714351110975d0165b1329e0741c297a
|
4
|
+
data.tar.gz: ced8d6a56e0ad8ff0277fad603af85c4c5ac215d4bf6ba74d253873fa25a8f9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9a309ffbb1f25da7c72be4435639ae02f9dc15a563ba62d4931e179b3605d1ed9a6ed7f3e54fd169727d97b8d9d3b8fba0d5c22cccf0cc817a801cc562a25a9
|
7
|
+
data.tar.gz: 53d8f38e2a48cd9ebc856d7dd6d28df1ae6c30a09bb8e5997ef254112dfd985736ea0633629f04f974070059c5e7991a7c1e261acceb751182ff052009683953
|
data/README.rdoc
CHANGED
@@ -5,7 +5,7 @@ Semrush is a ruby wrapper for the SEMRush API.
|
|
5
5
|
== Requirements
|
6
6
|
|
7
7
|
- Ruby 1.9 or 2.x
|
8
|
-
- ActiveSupport
|
8
|
+
- ActiveSupport
|
9
9
|
|
10
10
|
== Installation
|
11
11
|
|
@@ -101,6 +101,10 @@ For more information about the report types, please read http://www.semrush.com/
|
|
101
101
|
|
102
102
|
== ChangeLog
|
103
103
|
|
104
|
+
=== 3.0.23, 2020-03-19
|
105
|
+
|
106
|
+
* Add New Zealand 'nz' to allowed databases (countries)
|
107
|
+
|
104
108
|
=== 3.0.22, 2019-06-14
|
105
109
|
|
106
110
|
* Add India to the list of allowed countries
|
data/lib/semrush/report.rb
CHANGED
@@ -7,7 +7,7 @@ module Semrush
|
|
7
7
|
# * :offset (ex: :offset => 5)
|
8
8
|
# * :export_columns (ex: :export_columns => "Dn,Rk")
|
9
9
|
class Report
|
10
|
-
DBS = [:us, :uk, :ca, :ru, :de, :fr, :es, :it, :br, :au, :ar, :be, :ch, :dk, :fi, :hk, :ie, :il, :mx, :nl, :no, :pl, :se, :sg, :tr, :in] #"us" - for Google.com, "uk" - for Google.co.uk, "ru" - for Google.ru, "de" for Google.de, "fr" for Google.fr, "es" for Google.es, "it" for Google.it Beta, "br" for Google.com.br Beta, "au" for Google.com.au Beta, etc
|
10
|
+
DBS = [:us, :uk, :ca, :ru, :de, :fr, :es, :it, :br, :au, :ar, :be, :ch, :dk, :fi, :hk, :ie, :il, :mx, :nl, :no, :pl, :se, :sg, :tr, :in, :nz] #"us" - for Google.com, "uk" - for Google.co.uk, "ru" - for Google.ru, "de" for Google.de, "fr" for Google.fr, "es" for Google.es, "it" for Google.it Beta, "br" for Google.com.br Beta, "au" for Google.com.au Beta, etc
|
11
11
|
REPORT_TYPES = [:domain_rank, :domain_organic, :domain_adwords, :domain_organic_organic, :domain_adwords_adwords, :domain_organic_adwords, :domain_adwords_organic, :domain_adwords_historical,
|
12
12
|
:phrase_this, :phrase_organic, :phrase_related, :phrase_adwords_historical, :phrase_fullsearch, :phrase_kdi,
|
13
13
|
:url_organic, :url_adwords]
|
data/lib/semrush/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: semrush
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- arambert
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|