bitches 1.0.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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/bitches.rb +13 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5cdd48ca7043592bc18933e9c1bf48e399318f9fe7dd23f7103dbc81a2e94deb
4
+ data.tar.gz: 0c30ed55b334704b50e8ba529e0ba3b2577507c79556cf76f3faae907297738d
5
+ SHA512:
6
+ metadata.gz: 01ea9082523ffeab142eee8b5ff98d495ee45a508222767f97692198cc626e63ca3f18ac0ca737953f2300ee39c5c7bfcd2acc976881f06805b5b71f4a83c51a
7
+ data.tar.gz: 7811ac428e5759005a074c348b28b9e2eefecdaff1d6faeb5bf7edce7c9883c9c0ea8cba76f8a0e82aa9c45289449a11cde031250301473d368fe81dc89e61f0
data/lib/bitches.rb ADDED
@@ -0,0 +1,13 @@
1
+ class Bitches
2
+ def self.get
3
+ puts "Item: Bitches, not found";
4
+ end
5
+
6
+ def self.find
7
+ puts "Finding bitches"
8
+ (15/5).times {sleep(5); print "."}
9
+
10
+ puts ""
11
+ puts "Bailing out, unable to find bitches. You're on your own."
12
+ end
13
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bitches
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Ryuzaki Ikari
8
+ - RedRock
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2022-04-30 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: A collection of functions relating to bitches including get and find
15
+ email: ikari.ryuzaki@mailfence.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/bitches.rb
21
+ homepage: https://rubygems.org/gems/bitches
22
+ licenses:
23
+ - CC-BY-1.0
24
+ metadata: {}
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
+ rubygems_version: 3.3.7
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A collection of functions relating to bitches
44
+ test_files: []