floss_funding 1.0.0.pre.alpha.1 → 1.0.0.pre.alpha.2
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +15 -2
- data/CITATION.cff +20 -0
- data/README.md +5 -6
- data/REEK +111 -0
- data/RUBOCOP.md +60 -0
- data/base.txt +2400 -0
- data/lib/floss_funding/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +15 -5
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: floss_funding
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.pre.alpha.
|
4
|
+
version: 1.0.0.pre.alpha.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter H. Boling
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
|
36
36
|
L9nRqA==
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2025-08-
|
38
|
+
date: 2025-08-11 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: month-serializer
|
@@ -203,18 +203,25 @@ executables: []
|
|
203
203
|
extensions: []
|
204
204
|
extra_rdoc_files:
|
205
205
|
- CHANGELOG.md
|
206
|
+
- CITATION.cff
|
206
207
|
- CODE_OF_CONDUCT.md
|
207
208
|
- CONTRIBUTING.md
|
208
209
|
- LICENSE.txt
|
209
210
|
- README.md
|
211
|
+
- REEK
|
212
|
+
- RUBOCOP.md
|
210
213
|
- SECURITY.md
|
211
214
|
files:
|
212
215
|
- CHANGELOG.md
|
216
|
+
- CITATION.cff
|
213
217
|
- CODE_OF_CONDUCT.md
|
214
218
|
- CONTRIBUTING.md
|
215
219
|
- LICENSE.txt
|
216
220
|
- README.md
|
221
|
+
- REEK
|
222
|
+
- RUBOCOP.md
|
217
223
|
- SECURITY.md
|
224
|
+
- base.txt
|
218
225
|
- lib/floss_funding.rb
|
219
226
|
- lib/floss_funding/check.rb
|
220
227
|
- lib/floss_funding/config.rb
|
@@ -226,10 +233,10 @@ licenses:
|
|
226
233
|
- MIT
|
227
234
|
metadata:
|
228
235
|
homepage_uri: https://floss-funding.galtzo.com/
|
229
|
-
source_code_uri: https://github.com/galtzo-floss/floss_funding/tree/v1.0.0.pre.alpha.
|
230
|
-
changelog_uri: https://github.com/galtzo-floss/floss_funding/blob/v1.0.0.pre.alpha.
|
236
|
+
source_code_uri: https://github.com/galtzo-floss/floss_funding/tree/v1.0.0.pre.alpha.2
|
237
|
+
changelog_uri: https://github.com/galtzo-floss/floss_funding/blob/v1.0.0.pre.alpha.2/CHANGELOG.md
|
231
238
|
bug_tracker_uri: https://github.com/galtzo-floss/floss_funding/issues
|
232
|
-
documentation_uri: https://www.rubydoc.info/gems/floss_funding/1.0.0.pre.alpha.
|
239
|
+
documentation_uri: https://www.rubydoc.info/gems/floss_funding/1.0.0.pre.alpha.2
|
233
240
|
funding_uri: https://github.com/sponsors/pboling
|
234
241
|
wiki_uri: https://github.com/galtzo-floss/floss_funding/wiki
|
235
242
|
news_uri: https://www.railsbling.com/tags/floss_funding
|
@@ -240,10 +247,13 @@ rdoc_options:
|
|
240
247
|
- floss_funding - Help overlooked open source projects by funding them.
|
241
248
|
- "--main"
|
242
249
|
- CHANGELOG.md
|
250
|
+
- CITATION.cff
|
243
251
|
- CODE_OF_CONDUCT.md
|
244
252
|
- CONTRIBUTING.md
|
245
253
|
- LICENSE.txt
|
246
254
|
- README.md
|
255
|
+
- REEK
|
256
|
+
- RUBOCOP.md
|
247
257
|
- SECURITY.md
|
248
258
|
- "--line-numbers"
|
249
259
|
- "--inline-source"
|
metadata.gz.sig
CHANGED
Binary file
|