thecore_download_documents 3.0.3 → 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: 37876ac8772a9e0edbfa2cfb01caf39dcd7daae82fb3f720dfe745336357078f
4
- data.tar.gz: 3a7ff26637f000105bbb8450cae5b40d5f612a79db24ae55246c1bd1a4d16a9d
3
+ metadata.gz: 243714a7ff72e651db8c84f984f373ee65cabe29bdbf66e9c04f7f20ec931c18
4
+ data.tar.gz: f605d5eee36092c7d2099ffed54db19665be4513b24abd85856792fd6e6cc07f
5
5
  SHA512:
6
- metadata.gz: a71d22f4b945f77d7ebf07d81bf282e6515b57534838cf0b9fb6ac1fe26a2ee737af05d7ce77da473d9f3e2f9603fda50a2e86818fcc313c36f31a3d659e1485
7
- data.tar.gz: 8fd510669e0b99bd619fc97116f5b27227321d74e15611b5fd34ac0de77e8555c5d42441ad1c6bd40e8f203c2d8f8998b1837d1ff12a593266cc2e4db3dedd0e
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.3".freeze
3
- # "#{`git describe --tags $(git rev-list --tags --max-count=1)`.chomp}"
2
+ VERSION = "3.0.4".freeze
4
3
  end
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.3
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
@@ -85,7 +84,6 @@ homepage: https://github.com/gabrieletassoni/thecore_download_documents
85
84
  licenses:
86
85
  - MIT
87
86
  metadata: {}
88
- post_install_message:
89
87
  rdoc_options: []
90
88
  require_paths:
91
89
  - lib
@@ -100,8 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  - !ruby/object:Gem::Version
101
99
  version: '0'
102
100
  requirements: []
103
- rubygems_version: 3.4.10
104
- signing_key:
101
+ rubygems_version: 3.6.9
105
102
  specification_version: 4
106
103
  summary: Common methods to help exporting to csv, pdf documents.
107
104
  test_files: []