wph 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 (6) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +13 -0
  4. data/lib/wph/version.rb +5 -0
  5. data/lib/wph.rb +7 -0
  6. metadata +59 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 114c757df1717537b8f873b9a8446b5aa24c4c6ae97ba9b03439a8829da838c7
4
+ data.tar.gz: 7582267a896c7a90dd15e7c0db4c2bf1b6beca46a0c51106861d6fa505d5a9b1
5
+ SHA512:
6
+ metadata.gz: d65fab65c367106904c4d7936b63e179c2646e112426d0b05fc05e688ebb34f761b13de686ef41610403a8cb3fd54d54ae3dd6608c37a1e7bed712aaccac00f1
7
+ data.tar.gz: 9b550b9731d8ab77d44a4fff67d9d7fa4a62ab3437d005bd8b7879c2f478e6ade23151b823586a517fe3f4131a7279dd665141630d42798507a2d3c3b4af03a5
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Klaus Weidinger
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # Wph
2
+
3
+ This gem blocks the namespace alias `wph` for the gem `weird_phlex`.
4
+
5
+ This was done, because the gem `weird_phlex` ships with the two executables `bin/weird_phlex` and `bin/wph`.
6
+
7
+ ## Usage
8
+
9
+ Just don't.
10
+
11
+ ## License
12
+
13
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Wph
4
+ VERSION = "0.0.1"
5
+ end
data/lib/wph.rb ADDED
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "wph/version"
4
+
5
+ module Wph
6
+ # Lorem ipsum
7
+ end
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wph
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Klaus Weidinger
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-08-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |
14
+ # Wph
15
+
16
+ This gem blocks the namespace alias `wph` for the gem `weird_phlex`.
17
+
18
+ This was done, because the gem `weird_phlex` ships with the two executables `bin/weird_phlex` and `bin/wph`.
19
+
20
+ ## Usage
21
+
22
+ Just don't.
23
+ email:
24
+ - weidkl@gmx.de
25
+ executables: []
26
+ extensions: []
27
+ extra_rdoc_files: []
28
+ files:
29
+ - LICENSE.txt
30
+ - README.md
31
+ - lib/wph.rb
32
+ - lib/wph/version.rb
33
+ homepage: https://www.weird-phlex.de/
34
+ licenses:
35
+ - MIT
36
+ metadata:
37
+ documentation_uri: https://github.com/weird-phlex/wph
38
+ homepage_uri: https://www.weird-phlex.de/
39
+ source_code_uri: https://github.com/weird-phlex/wph
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: 3.0.0
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubygems_version: 3.5.9
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: This gem blocks the namespace alias `wph` for the gem `weird_phlex`.
59
+ test_files: []