asimov-goodreads-module 0.0.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b1a8e758058930461a53ebe62032819d3948f96e24db582427b72d6864350792
4
+ data.tar.gz: 80c9b50c3b05d3731ae56409fb41bf01ad738185361e026c4b4c38eb3b155a72
5
+ SHA512:
6
+ metadata.gz: 3cd1e370119b3335d17eb4a1dd623b5a7af3174b1aa2f53a6ec30eae44bd1da46723f6d01bd0d72902fa6e64738cae437d127f21a0ad37aeb6c0449a54fc0664
7
+ data.tar.gz: f0365d6011e051a0dfe670447b6ddfa1ca89ee541db573d38bb51fd4f86356ac69cd3a802a7d25b1a2594c662d0ccd6f2e5a5b69198c5de46aab667877449e78
data/AUTHORS ADDED
@@ -0,0 +1 @@
1
+ * Arto Bendiken <arto@asimov.so>
data/CHANGES.md ADDED
@@ -0,0 +1,8 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## 0.0.0 - 2025-02-16
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # ASIMOV Goodreads Module
2
+
3
+ [![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
4
+ [![Compatibility](https://img.shields.io/badge/ruby-3.2%2B-blue)](https://endoflife.date/ruby)
5
+ [![Package](https://img.shields.io/gem/v/asimov-goodreads-module)](https://rubygems.org/gems/asimov-goodreads-module)
6
+
7
+ 🚧 _We are building in public. This is presently under heavy construction._
data/UNLICENSE ADDED
@@ -0,0 +1,24 @@
1
+ This is free and unencumbered software released into the public domain.
2
+
3
+ Anyone is free to copy, modify, publish, use, compile, sell, or
4
+ distribute this software, either in source code form or as a compiled
5
+ binary, for any purpose, commercial or non-commercial, and by any
6
+ means.
7
+
8
+ In jurisdictions that recognize copyright laws, the author or authors
9
+ of this software dedicate any and all copyright interest in the
10
+ software to the public domain. We make this dedication for the benefit
11
+ of the public at large and to the detriment of our heirs and
12
+ successors. We intend this dedication to be an overt act of
13
+ relinquishment in perpetuity of all present and future rights to this
14
+ software under copyright law.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ For more information, please refer to <https://unlicense.org/>
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.0
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env ruby
2
+ require "bundler/setup"
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env ruby
2
+ require "bundler/setup"
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: asimov-goodreads-module
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - ASIMOV Protocol
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2025-02-16 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rake
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :development
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: asimov-module
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ description: ''
41
+ email: support@asimov.so
42
+ executables:
43
+ - asimov-goodreads-importer
44
+ - asimov-goodreads-reader
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - AUTHORS
49
+ - CHANGES.md
50
+ - README.md
51
+ - UNLICENSE
52
+ - VERSION
53
+ - bin/asimov-goodreads-importer
54
+ - bin/asimov-goodreads-reader
55
+ homepage: https://github.com/asimov-modules/asimov-goodreads-module
56
+ licenses:
57
+ - Unlicense
58
+ metadata:
59
+ homepage_uri: https://github.com/asimov-modules/asimov-goodreads-module
60
+ bug_tracker_uri: https://github.com/asimov-modules/asimov-goodreads-module/issues
61
+ changelog_uri: https://github.com/asimov-modules/asimov-goodreads-module/blob/master/CHANGES.md
62
+ documentation_uri: https://github.com/asimov-modules/asimov-goodreads-module
63
+ source_code_uri: https://github.com/asimov-modules/asimov-goodreads-module
64
+ rdoc_options: []
65
+ require_paths:
66
+ - lib
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: '3.2'
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ requirements: []
78
+ rubygems_version: 3.6.2
79
+ specification_version: 4
80
+ summary: ASIMOV Goodreads Module
81
+ test_files: []