rubytree 2.0.1 → 2.0.2

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 +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/LICENSE.md +21 -30
  4. data/lib/tree/version.rb +1 -1
  5. metadata +3 -4
  6. data/TAGS +0 -46267
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9f6d1dcc5cf47a571cf1797287508a25d6d1d6f3139396a205c7e7f6c677fa5
4
- data.tar.gz: 1d0c8e28ba591d69404316ee2eda52176b1f1cfcf9c322b74520bcf200ed8d17
3
+ metadata.gz: 0f639a13afc57ffbe28198cec86928d2dc123fb5c4ecc0ed048d17a3c45d6192
4
+ data.tar.gz: 3fe121a4a22b4e924db7c85819361bedf582f07569bd0380b76c84b94b24acba
5
5
  SHA512:
6
- metadata.gz: 5266ef0d324899385335025775707093e238739c3cb805af3260e767a08f5619e0001ed2bfeec9410a001aaa4882923d458afdd7913d4a7b24385b515175927b
7
- data.tar.gz: 32689b030dc46d394bb3e8349702a30b3c589e0fad883fc6a62b4016ac9ce4e3dc8ca63970542c3a5b5684271334563f0f5f3eeca0fc7568707bdf7035f65f3a
6
+ metadata.gz: 228560789b89fe1aeaace489ef73cde05f1bfa33021bbc6bbbe89eaab33590193bdbffb90c1d7bab2f1c8d50f58f05414775be399fb54fd39bc3da0f57a7d4d8
7
+ data.tar.gz: 132a627d6d8be134c73ab8b63cce4431d161333212121c3e033b0226bfacc3bb3ae7ae5790d268616f7d14c4a76c6dc7e0d18481c0f6999b5b01de6e8cd9029f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubytree (2.0.1)
4
+ rubytree (2.0.2)
5
5
  json (~> 2.0, > 2.3.1)
6
6
 
7
7
  GEM
data/LICENSE.md CHANGED
@@ -1,36 +1,27 @@
1
- [RubyTree][] is licensed under the [BSD][] license.
1
+ [RubyTree][] is licensed under the [BSD-2-clause][] license.
2
2
 
3
- Copyright (c) 2006-2022 Anupam Sengupta (<anupamsg@gmail.com>).
3
+ Copyright (c) 2006-2023 Anupam Sengupta (<anupamsg@gmail.com>).
4
4
 
5
- All rights reserved.
5
+ Redistribution and use in source and binary forms, with or without modification,
6
+ are permitted provided that the following conditions are met:
6
7
 
7
- Redistribution and use in source and binary forms, with or without
8
- modification, are permitted provided that the following conditions are met:
8
+ 1. Redistributions of source code must retain the above copyright notice, this
9
+ list of conditions and the following disclaimer.
9
10
 
10
- - Redistributions of source code must retain the above copyright notice, this
11
- list of conditions and the following disclaimer.
11
+ 2. Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
12
14
 
13
- - Redistributions in binary form must reproduce the above copyright notice,
14
- this list of conditions and the following disclaimer in the documentation
15
- and/or other materials provided with the distribution.
15
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
16
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
19
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
22
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16
25
 
17
- - Neither the name of the organization nor the names of its contributors may be
18
- used to endorse or promote products derived from this software without
19
- specific prior written permission.
20
-
21
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24
- A PARTICULAR PURPOSE ARE DISCLAIMED.
25
-
26
- IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
27
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
29
- GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
31
- IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
32
- OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
33
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
-
35
- [BSD]: http://opensource.org/licenses/bsd-license.php "BSD License"
36
- [RubyTree]: http://rubytree.anupamsg.me/ "RubyTree Home Page"
26
+ [BSD-2-clause]: https://opensource.org/license/bsd-2-clause/ "BSD License"
27
+ [RubyTree]: http://rubytree.anupamsg.me/ "RubyTree Home Page"
data/lib/tree/version.rb CHANGED
@@ -35,5 +35,5 @@
35
35
 
36
36
  module Tree
37
37
  # Rubytree Package Version
38
- VERSION = '2.0.1'
38
+ VERSION = '2.0.2'
39
39
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubytree
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anupam Sengupta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-19 00:00:00.000000000 Z
11
+ date: 2023-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -245,7 +245,6 @@ files:
245
245
  - LICENSE.md
246
246
  - README.md
247
247
  - Rakefile
248
- - TAGS
249
248
  - TODO.org
250
249
  - examples/example_basic.rb
251
250
  - lib/rubytree.rb
@@ -299,7 +298,7 @@ post_install_message: |2
299
298
  ========================================================================
300
299
  rdoc_options:
301
300
  - "--title"
302
- - 'Rubytree Documentation: rubytree-2.0.1'
301
+ - 'Rubytree Documentation: rubytree-2.0.2'
303
302
  - "--main"
304
303
  - README.md
305
304
  - "--quiet"