acrylic 0.4.1 → 0.4.3

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/COPYING.md +2 -31
  3. data/lib/version.rb +1 -1
  4. metadata +30 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee2e747e395ee52575a3fd089b3c0aa64002e8c14b973c61723506a832836627
4
- data.tar.gz: 52df65734c90c0e8005fa2d196389e2166773ff5f08e448079568ed438999d84
3
+ metadata.gz: b5108c32b735a7a2f8caf9973223ec29b4a0d8ee2920eaea74e70442edfe6aaa
4
+ data.tar.gz: 1b1c78e6c1b561b018eb2e5aa35e8f9c2a64bbc411896f7d4795da17b067cf7e
5
5
  SHA512:
6
- metadata.gz: d03527ed2f8565f2f38f5078fe1c975015c7c343b548c9787ce185fdfa9c1f1f5fc7cb94c624fdd8e06de32838e32468d8e1f1a17ad938fd8ef189bc0ee2a130
7
- data.tar.gz: 5c5fa37519ccf78fbed930950a2e9e29f0bd1a7c6adc5752f96457eaa29a9d85b4cbc5c2c31901be9f4392264fa81e3448047f5d502f2f2eea554e317580526f
6
+ metadata.gz: f52fb6f7c19a4e02d30a92565b7520807980f43b0f5aaf6f7d64d444552b08aeced19fe280cb4e8931e62c85c35bd023a7e6b4508d06635659fe70546bf5daca
7
+ data.tar.gz: 76b1b5ccca9880238592e7ed22daa2773b66fe7f163cec3684b7d8b5a27d445293a864d79fc23ac7cd597b14b7fa00d8b557b484f819c114b1ff1fa2315e987e
data/COPYING.md CHANGED
@@ -1,31 +1,2 @@
1
- This project is licensed under the PICO License v1.3, © (project author) (current year)
2
-
3
- ## TERMINOLOGY
4
-
5
- - accessibility through the network: to be involved in (and not as part of the underlying operating system) the creation, modification, presentation, and/or distribution of online content over the internet.
6
- - assets: any sort of textual or binary files (or unique fragments of files where applicable) which are part of a project, and included either as a processed output (e.g. through a preprocessing tool, assembler, or compiler) or directly, inside or alongside the main finished output of a project, and/or any intermediate stage.
7
-
8
- ## REQUISITES (for a project)
9
-
10
- For a project (original or derived) to be licensed under this license, its complete source code must be publicly available in a way that can be used, modified, and set up by anyone, without the prerequisite of any tools or configuration settings not available to the public, except when sharing said settings could compromise the security of the existing instance(s) (in which case sufficient documentation must be provided to allow users to replace said settings with valid values that let the application function).
11
-
12
- If the project does not follow these requirements, this license shall be considered void, and thus cannot be used to license said project.
13
-
14
- ## TERMS AND CONDITIONS (for the user)
15
-
16
- Users are granted an irrevocable, perpetual, and royalty-free right to use, distribute, view, reverse-engineer, and modify this project and its assets in any way allowed by law both for non-commercial and commercial purposes with the following clauses:
17
-
18
- 1. Distribution, embedding, and static or dynamic linking of the entire project or assets in binary or source form requires attribution.
19
-
20
- 2. If the project is accessible through the network either privately or publicly, attribution must be given as per the distribution clause.
21
-
22
- 3. Attribution must be in the form of a piece of text accessible to the end user (e.g. through the Help menu in a GUI application) indicating the original project name, author(s), and a link to the complete source code of the project.
23
-
24
- 4. A project derived from the original project must:
25
- - be licensed under the exact same license, or any later version;
26
- - and provide attribution to the original author(s) as well as the derived project's.
27
-
28
- 5. Large language models (such as ChatGPT, Claude, or Gemini) or any other generative AI models which train off of publicly available assets are explicitly forbidden from using the project's assets or intellectual property for training.
29
-
30
- The project is provided "as-is", without any warranty of any kind.
31
- The author(s) have made their best effort to make sure the product is safe, although no guarantees are offered regarding potential damages that may result from the usage of this project.
1
+ This project is licensed under any version of the PICO License greater or equal to v2.0.
2
+ https://codeberg.org/Pictrel/License/src/branch/v2/PICOLICENSE-2.0
data/lib/version.rb CHANGED
@@ -2,7 +2,7 @@ module Acrylic
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 4
5
- HOTFIX = 1
5
+ HOTFIX = 3
6
6
 
7
7
  def self.semver
8
8
  "#{MAJOR}.#{MINOR}.#{HOTFIX}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acrylic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - fmixolydian
@@ -51,6 +51,34 @@ dependencies:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
53
  version: 0.6.3
54
+ - !ruby/object:Gem::Dependency
55
+ name: sequel
56
+ requirement: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '5.99'
61
+ type: :runtime
62
+ prerelease: false
63
+ version_requirements: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '5.99'
68
+ - !ruby/object:Gem::Dependency
69
+ name: yaml
70
+ requirement: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - "~>"
73
+ - !ruby/object:Gem::Version
74
+ version: 0.3.0
75
+ type: :runtime
76
+ prerelease: false
77
+ version_requirements: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: 0.3.0
54
82
  description: |2
55
83
  Acrylic is a web framework that simplifies your life by automatically generating migrations,
56
84
  as well as providing several macros for repeating common operations (e.g. defining REST APIs).
@@ -69,7 +97,7 @@ files:
69
97
  - lib/version.rb
70
98
  homepage: https://codeberg.org/fmixolydian/acrylic
71
99
  licenses:
72
- - LicenseRef-COPYING.md
100
+ - LicenseRef-COPYING.md OR EUPL-1.2
73
101
  metadata: {}
74
102
  rdoc_options: []
75
103
  require_paths: