bckbn 0.1.0 → 0.1.2

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: 6329153faf6fb7c70ca05e66e1075e5290381ff2384f1bc0744d59b588f884ae
4
- data.tar.gz: 9984bcb30241140e80e9bdd67955b5f98ca8c19e0e575f96d2dc38c5dfb6c2b3
3
+ metadata.gz: cc0cdd6e820ae998dccec0a53eefd66d6f21d948d3424d6b82ac0c21dcbf1501
4
+ data.tar.gz: a44e6ae7d880b59528dab60f4143aff235f64f37cd7e7e4ea4be19d687c0cbc7
5
5
  SHA512:
6
- metadata.gz: 330ee747a1bed11fad12cb44ddd2547da06926ef3d83752735ed3fdd4cb196a05d7cdf01e285ef6946e43969cc364f14f33a655b9f8963509f5cd773d7acd8a3
7
- data.tar.gz: 2c1821d1217cdcd6ce676cca269c359852c2534dc00e609e2302104b13ad24905470910f8f86c954c0b4c68163a05c980828707aa60cb84750c7dbeb90c5fa56
6
+ metadata.gz: 95858139e1c9805a895784df36083c30756ab7fdccf4c5e5611619539c76b9d82d5fe07e6d6343f4fa1b2d40ba22da624c33888823308e21deb5f42e2efcc1f7
7
+ data.tar.gz: 1a6783055c484191f7b8fdd1bd592da750be62504a8c19649aa51e304868f9efd81edc5c67c26312d6ed75a49896889026d0752b31cbe834b117908b2c69f33a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bckbn (0.1.0)
4
+ bckbn (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -24,7 +24,7 @@ GEM
24
24
  language_server-protocol (3.17.0.3)
25
25
  method_source (1.0.0)
26
26
  parallel (1.23.0)
27
- parser (3.2.2.3)
27
+ parser (3.2.2.4)
28
28
  ast (~> 2.4.1)
29
29
  racc
30
30
  pry (0.14.2)
@@ -49,7 +49,7 @@ GEM
49
49
  diff-lcs (>= 1.2.0, < 2.0)
50
50
  rspec-support (~> 3.12.0)
51
51
  rspec-support (3.12.1)
52
- rubocop (1.56.2)
52
+ rubocop (1.56.4)
53
53
  base64 (~> 0.1.1)
54
54
  json (~> 2.3)
55
55
  language_server-protocol (>= 3.17.0)
@@ -64,7 +64,7 @@ GEM
64
64
  rubocop-ast (1.29.0)
65
65
  parser (>= 3.2.1.0)
66
66
  ruby-progressbar (1.13.0)
67
- unicode-display_width (2.4.2)
67
+ unicode-display_width (2.5.0)
68
68
  webmock (3.19.1)
69
69
  addressable (>= 2.8.0)
70
70
  crack (>= 0.3.2)
@@ -50,7 +50,7 @@ module Bckbn
50
50
 
51
51
  def response_handler(url, request)
52
52
  http = Net::HTTP.new(url.host, url.port)
53
- # http.use_ssl = true
53
+ http.use_ssl = true
54
54
 
55
55
  response, body = begin
56
56
  r = http.request(request)
data/lib/bckbn/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bckbn
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bckbn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nikkypx
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Ruby Bckbn client
83
+ description: Ruby client for the Bckbn API
84
84
  email:
85
85
  - npalaniuk+github@gmail.com
86
86
  executables: []
@@ -132,5 +132,5 @@ requirements: []
132
132
  rubygems_version: 3.4.19
133
133
  signing_key:
134
134
  specification_version: 4
135
- summary: Ruby Bckbn client
135
+ summary: Ruby client for the Bckbn API
136
136
  test_files: []