bootstrap_builders 0.0.49 → 0.0.50

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: e6ec1871a2b5befd76e5df579c553175d9fbf785
4
- data.tar.gz: 24692fbdaf8dc30b2a4b438cef137822117683c9
3
+ metadata.gz: c01405e71ac71f4b036a19dc5642f7d52cd27883
4
+ data.tar.gz: 9761c6a094ead0030909a282472ab74ca153f307
5
5
  SHA512:
6
- metadata.gz: 0e15a0999253be4113baca32ba3beeb91ccba7b2397bfe491337f82c48c6c36fcbe53dab6c92506bdae794ec2e3161490d16ae59fba0d379cdeba3fbd48d2403
7
- data.tar.gz: ae6e79b30c2713b062bce6a609744f6d12d4adff6d250429171624768ef766d4021e36040631b0a4dcc5482237377aeb79f809d163ca6239a48d5c14b7436e45
6
+ metadata.gz: 37c42d892d9b6b24a0d5fb0b019044bbd77a8cddceb673553b46af55ded90a680b1100ca9977b89fa1e26149de251d6a46a62abceeb31c66d8b7c7a23fb4fcef
7
+ data.tar.gz: 5fbf246e0da084cb2195a01156c544d2155370bfa51e2b83b015bf3096b5f91d520613660a170d992c4bf75f5c0df5f3ca3aa08ace7a4045f3cf019899e81e02
@@ -28,7 +28,7 @@ class UrlBuilder {
28
28
  var match = this.matchAndRemove(/^([^\?]+)/)
29
29
 
30
30
  if (match) {
31
- this.path = match[1]
31
+ this.path = "/" + match[1]
32
32
  } else {
33
33
  this.path = ""
34
34
  }
@@ -73,7 +73,7 @@ class UrlBuilder {
73
73
  url += ":" + this.port
74
74
  }
75
75
 
76
- url += "/" + this.path
76
+ url += this.path
77
77
 
78
78
  if (this.hasQueryParameters()) {
79
79
  url += "?"
@@ -1,3 +1,3 @@
1
1
  module BootstrapBuilders
2
- VERSION = "0.0.49".freeze
2
+ VERSION = "0.0.50".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_builders
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.49
4
+ version: 0.0.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaspernj