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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5a6729e8c55a3233d0e1c4fcc5a3be7db9032882ee2d1dd1cb5ef82e6da1964
4
- data.tar.gz: 8f19c166d3c034a04f881982d212b6898da414bfb11eff001db7b94ce4ce2e7c
3
+ metadata.gz: ba1021c3162200e8f84abaf0a1e8f197714351110975d0165b1329e0741c297a
4
+ data.tar.gz: ced8d6a56e0ad8ff0277fad603af85c4c5ac215d4bf6ba74d253873fa25a8f9c
5
5
  SHA512:
6
- metadata.gz: 2c073868cfc50523b71cc419fb4b25b8e7687dbf3605a1f9bf9882377033476fc056eee20fc3425786ae380d4dc45379276598759221f616b11950e6bba77fd3
7
- data.tar.gz: fffe74c3225467ff853000f43321fe41373dbcefb2f454e5551452d04e46f12b8e5fec7290395fab27ee4297925ba987f14f70ab6c4c9d3451d2c46243159d1c
6
+ metadata.gz: c9a309ffbb1f25da7c72be4435639ae02f9dc15a563ba62d4931e179b3605d1ed9a6ed7f3e54fd169727d97b8d9d3b8fba0d5c22cccf0cc817a801cc562a25a9
7
+ data.tar.gz: 53d8f38e2a48cd9ebc856d7dd6d28df1ae6c30a09bb8e5997ef254112dfd985736ea0633629f04f974070059c5e7991a7c1e261acceb751182ff052009683953
@@ -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 (tested with ActiveSupport 3.1 & 3.2)
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
@@ -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]
@@ -1,3 +1,3 @@
1
1
  module Semrush
2
- VERSION = "3.0.22" # we want to follow the API version: for API 3.0, the gem will be version 3.0.x
2
+ VERSION = "3.0.23" # 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.22
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: 2019-06-14 00:00:00.000000000 Z
11
+ date: 2020-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport