semrush 3.0.21 → 3.0.22

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
- SHA1:
3
- metadata.gz: 83e361a4af1be2983be970312eba832bebfe4b4f
4
- data.tar.gz: afa0e8f84fcf1257b765fd7d29bd996120692b30
2
+ SHA256:
3
+ metadata.gz: b5a6729e8c55a3233d0e1c4fcc5a3be7db9032882ee2d1dd1cb5ef82e6da1964
4
+ data.tar.gz: 8f19c166d3c034a04f881982d212b6898da414bfb11eff001db7b94ce4ce2e7c
5
5
  SHA512:
6
- metadata.gz: 6087dbd1b5aa7aa92e9cc7ff36fa59f5798acb73478050d957d642f879152b9a0b3c642ec4d24e2f6aaee32a705b58441f62d708e56f90bd2193a5fd46fd90c3
7
- data.tar.gz: f4f27b41c6cd525ec9138182515132828f8502c4ab0f137166a058b62b96b40328fe16557f9e6225a3c73823d4e443a70a4124fa8b0b5a0c3cf77437e075db6d
6
+ metadata.gz: 2c073868cfc50523b71cc419fb4b25b8e7687dbf3605a1f9bf9882377033476fc056eee20fc3425786ae380d4dc45379276598759221f616b11950e6bba77fd3
7
+ data.tar.gz: fffe74c3225467ff853000f43321fe41373dbcefb2f454e5551452d04e46f12b8e5fec7290395fab27ee4297925ba987f14f70ab6c4c9d3451d2c46243159d1c
@@ -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.22, 2019-06-14
105
+
106
+ * Add India to the list of allowed countries
107
+
104
108
  === 3.0.21, 2018-04-14
105
109
 
106
110
  * Move to SSL (https)
@@ -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] #"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] #"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]
@@ -1,3 +1,3 @@
1
1
  module Semrush
2
- VERSION = "3.0.21" # we want to follow the API version: for API 3.0, the gem will be version 3.0.x
2
+ VERSION = "3.0.22" # we want to follow the API version: for API 3.0, the gem will be version 3.0.x
3
3
  end
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.21
4
+ version: 3.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - arambert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-14 00:00:00.000000000 Z
11
+ date: 2019-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -93,8 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubyforge_project:
97
- rubygems_version: 2.2.1
96
+ rubygems_version: 3.0.2
98
97
  signing_key:
99
98
  specification_version: 4
100
99
  summary: This gem is a ruby client for the SemRush API.