thecore_download_documents 3.0.3 → 3.0.5

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: 17031a643d6066c805df4b0de043b374011313bb4527ac8cf118a6d8a80cac59
4
+ data.tar.gz: 25790dbf4f2ba6a1ca03fb087cb3c5e8251a5af4366640ba9f2ab7775a34588f
5
5
  SHA512:
6
- metadata.gz: a71d22f4b945f77d7ebf07d81bf282e6515b57534838cf0b9fb6ac1fe26a2ee737af05d7ce77da473d9f3e2f9603fda50a2e86818fcc313c36f31a3d659e1485
7
- data.tar.gz: 8fd510669e0b99bd619fc97116f5b27227321d74e15611b5fd34ac0de77e8555c5d42441ad1c6bd40e8f203c2d8f8998b1837d1ff12a593266cc2e4db3dedd0e
6
+ metadata.gz: cd89c8f3a16241eca5186d5ff97870f56ed7309f34e1f3153385de0ed40312ce9d27f43c4a01333191c1fe709308eb06355b1fea87383a36ee073d3cacfffbe7
7
+ data.tar.gz: 0c4da3a97384dd0853437c6bb1961fb571b8dc3ef1e5a894c04cd554afed51e0ca49db2baa3b03982f636a6c5f5de50556430fc1b91eee7e270f4323e886fb6d
data/README.md CHANGED
@@ -1,28 +1,5 @@
1
- # ThecoreDownloadDocuments
2
- Short description and motivation.
1
+ This is part of Thecore framework: https://github.com/gabrieletassoni/thecore/tree/release/3
3
2
 
4
- ## Usage
5
- How to use my plugin.
3
+ ## Publishing
6
4
 
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).
5
+ This gem is published to RubyGems.org via `.github/workflows/gempush.yml`, whose `on: push` trigger is scoped to `branches: [release/3]` only. This was tightened after an incident on a sibling repo (`thecore_generators`) where an unscoped `push` trigger published a version bump pushed to an unreviewed feature branch. Keep the trigger scoped to `release/3` so publishing only ever happens on a merge/push to the actual release branch.
@@ -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.5".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.5
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
@@ -24,6 +23,20 @@ dependencies:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
25
  version: '3.0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: thecore_ui_rails_admin
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '3.0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '3.0'
27
40
  - !ruby/object:Gem::Dependency
28
41
  name: prawn
29
42
  requirement: !ruby/object:Gem::Requirement
@@ -85,7 +98,6 @@ homepage: https://github.com/gabrieletassoni/thecore_download_documents
85
98
  licenses:
86
99
  - MIT
87
100
  metadata: {}
88
- post_install_message:
89
101
  rdoc_options: []
90
102
  require_paths:
91
103
  - lib
@@ -100,8 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
112
  - !ruby/object:Gem::Version
101
113
  version: '0'
102
114
  requirements: []
103
- rubygems_version: 3.4.10
104
- signing_key:
115
+ rubygems_version: 3.6.9
105
116
  specification_version: 4
106
117
  summary: Common methods to help exporting to csv, pdf documents.
107
118
  test_files: []