porkbun 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: bfab2dd7301e980ef4e44f2db8579b6797cf18371863b295d904ba1129720b31
4
- data.tar.gz: 18c9df86bbbf47ad1a7cf4d9c2805a63195f17ee87edb79abb95492ca82023af
3
+ metadata.gz: aebfa2c29ddffffa9cf6d816aa5e17383cb962ee1cc51dbab02ae5df948ce8fc
4
+ data.tar.gz: baa74553fa476a321ae3ec62ddc0b5eeab422d69964df7ffccc1a5a073e7a300
5
5
  SHA512:
6
- metadata.gz: 9fd355b2102b8ad2352e6e389c103877e3b4cea191d4d88420be4f6460755b30541ee67def037bed4b9f0192b5e6afa8b84bc5fd3df3e77059e37ec67ee8cd45
7
- data.tar.gz: 1f1b61ce3edb87a0d846c8f7e5089d4d02619e9bf07334c8b9da93903a424650eed89416e057199a4250a72fa88590262d354b79069b7086ca3a10bebe9d1f2d
6
+ metadata.gz: 320834d6fca370309e497a28900e109cf8479b3db52787703c006ada5a6f7b3abad57cd7a447cebcd4ffa64123306f1939d6175446adaa4c8e56930337ef5df2
7
+ data.tar.gz: 474d25bd930004c43a1ecb3226beb1c26cce76977691d956fa182b7a8480b28b7231a74f4eac1adc0ff0d420d3383f414a94e464ad077cdccbd8725ff815b919
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Porkbun
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
data/lib/porkbun.rb CHANGED
@@ -79,7 +79,6 @@ module Porkbun
79
79
  self
80
80
  end
81
81
 
82
- require 'pry'
83
82
  def to_s
84
83
  content_str = case type
85
84
  when /TXT|SPF/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: porkbun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Bretoi
@@ -39,7 +39,6 @@ files:
39
39
  - bin/porkbun
40
40
  - lib/porkbun.rb
41
41
  - lib/porkbun/version.rb
42
- - sig/porkbun.rbs
43
42
  homepage: https://github.com/danielb2/porkbun-ruby
44
43
  licenses: []
45
44
  metadata:
data/sig/porkbun.rbs DELETED
@@ -1,4 +0,0 @@
1
- module Porkbun
2
- VERSION: String
3
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
- end