domain_extraction 0.1.0 → 0.1.1

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
- SHA1:
3
- metadata.gz: 874de1bc0a5cb8222ee8a3fb508fbf3ce34ecd29
4
- data.tar.gz: 2f402f773e069ff19031af90dba48289bc3cce72
2
+ SHA256:
3
+ metadata.gz: e9b1abae8c98a567713704f2329090d67c68d81557196779bb1a077c2b83f9d5
4
+ data.tar.gz: c281c1e6b0c402215412f15e5fee26013ba4bcb9ed828e05f6bbe76f4d3c727c
5
5
  SHA512:
6
- metadata.gz: 6d193f1186592c721ad494134503b1614caca6bb285731c9c079143c7562f73eb98f60c286ad2e7a6dfe8420aee28e93ba099314fa315bb0698f1e36bfbe0037
7
- data.tar.gz: 4e9be380404c03dc5592992be4d201ff2f4e8d884bbb9d5f11ab1c63269c53ea2e87b301e348fa2cc99b2c9e084a00461063490884175c81026526e330fb2069
6
+ metadata.gz: 304436080395bc146c35ba086dd882c316054136c750ebf3586af0833b558141483662f2c2c8cd4e147bdad8bcb4964126bc7fea4ff419b81803427728fbbe9c
7
+ data.tar.gz: 25e43ee0a35410efe1a2427ab496039a0d267312ae5aa94e808d10ce506c5d271c9663ce33d05ecb6fc3b00e93701c1a84f87871e1eaa5db63d09f8775f83cd1
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # DomainExtraction
2
2
 
3
- DomainExtraction provides a simple interface for extracing domains and tlds from hostnames.
3
+ DomainExtraction provides a simple interface for extracting domains and tlds from hostnames.
4
4
 
5
5
  ## Installation
6
6