similarweb_rapidapi 0.1.0 → 0.1.1

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: 5aff259cb85d5d4f076b938d313f57d842287e81e03c16bfca1fa881cad679bc
4
- data.tar.gz: 00023662f13271721f9131fc110fe06a61850a83a16e5a92bfd07a25ad9f551e
3
+ metadata.gz: b528b61f45d4014bc20ec7370800952cc08c295847ef524550bb80adfdf40193
4
+ data.tar.gz: 4f575eab0486ec20226b3a1dd218cd1065e63a09505e4b442eb9b7181e1a5998
5
5
  SHA512:
6
- metadata.gz: 3dba9ea3ccb9756916dd70df4404be28d94134f7d94b47a645f26b8c517c4bb30edf98ea9f348ad3f9b68aa8c0887d4c7ecf5c0f9f9ae81c895b406fed6a68a2
7
- data.tar.gz: 393b4e7a3d09b279824c027f07ba6e05ef80b5bfdf69733aa99dbc55cd481bbb08a6a7fd5e31c0cd1bb51126d44e9b61a48e8b1193f25705d04f37a4df88b2ae
6
+ metadata.gz: 10a358f73c2eeb5823314531f5000676d5d2e811b9082cd635497baa2ded84a252538e892aac880d873d78410b3242ca874f7e22976a2bbb84322660f61a2abc
7
+ data.tar.gz: 51a40f58bb7c96b69c9b891ef89f3021bb37fac31bbdf3e1f466d7bee2f0fbc3ed0a353357dd127b586784ab31697239ee6cafd56a78605161abda2911387d9b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SimilarwebRapidapi
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Gem provides simple methods for communicating with the SimilarWeb API"
12
12
  spec.description = "Integrating with the SimilarWeb API becomes fast and convenient, enabling Ruby programmers to easily consume valuable website traffic statistics, rankings, competitive analysis, and much more."
13
- spec.homepage = "https://rapidapi.com/letsscrape/api/similarweb-working-api?src=ruby"
13
+ spec.homepage = "https://letsscrape.com/scrapers/similarweb-api/?src=ruby"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: similarweb_rapidapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - letsscrape
@@ -57,11 +57,11 @@ files:
57
57
  - lib/similarweb_rapidapi/version.rb
58
58
  - sig/similarweb_rapidapi.rbs
59
59
  - similarweb_rapidapi.gemspec
60
- homepage: https://rapidapi.com/letsscrape/api/similarweb-working-api?src=ruby
60
+ homepage: https://letsscrape.com/scrapers/similarweb-api/?src=ruby
61
61
  licenses:
62
62
  - MIT
63
63
  metadata:
64
- homepage_uri: https://rapidapi.com/letsscrape/api/similarweb-working-api?src=ruby
64
+ homepage_uri: https://letsscrape.com/scrapers/similarweb-api/?src=ruby
65
65
  source_code_uri: https://github.com/letsscrape/ruby_similarweb_rapidapi
66
66
  post_install_message:
67
67
  rdoc_options: []