report_print 0.1.0 → 0.1.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 +4 -4
  2. data/LICENSE +18 -0
  3. data/lib/report_print/version.rb +1 -1
  4. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0d7f2a1582aea408d911f88210e1b8c8ed606ce89f7bf21a7c7c26f27bb6bb7
4
- data.tar.gz: dc9f17860c7ef6e576b06215ea6e8a5b1d605d2c7b6c115b8d951ad077b0d806
3
+ metadata.gz: fa071844b22c0289ddea4f370860f29eed4d25e7acafe22c4cbdc02577b240ed
4
+ data.tar.gz: 550bcbe7efd3a01cecd72655ade451e6dd89dcfa5e5e66268f28bb872851a279
5
5
  SHA512:
6
- metadata.gz: 30dde24a45f9e1207ec2bccdd747e5ffe74a197284226ec0d60d29cf94e56bf5b818ed63f632a3703746d13c0ee0b1b76a00af51dea2f6daf20430c2bd1c77a3
7
- data.tar.gz: 12847ec207fc9537d16464ab39a1f27d3c034b1fe26ee74320786f17670893e3653849694bd090a7294d09a98a30c041f9d88567c9e240cd893ba5bb45d5ae1e
6
+ metadata.gz: 0411f46d291c9799c7bb9c411f6c06528a20b649e8163a6d926bee83e2db4101bcc23d721f39facba30873de5d369070dd24b01ac5144e2ad32176dd17be9fbf
7
+ data.tar.gz: c6f0e18ddc0e186035b4b737a4bbd0ccf553ba189d5fca5b271eda1126b1cb0cea0099e8a2c3091df5cd131fc67b428292d1b98c3f0003321496768769fd63c3
data/LICENSE ADDED
@@ -0,0 +1,18 @@
1
+ MIT No Attribution
2
+
3
+ Copyright 2026 Benoit Hiller
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.
11
+
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module ReportPrint
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: report_print
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Hiller
@@ -33,6 +33,7 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - LICENSE
36
37
  - README.md
37
38
  - lib/report_print.rb
38
39
  - lib/report_print/core_extensions.rb
@@ -41,7 +42,8 @@ files:
41
42
  - lib/report_print/refinements.rb
42
43
  - lib/report_print/version.rb
43
44
  homepage: https://github.com/BenoitHiller/report_print
44
- licenses: []
45
+ licenses:
46
+ - MIT-0
45
47
  metadata:
46
48
  allowed_push_host: https://rubygems.org
47
49
  homepage_uri: https://github.com/BenoitHiller/report_print
@@ -60,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
62
  - !ruby/object:Gem::Version
61
63
  version: '0'
62
64
  requirements: []
63
- rubygems_version: 4.0.10
65
+ rubygems_version: 4.0.16
64
66
  specification_version: 4
65
67
  summary: A hybrid between PrettyPrint and AwesomePrint/AmazingPrint
66
68
  test_files: []