pulse-downloader 0.1.21 → 0.1.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
2
  SHA256:
3
- metadata.gz: db7034531cb0590f5975013cb817d4093d603d93a7d89d16d099203c063125f9
4
- data.tar.gz: e6277a95389810ebcd11957645318daf6829d05d44bea2e73bd2b05fcdda56d1
3
+ metadata.gz: 00f53bf497e8c65d6211956814fa94613857b23bc0b1e3f35c24d69998645941
4
+ data.tar.gz: 77447e1a3b1df593d5c836074c41e6caa57fef28f8926a5f7e1859fb1b58b39d
5
5
  SHA512:
6
- metadata.gz: 72109c3a8509f1da9f1d2c25c1958d8e5cc897e03224dda26ce6ae5da50ac96c754ec502fa44a2bbb8a1ae99fe34b30841f6eb2c3dfa64181f32b3b6c9866e9c
7
- data.tar.gz: 780396541173f9fd8e1ce8044522bc876a3b55123adf169a8a62161252bf3e5905f09b38741c4faa70a064a8a89f01192005ff5a4ad924725b83a5b31c9ae9e1
6
+ metadata.gz: 627db0d3d117a199943ba7ade0c27af871f4934e6879bb788fcade5946b95bfa0378d237fb5eee0f68685cf211b042a3b35986441466b0d6811875fe7103304f
7
+ data.tar.gz: 1f7c99a75487b6c615cb94bd8def2ed1f5316036339318244329648be8800dc5ab867a8022e956e1a46ac0e0cb58f4502030453c7efadd7131d7edbb69a5a538
@@ -1,5 +1,5 @@
1
1
  module Pulse
2
2
  module Downloader
3
- VERSION = "0.1.21"
3
+ VERSION = "0.1.22"
4
4
  end
5
5
  end
@@ -51,7 +51,7 @@ module Pulse
51
51
  end
52
52
 
53
53
  def add_base_url(str)
54
- if !str.include?('https://') || !str.include?(base_url)
54
+ if !str.include?('https://') && !str.include?(base_url)
55
55
  "https://#{base_url}#{str}"
56
56
  else
57
57
  str
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulse-downloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - trex22