thecore_download_documents 3.0.1 → 3.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2aa74ef7934334bae135bf3940488b6d94893e9ddf2211627795d7f1aa3a6bfa
4
- data.tar.gz: 18d264cddd02ed6cec55ab1d07d3bfe29bdf54e7596d42dfc7a167a49aae95fb
3
+ metadata.gz: 243714a7ff72e651db8c84f984f373ee65cabe29bdbf66e9c04f7f20ec931c18
4
+ data.tar.gz: f605d5eee36092c7d2099ffed54db19665be4513b24abd85856792fd6e6cc07f
5
5
  SHA512:
6
- metadata.gz: ee963b4595edcc399d19adc3bfa4abecdd936198cf7b9e5116e7941339aa21c713013ba990eb342c15059df72fbf3c35c6af0ad4e4e598bb8079c158d4271609
7
- data.tar.gz: d16822d8e280d229c676003785f1365d4562c3a506e9a8377bf7c8fe6b82a7a0e1f96573f1592a866a5e0287188c387c4fb4bc23050875dc4cc7c8bc31a97db0
6
+ metadata.gz: 10c2bc1942103b8441c407dcab01dafb022f63e89fe91ce496f9a3c1942dcee2be5385b7b0fd7b23f8f1afc8ba9232e9348d8edb0232d8bb49d77903daf15367
7
+ data.tar.gz: 8d2f95dcc12c9013fe1ce3c71e67f0aa4a2658f9c5f1b4277300ad9581543eb264c26e4120d085da0b077640e23f62da83643d15904f9a4a9b658b92381582a4
data/README.md CHANGED
@@ -1,28 +1 @@
1
- # ThecoreDownloadDocuments
2
- Short description and motivation.
3
-
4
- ## Usage
5
- How to use my plugin.
6
-
7
- ## Installation
8
- Add this line to your application's Gemfile:
9
-
10
- ```ruby
11
- gem 'thecore_download_documents'
12
- ```
13
-
14
- And then execute:
15
- ```bash
16
- $ bundle
17
- ```
18
-
19
- Or install it yourself as:
20
- ```bash
21
- $ gem install thecore_download_documents
22
- ```
23
-
24
- ## Contributing
25
- Contribution directions go here.
26
-
27
- ## License
28
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
1
+ This is part of Thecore framework: https://github.com/gabrieletassoni/thecore/tree/release/3
@@ -1,4 +1,3 @@
1
1
  module ThecoreDownloadDocuments
2
- VERSION = "3.0.1".freeze
3
- # "#{`git describe --tags $(git rev-list --tags --max-count=1)`.chomp}"
2
+ VERSION = "3.0.4".freeze
4
3
  end
@@ -1,4 +1,5 @@
1
1
  require 'thecore_ui_rails_admin'
2
+ require 'matrix'
2
3
  require "prawn"
3
4
  require "prawn/table"
4
5
  require 'csv'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_download_documents
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-05-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: thecore_ui_commons
@@ -52,6 +51,20 @@ dependencies:
52
51
  - - "~>"
53
52
  - !ruby/object:Gem::Version
54
53
  version: '0.2'
54
+ - !ruby/object:Gem::Dependency
55
+ name: matrix
56
+ requirement: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '0.4'
61
+ type: :runtime
62
+ prerelease: false
63
+ version_requirements: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '0.4'
55
68
  description: Some helper methods to create pdfs and csvs ina a simple, tabellar notation.
56
69
  for PDF you can also add an header and a footer to each page.
57
70
  email:
@@ -71,7 +84,6 @@ homepage: https://github.com/gabrieletassoni/thecore_download_documents
71
84
  licenses:
72
85
  - MIT
73
86
  metadata: {}
74
- post_install_message:
75
87
  rdoc_options: []
76
88
  require_paths:
77
89
  - lib
@@ -86,8 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
98
  - !ruby/object:Gem::Version
87
99
  version: '0'
88
100
  requirements: []
89
- rubygems_version: 3.4.10
90
- signing_key:
101
+ rubygems_version: 3.6.9
91
102
  specification_version: 4
92
103
  summary: Common methods to help exporting to csv, pdf documents.
93
104
  test_files: []