boaw 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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/boaw/version.rb +5 -0
  3. data/lib/boaw.rb +8 -0
  4. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a66c674c62720be3972467caf3322c8cca2611d8166735e22cff118782721c95
4
+ data.tar.gz: 6ac808cdea27a87d871068aded16b6a57d077444c0c2296b09f15e752e84044b
5
+ SHA512:
6
+ metadata.gz: a9f05b107e3482e21f4561cfbbad1783106cf5acd150dbea742959297f3a42f47e5c903478b2bc86ca17e3c7ddbd5130b0cc4f1598cf3e09733b280ad8abe66e
7
+ data.tar.gz: 52967893a3236e1fe2dc61475d5a79aecc4281dab7be2adb8caccb1066450c6b29f427e9125e2cec565c8d01f293a0c7cd428a9d4c1205aadf114dfb090bee7d
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ class Boaw
4
+ VERSION = '0.0.1'
5
+ end
data/lib/boaw.rb ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Main class
4
+ class Boaw
5
+ def hello
6
+ 'dsa'
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: boaw
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Kirill Leonov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-11-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The library will allow you to create auto-clickers for Unix systems
14
+ email: leonov7632@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/boaw.rb
20
+ - lib/boaw/version.rb
21
+ homepage: https://github.com/leonovk/boaw
22
+ licenses:
23
+ - MIT
24
+ metadata:
25
+ homepage_uri: https://github.com/leonovk/boaw
26
+ source_code_uri: https://github.com/leonovk/boaw
27
+ documentation_uri: https://github.com/leonovk/boaw
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 3.1.0
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.4.20
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Mouse manipulation library
47
+ test_files: []