l43_peg 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -86
  3. data/lib/l43_peg.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3990cb08e4bb57d06d8ebc69c6876e36ec0252d7f25ca776dd8c875024a4d23a
4
- data.tar.gz: 8f7ca9e39b8f4beec4ab2cac760948015b8a98dca987e8a1c1ff16311898acd9
3
+ metadata.gz: 9fcd6a8f8f92405db7b4e4e4679e5a5141e8f38e380c316d40f085f62a72c3cc
4
+ data.tar.gz: ab07ca4fbbc7f14ed4b68dc346c100b04b5a1d27ce14956035c4345882c41a73
5
5
  SHA512:
6
- metadata.gz: 10666f907cc14d5fbf1c95e0c21f08c25ebdd00dc08659197b800b3c62c521625de2c4cd743ae43ac7325e9f0ec1739e7af32138324c2176fa8002fc987e8a99
7
- data.tar.gz: dd1da29eb5626ace0296d969abfc37de26b75f5045d6621197deaa50a4654b45c658cbcc7b55d942c74a546a4011ec8f9a2040fc03f737a2fd9ef8b6727bd16b
6
+ metadata.gz: ebd91da65264b57dbfe350a293ff64540a76489247851effa31b24f8c150e4cde8c2fe81f59348139c61e7406a98a8016b2bd8285f85705220ace99cf97aae1f
7
+ data.tar.gz: 645329344fa65eb0f57809e4d31fa38ff8eb65e38f9d35ffe21e7891f4121f175653039ea740a937f832e175cb03257ed9c98ef0591554a96f4618b8e8a18190
data/README.md CHANGED
@@ -1,91 +1,12 @@
1
- # l43_my_ruby
1
+ # L43Peg
2
2
 
3
+ ## Author
3
4
 
4
- ## Getting started
5
+ Copyright © 2024 Robert Dober
6
+ robert.dober@gmail.com
5
7
 
6
- To make it easy for you to get started with GitLab, here's a list of recommended next steps.
8
+ # LICENSE
7
9
 
8
- Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
10
+ Apache License v2.0. Please refer to [LICENSE](LICENSE) for details.
9
11
 
10
- ## Add your files
11
-
12
- - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
13
- - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
14
-
15
- ```
16
- cd existing_repo
17
- git remote add origin https://gitlab.com/lab421/l43_my_ruby.git
18
- git branch -M main
19
- git push -uf origin main
20
- ```
21
-
22
- ## Integrate with your tools
23
-
24
- - [ ] [Set up project integrations](https://gitlab.com/lab421/l43_my_ruby/-/settings/integrations)
25
-
26
- ## Collaborate with your team
27
-
28
- - [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
29
- - [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
30
- - [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
31
- - [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
32
- - [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
33
-
34
- ## Test and Deploy
35
-
36
- Use the built-in continuous integration in GitLab.
37
-
38
- - [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
39
- - [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
40
- - [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
41
- - [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
42
- - [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
43
-
44
- ***
45
-
46
- # Editing this README
47
-
48
- When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
49
-
50
- ## Suggestions for a good README
51
- Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
52
-
53
- ## Name
54
- Choose a self-explaining name for your project.
55
-
56
- ## Description
57
- Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
58
-
59
- ## Badges
60
- On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
61
-
62
- ## Visuals
63
- Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
64
-
65
- ## Installation
66
- Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
67
-
68
- ## Usage
69
- Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
70
-
71
- ## Support
72
- Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
73
-
74
- ## Roadmap
75
- If you have ideas for releases in the future, it is a good idea to list them in the README.
76
-
77
- ## Contributing
78
- State if you are open to contributions and what your requirements are for accepting them.
79
-
80
- For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
81
-
82
- You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
83
-
84
- ## Authors and acknowledgment
85
- Show your appreciation to those who have contributed to the project.
86
-
87
- ## License
88
- For open source projects, say how it is licensed.
89
-
90
- ## Project status
91
- If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
12
+ <!-- SPDX-License-Identifier: Apache-2.0 -->
data/lib/l43_peg.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module L43Peg
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
 
6
6
  end
7
7
  # SPDX-License-Identifier: Apache-2.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: l43_peg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Dober