looks_like 0.1.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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d8f4dc4f7a39c9b3cf8317d3e21d51e131fb4262a44e316764c4aac320ddbdf8
4
+ data.tar.gz: dae5536d6035f67546136f12ffe1fc52d602bdffc8dd5eeba120fec2313c4cd7
5
+ SHA512:
6
+ metadata.gz: cd37ad1604d19588b6df1160a2a3f8cf6df4b235e587a7b092f05fd4bec6c6493ebd3379351af4713f2933eadb13c4af982be4723bc79983cb70cfcc2f416c3d
7
+ data.tar.gz: 8cf8d948c812075b068479e25737a0d43999831f2dea87a018d6d62fe8c1049d96bb27076f88173ed91d4bd4ae1939669d768402ee9e8ce8e5c215c14014d909
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: looks_like
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Jonathan Botchway Owusu
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: A lightweight ruby library for detecting, scanning, and classifying patterns
13
+ in strings.
14
+ email:
15
+ - jbotchwayowusu@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/jobotow/looks_like/looks_like
21
+ licenses: []
22
+ metadata:
23
+ homepage_uri: https://github.com/jobotow/looks_like/looks_like
24
+ source_code_uri: https://github.com/jobotow/looks_like
25
+ changelog_uri: https://github.com/jobotow/looks_like/blob/master/CHANGELOG.md
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 3.1.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.6.7
41
+ specification_version: 4
42
+ summary: Detect and classify patterns in strings
43
+ test_files: []