stealth_browser_automation 1.1.23 → 1.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d6faad7a5e569cccff434a14bfb1eff858b861d
4
- data.tar.gz: a59900bf05b6c0c49d85c9552e8b9a10d125a3d9
3
+ metadata.gz: c879082432aa4d0f8d5b7bc4e60e3a93548c5f4b
4
+ data.tar.gz: 9657fb021d8774812cb9d830e3357d0e796ba68c
5
5
  SHA512:
6
- metadata.gz: ea31855118dcf73ca711841e337f18be379bb4a6b1caedcdb7a743d314063bb33e649abb004c3b9972a938dfbc1ffa9392c7313e31f245e2728e854fddcecc9f
7
- data.tar.gz: ebc2208d2ab49018a6b0cbe84028c68f585a1d1fe4c44f15744707be65eb1b140e102f5d1fd037f056335f920f3be07d32b615d0fd8fac564b86354ccad4c90b
6
+ metadata.gz: 5ab0df016b16596f6bc89e1fc69a6362d444ec0924e68c8ca5a611effe37ed597e2f3fd4537a1a8e7a3d807179c418a7610015134c3fc7da65790697bb194fad
7
+ data.tar.gz: 65915ce2a390929fe26c992305a07b24908c3223b8309ac0c824f28e341527ffe7f4658629c508cb6a905b2eb2cabfcf62ca04670c4ec654e8069eeb17ce1887
@@ -50,7 +50,7 @@ module BlackStack
50
50
 
51
51
  # returns the profileId of the new Mimic profile
52
52
  def self.remove_local_profile(profile_id)
53
- url = "http://127.0.0.1:#{BlackStack::StealthBrowserAutomation::Multilogin::mla_local_port.to_s}/api/v2/localprofile/remove?profileId=#{profile_id}"
53
+ url = "http://127.0.0.1:#{BlackStack::StealthBrowserAutomation::Multilogin::mla_local_port.to_s}/api/v2/localprofile/remove"
54
54
  uri = URI.parse(url)
55
55
  res = Net::HTTP.start(uri.host, uri.port, :use_ssl => false, :verify_mode => OpenSSL::SSL::VERIFY_NONE) {|http|
56
56
  req = Net::HTTP::Post.new(uri)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stealth_browser_automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.23
4
+ version: 1.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi