semrush 3.0.17 → 3.0.18

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
  SHA1:
3
- metadata.gz: 85662610b8f89ddac7c5a11fe300e2d511bf3d84
4
- data.tar.gz: b7db20f6941ea9ea979a0b228716bd64164d5627
3
+ metadata.gz: a9d94d84f7e81ad6ff6a608fec4a053542f2bfa9
4
+ data.tar.gz: c42cf5850617ab84130ca45479beb25ec345eb2a
5
5
  SHA512:
6
- metadata.gz: 4703e8a305598018687fb3fed9f19e0295edf9dfbf7592d6a7802c65ff92b0562e313edf28b4085c604b3054fe547e71fa462d2d9894c4318db789c6b6b22cdd
7
- data.tar.gz: 5bf28d8b9ee98899cbee041b06744a103bab2c782b5e497878e78a695b41f42cbc6ed6b04a3446b544bac71b16f34c9b668b88950784b7b92f2c11b247193bc9
6
+ metadata.gz: 2ec98c1aad9f50f00b1c6c7f72bfe0fb938dd1dca6f26df7ea6352c422639744f42942e1ee756b3cd291af21c45def4d7872f5efd35861b576248cbd1092a74f
7
+ data.tar.gz: e35130c76fad64c105b67f2accf136f09ad5aa885c57b67cd076f711a7e10ea050852bffdd5f181091a3b2f8fbe9ff876a8a6d56ddb6dffc594142c1df2306d6
@@ -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, :ru, :de, :fr, :es, :it, :br, :au] #"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.
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
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,
13
13
  :url_organic, :url_adwords]
@@ -1,3 +1,3 @@
1
1
  module Semrush
2
- VERSION = "3.0.17" # we want to follow the API version: for API 3.0, the gem will be version 3.0.x
2
+ VERSION = "3.0.18" # 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.17
4
+ version: 3.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - arambert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-01 00:00:00.000000000 Z
11
+ date: 2014-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport