revtree 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/README.md +2 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc7b5cf0416bfbfdfe66de36943d1fb9b9d866fec59ae7a7c0152f89f9c80fb9
|
4
|
+
data.tar.gz: '08056862422f098ba1668c7add8a0dc926c4ec3ff0a460e5a8360c3449dd51b9'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0745986e75a5f42983bc3ebb4a4425107cb7925487e993c120cf9170ec498d49fb75206970cb5ce673ad368715fbdc9a4e4e2ea08893264736b3db3bddf822b
|
7
|
+
data.tar.gz: cb2d55e799e36c53e5c55542d58790954c97a3a60271a58a8b6db1ec39f8cfe2783d8558ce3a7dbc573e7593acaaeb931e6edefbd4cb271f8c907ff81149b294
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2024 Julian Kahlert
|
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 all
|
13
|
+
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 THE
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# RevTree
|
2
2
|
|
3
|
+
[![GitHub commit activity](https://img.shields.io/github/commit-activity/t/juliankahlert/revtree)](https://github.com/juliankahlert/revtree/commits/)
|
3
4
|
[![GitHub Tag](https://img.shields.io/github/v/tag/juliankahlert/revtree)](https://github.com/juliankahlert/revtree)
|
4
5
|
[![Gem Version](https://img.shields.io/gem/v/revtree)](https://rubygems.org/gems/revtree)
|
5
6
|
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ac169e80b46b4d78a1a3e8e15be24c2f)](https://app.codacy.com/gh/juliankahlert/revtree/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
@@ -50,7 +51,7 @@ sudo make install
|
|
50
51
|
git clone https://github.com/juliankahlert/revtree.git
|
51
52
|
cd revtree
|
52
53
|
gem build revtree.gemspec
|
53
|
-
sudo gem install --local revtree-0.1.
|
54
|
+
sudo gem install --local revtree-0.1.6.gem
|
54
55
|
```
|
55
56
|
|
56
57
|
## API Documentation
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: revtree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julian Kahlert
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name: simplecov-
|
14
|
+
name: simplecov-cobertura
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
@@ -119,6 +119,7 @@ executables: []
|
|
119
119
|
extensions: []
|
120
120
|
extra_rdoc_files: []
|
121
121
|
files:
|
122
|
+
- LICENSE
|
122
123
|
- README.md
|
123
124
|
- lib/revtree.rb
|
124
125
|
homepage: https://github.com/juliankahlert/revtree
|
@@ -126,7 +127,7 @@ licenses:
|
|
126
127
|
- MIT
|
127
128
|
metadata:
|
128
129
|
homepage_uri: https://juliankahlert.github.io/revtree/
|
129
|
-
documentation_uri: https://www.rubydoc.info/gems/revtree/0.1.
|
130
|
+
documentation_uri: https://www.rubydoc.info/gems/revtree/0.1.6
|
130
131
|
source_code_uri: https://github.com/juliankahlert/revtree
|
131
132
|
post_install_message:
|
132
133
|
rdoc_options: []
|