wildcat 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/wildcat.rb +7 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b595aeb25a98ac00fb969db032697a0b34d7d7505cb15059f8aeed9bae6ac7f6
4
+ data.tar.gz: e8dc1d4170ff57f0ec9f77ad138952cf2c3b5794345a65db77693a0ec725c5a7
5
+ SHA512:
6
+ metadata.gz: f73545bb0606833c20f9a35722d45ae139579e15a1990b576f69ee6e8a5066dd24d25da7c64c679d27eb7adf9c5184899c08ce95b06ca374d1dbc56ec38d526a
7
+ data.tar.gz: b9365cd474d686da16944b27a17f19a3d491a5bb55e951eda4df2d29ee1da8a5ed3c7f852976161f89feb5abb4c37572ae2b4c2c97cc1ba8f9533c4b42575fa4
data/lib/wildcat.rb ADDED
@@ -0,0 +1,7 @@
1
+ module Wildcat
2
+ class String
3
+ def self.add_spaces(str)
4
+ str.split('').join(' ')
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wildcat
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Gold Bonifacio
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-08-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Much longer explanation of the example!
14
+ email: goldbonifacio@yahoo.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/wildcat.rb
20
+ homepage: https://rubygems.org/gems/wildcat
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ source_code_uri: https://github.com/sdgold/wildcat
25
+ post_install_message:
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: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.7.6
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Wildcat has various useful Ruby techniques.
45
+ test_files: []