burly 0.2.0 → 0.3.0
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 +4 -4
- data/burly.gemspec +1 -1
- data/lib/burly/parser.rb +1 -1
- data/lib/burly.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 298e3e0443003780775f640174bbdfff24bcc8eec0aa46a73f7be42451ca25af
|
4
|
+
data.tar.gz: 2caf8f8c2b51aaaa37209133ac2c74c27f3a92fa2f845ba2bb2c1134d91a8d12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9568d9b9200cb1ff5930df559c6128450c9eb952d29611c4dfb12476166f1e27bdc2be2d3cb88e814e57f29fc074b261842cdf0f4157ac7f05b103d6c04b30f2
|
7
|
+
data.tar.gz: c9cde32949748f17cb84273144cf3e1b84c90630bb4f888a0c1ded81e3e2b75fe9fdfcc61f081255341a09ee8e999c4119e20623e499026a299aff219e69bb01
|
data/burly.gemspec
CHANGED
data/lib/burly/parser.rb
CHANGED
data/lib/burly.rb
CHANGED
@@ -27,7 +27,7 @@ module Burly
|
|
27
27
|
# @example Parse a JSON document.
|
28
28
|
# Burly.parse(File.read("example.json"), mime_type: "application/json")
|
29
29
|
#
|
30
|
-
# @param document [String] The document to parse for URLs.
|
30
|
+
# @param document [String, #to_s] The document to parse for URLs.
|
31
31
|
#
|
32
32
|
# @raise [UnsupportedMimeType]
|
33
33
|
# Raised when an unsupported MIME type is passed as an option.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: burly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Garber
|
@@ -44,11 +44,11 @@ licenses:
|
|
44
44
|
- MIT
|
45
45
|
metadata:
|
46
46
|
bug_tracker_uri: https://codeberg.org/jgarber/burly/issues
|
47
|
-
changelog_uri: https://codeberg.org/jgarber/burly/releases/tag/v0.
|
48
|
-
documentation_uri: https://rubydoc.info/gems/burly/0.
|
47
|
+
changelog_uri: https://codeberg.org/jgarber/burly/releases/tag/v0.3.0
|
48
|
+
documentation_uri: https://rubydoc.info/gems/burly/0.3.0
|
49
49
|
homepage_uri: https://codeberg.org/jgarber/burly
|
50
50
|
rubygems_mfa_required: 'true'
|
51
|
-
source_code_uri: https://codeberg.org/jgarber/burly/src/tag/v0.
|
51
|
+
source_code_uri: https://codeberg.org/jgarber/burly/src/tag/v0.3.0
|
52
52
|
rdoc_options: []
|
53
53
|
require_paths:
|
54
54
|
- lib
|