renshuu 0.1.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: 182e63b036401b107a66bf329425dd16dbc35ae63dc0326996ccae79ee95484c
4
+ data.tar.gz: 2ffe79bf4e6a7d9e22bf15cfe698b88b441a1ef7cfc185e4ee93d0438555ff59
5
+ SHA512:
6
+ metadata.gz: b480fa63633cdb81180c5703204b8867efa75903f5e9d197df99979064a2fffd5eb314ab01cece8c237dd4cd4826de58d2dd3cbd18700ff0683208b4d869250e
7
+ data.tar.gz: 0dbf167eb256825633f0cb9069997042e80869e3e58eacb7b42f8cfd25db7cc015e8e356f834d4b586a59239981805481ab4f8d7ec06b85c9240e3a7f83c22c4
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,25 @@
1
+ ---
2
+ plugins:
3
+ - rubocop-factory_bot
4
+ - rubocop-rake
5
+ - rubocop-rspec
6
+ - rubocop-performance
7
+
8
+ AllCops:
9
+ NewCops: enable
10
+ TargetRubyVersion: 3.3
11
+
12
+ Layout/LineLength:
13
+ Max: 80
14
+ Layout/MultilineMethodCallIndentation:
15
+ EnforcedStyle: indented
16
+
17
+ RSpec/ExampleLength:
18
+ Max: 10
19
+ RSpec/MultipleMemoizedHelpers:
20
+ Max: 10
21
+ RSpec/NestedGroups:
22
+ Max: 4
23
+ RSpec/SpecFilePathFormat:
24
+ Exclude:
25
+ - spec/renshuu/models/*_spec.rb
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.3
@@ -0,0 +1,29 @@
1
+ {
2
+ // Place your listenbrainz workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
3
+ // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
4
+ // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
5
+ // used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
6
+ // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
7
+ // Placeholders with the same ids are connected.
8
+ // Example:
9
+ // "Print to console": {
10
+ // "scope": "javascript,typescript",
11
+ // "prefix": "log",
12
+ // "body": [
13
+ // "console.log('$1');",
14
+ // "$2"
15
+ // ],
16
+ // "description": "Log output to console"
17
+ // }
18
+ "Ruby template file": {
19
+ "isFileTemplate": true,
20
+ "scope": "ruby",
21
+ "prefix": "rubyTemplate",
22
+ "body": [
23
+ "# frozen_string_literal: true",
24
+ "",
25
+ "$0"
26
+ ],
27
+ "description": "Ruby template"
28
+ }
29
+ }
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ --private
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ## [0.1.0] - 2025-07-31
4
+
5
+ ### Added
6
+
7
+ - Initial release
8
+ - User profile
9
+ - Kanji dictionary and lookup
@@ -0,0 +1,132 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our
6
+ community a harassment-free experience for everyone, regardless of age, body
7
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
8
+ identity and expression, level of experience, education, socio-economic status,
9
+ nationality, personal appearance, race, caste, color, religion, or sexual
10
+ identity and orientation.
11
+
12
+ We pledge to act and interact in ways that contribute to an open, welcoming,
13
+ diverse, inclusive, and healthy community.
14
+
15
+ ## Our Standards
16
+
17
+ Examples of behavior that contributes to a positive environment for our
18
+ community include:
19
+
20
+ * Demonstrating empathy and kindness toward other people
21
+ * Being respectful of differing opinions, viewpoints, and experiences
22
+ * Giving and gracefully accepting constructive feedback
23
+ * Accepting responsibility and apologizing to those affected by our mistakes,
24
+ and learning from the experience
25
+ * Focusing on what is best not just for us as individuals, but for the overall
26
+ community
27
+
28
+ Examples of unacceptable behavior include:
29
+
30
+ * The use of sexualized language or imagery, and sexual attention or advances of
31
+ any kind
32
+ * Trolling, insulting or derogatory comments, and personal or political attacks
33
+ * Public or private harassment
34
+ * Publishing others' private information, such as a physical or email address,
35
+ without their explicit permission
36
+ * Other conduct which could reasonably be considered inappropriate in a
37
+ professional setting
38
+
39
+ ## Enforcement Responsibilities
40
+
41
+ Community leaders are responsible for clarifying and enforcing our standards of
42
+ acceptable behavior and will take appropriate and fair corrective action in
43
+ response to any behavior that they deem inappropriate, threatening, offensive,
44
+ or harmful.
45
+
46
+ Community leaders have the right and responsibility to remove, edit, or reject
47
+ comments, commits, code, wiki edits, issues, and other contributions that are
48
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
49
+ decisions when appropriate.
50
+
51
+ ## Scope
52
+
53
+ This Code of Conduct applies within all community spaces, and also applies when
54
+ an individual is officially representing the community in public spaces.
55
+ Examples of representing our community include using an official email address,
56
+ posting via an official social media account, or acting as an appointed
57
+ representative at an online or offline event.
58
+
59
+ ## Enforcement
60
+
61
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
+ reported to the community leaders responsible for enforcement at
63
+ [INSERT CONTACT METHOD].
64
+ All complaints will be reviewed and investigated promptly and fairly.
65
+
66
+ All community leaders are obligated to respect the privacy and security of the
67
+ reporter of any incident.
68
+
69
+ ## Enforcement Guidelines
70
+
71
+ Community leaders will follow these Community Impact Guidelines in determining
72
+ the consequences for any action they deem in violation of this Code of Conduct:
73
+
74
+ ### 1. Correction
75
+
76
+ **Community Impact**: Use of inappropriate language or other behavior deemed
77
+ unprofessional or unwelcome in the community.
78
+
79
+ **Consequence**: A private, written warning from community leaders, providing
80
+ clarity around the nature of the violation and an explanation of why the
81
+ behavior was inappropriate. A public apology may be requested.
82
+
83
+ ### 2. Warning
84
+
85
+ **Community Impact**: A violation through a single incident or series of
86
+ actions.
87
+
88
+ **Consequence**: A warning with consequences for continued behavior. No
89
+ interaction with the people involved, including unsolicited interaction with
90
+ those enforcing the Code of Conduct, for a specified period of time. This
91
+ includes avoiding interactions in community spaces as well as external channels
92
+ like social media. Violating these terms may lead to a temporary or permanent
93
+ ban.
94
+
95
+ ### 3. Temporary Ban
96
+
97
+ **Community Impact**: A serious violation of community standards, including
98
+ sustained inappropriate behavior.
99
+
100
+ **Consequence**: A temporary ban from any sort of interaction or public
101
+ communication with the community for a specified period of time. No public or
102
+ private interaction with the people involved, including unsolicited interaction
103
+ with those enforcing the Code of Conduct, is allowed during this period.
104
+ Violating these terms may lead to a permanent ban.
105
+
106
+ ### 4. Permanent Ban
107
+
108
+ **Community Impact**: Demonstrating a pattern of violation of community
109
+ standards, including sustained inappropriate behavior, harassment of an
110
+ individual, or aggression toward or disparagement of classes of individuals.
111
+
112
+ **Consequence**: A permanent ban from any sort of public interaction within the
113
+ community.
114
+
115
+ ## Attribution
116
+
117
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
+ version 2.1, available at
119
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120
+
121
+ Community Impact Guidelines were inspired by
122
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
+
124
+ For answers to common questions about this code of conduct, see the FAQ at
125
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
+ [https://www.contributor-covenant.org/translations][translations].
127
+
128
+ [homepage]: https://www.contributor-covenant.org
129
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
+ [Mozilla CoC]: https://github.com/mozilla/diversity
131
+ [FAQ]: https://www.contributor-covenant.org/faq
132
+ [translations]: https://www.contributor-covenant.org/translations
data/Guardfile ADDED
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+
3
+ guard :rspec, cmd: 'bundle exec rspec' do
4
+ require 'guard/rspec/dsl'
5
+ dsl = Guard::RSpec::Dsl.new(self)
6
+
7
+ # Feel free to open issues for suggestions and improvements
8
+ notification :off
9
+
10
+ # RSpec files
11
+ rspec = dsl.rspec
12
+ watch(rspec.spec_helper) { rspec.spec_dir }
13
+ watch(rspec.spec_support) { rspec.spec_dir }
14
+ watch(rspec.spec_files)
15
+
16
+ # Ruby files
17
+ ruby = dsl.ruby
18
+ dsl.watch_spec_files_for(ruby.lib_files)
19
+ end
20
+
21
+ guard :yard, server: false do
22
+ watch(%r{lib/.+\.rb})
23
+ end
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2025 Richard Degenne
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,104 @@
1
+ # Renshuu
2
+
3
+ Ruby wrapper for [Renshuu], the Japanese learning platform.
4
+
5
+ [Renshuu]: https://renshuu.org
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ bundle add renshuu
11
+ ```
12
+
13
+ If Bundler is not being used to manage dependencies, install the gem by
14
+ executing:
15
+
16
+ ```bash
17
+ gem install renshuu
18
+ ```
19
+
20
+ ## Usage
21
+
22
+ ### Configuration
23
+
24
+ The Renshuu gem can be configured either through environment variables or
25
+ programmatically.
26
+
27
+ #### Environment variables
28
+
29
+ | Name | Default | Description |
30
+ |------|---------|-------------|
31
+ | `RENSHUU_API_URL` | `https://api.renshuu.org` | URL to the Renshuu API |
32
+ | `RENSHUU_API_KEY` | Required | Used for authentication. You can find your user token on [Renshuu's API page][renshuu-api]. |
33
+
34
+ [renshuu-api]: https://www.renshuu.org/index.php?page=misc/api
35
+
36
+ #### Programmatically
37
+
38
+ ```ruby
39
+ Renshuu.configure do |config|
40
+ config.api_url = '<CUSTOM_RENSHUU_URL>'
41
+ config.api_key = '<API_KEY>'
42
+ end
43
+ ```
44
+
45
+ ### User profile
46
+
47
+ ```ruby
48
+ # Retrieves the user profile associated with the configured API key.
49
+ Renshuu::Profile.get
50
+ ```
51
+
52
+ ### Kanji dictionary
53
+
54
+ ```ruby
55
+ # Searches the kanji dictionary
56
+ Renshuu::Kanji.search('eat')
57
+ Renshuu::Kanji.search('taberu')
58
+ Renshuu::Kanji.search('たべる')
59
+
60
+ # Retrieves a kanji from Renshuu's kanji dictionary
61
+ Renshuu::Kanji.get('紅')
62
+ ```
63
+
64
+ ## Development
65
+
66
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run
67
+ `bundle exec rake spec` to run the tests. You can also run `bin/console` for an
68
+ interactive prompt that will allow you to experiment.
69
+
70
+ To install this gem onto your local machine, run `bundle exec rake install`.
71
+
72
+ ### Visual Studio Code workspace
73
+
74
+ The `renshuu.code-workspace` file contains recommended settings and extensions
75
+ to work with Visual Studio Code. Open the workspace by running `code
76
+ renshuu.code-workspace`.
77
+
78
+ ### Hot test runs
79
+
80
+ The development dependencies include [Guard][guard] to run tests and generate
81
+ documentation whenever you edit a file.
82
+
83
+ [guard]: https://github.com/guard/guard
84
+
85
+ Run `bundle exec guard` to start watching.
86
+
87
+ ## Contributing
88
+
89
+ Bug reports and pull requests are welcome on GitLab at
90
+ <https://gitlab.com/Richard-Degenne/renshuu>. This project is intended to be a
91
+ safe, welcoming space for collaboration, and contributors are expected to adhere
92
+ to the [code of conduct].
93
+
94
+ [code of conduct]: https://gitlab.com/Richard-Degenne/renshuu/blob/master/CODE_OF_CONDUCT.md
95
+
96
+ ## License
97
+
98
+ The gem is available as open source under the terms of the [MIT
99
+ License](https://opensource.org/licenses/MIT).
100
+
101
+ ## Code of Conduct
102
+
103
+ Everyone interacting in the Renshuu project's codebases, issue trackers, chat
104
+ rooms and mailing lists is expected to follow the [code of conduct].
data/Rakefile ADDED
@@ -0,0 +1,19 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+
5
+ # RSpec
6
+ require 'rspec/core/rake_task'
7
+ RSpec::Core::RakeTask.new(:spec)
8
+
9
+ # Rubocop
10
+ require 'rubocop/rake_task'
11
+ RuboCop::RakeTask.new
12
+
13
+ # Yard
14
+ require 'yard'
15
+ YARD::Rake::YardocTask.new do |yard|
16
+ yard.files = ['-', 'CHANGELOG.md']
17
+ end
18
+
19
+ task default: %i[spec rubocop yard]
@@ -0,0 +1,39 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Renshuu
4
+ ##
5
+ # HTTP client for the Renshuu API.
6
+ class Client
7
+ ##
8
+ # @param [Configuration] configuration
9
+ def initialize(configuration = Renshuu.configuration)
10
+ @configuration = configuration
11
+ end
12
+
13
+ ##
14
+ # @return [Configuration]
15
+ attr_reader :configuration
16
+
17
+ ##
18
+ # @param [Symbol] method
19
+ # @param [String] path
20
+ # @param [Hash{Symbol, String => Object}] params
21
+ #
22
+ # @return [Hash{Symbol => Object}, Array]
23
+ def query(method, path, params: {})
24
+ httpx.request(method, path, params:)
25
+ .raise_for_status.json(symbolize_names: true)
26
+ end
27
+
28
+ private
29
+
30
+ ##
31
+ # @return [HTTPX::Session]
32
+ def httpx
33
+ @httpx ||= HTTPX.with(
34
+ origin: configuration.api_url,
35
+ headers: { authorization: "Bearer #{configuration.api_key}" }
36
+ )
37
+ end
38
+ end
39
+ end
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Renshuu
4
+ ##
5
+ # Configuraiton object for the library.
6
+ class Configuration
7
+ ##
8
+ # URL of the Renshuu API.
9
+ #
10
+ # @return [URI]
11
+ def api_url
12
+ @api_url ||= URI('https://api.renshuu.org')
13
+ end
14
+
15
+ ##
16
+ # Sets the API URL.
17
+ #
18
+ # @param [URI, String] new_url
19
+ def api_url=(new_url)
20
+ @api_url = new_url && URI(new_url)
21
+ end
22
+
23
+ ##
24
+ # @return [String, nil]
25
+ attr_accessor :api_key
26
+ end
27
+ end
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Renshuu
4
+ ##
5
+ # Model class for kanji.
6
+ #
7
+ # @see https://api.renshuu.org/docs/#/Kanji
8
+ class Kanji < Model
9
+ ##
10
+ # Searches the Renshuu kanji dictionary.
11
+ #
12
+ # @param [String] value
13
+ #
14
+ # @return [Array<Kanji>]
15
+ def self.search(value)
16
+ body = Renshuu.client.query(:get, 'v1/kanji/search', params: { value: })
17
+
18
+ body.fetch(:kanjis).map { Kanji.new(_1) }
19
+ end
20
+
21
+ ##
22
+ # Retrieves a kanji from Renshuu's dictionary.
23
+ #
24
+ # @param [String] character
25
+ #
26
+ # @return [Kanji]
27
+ def self.get(character)
28
+ cgi_character = CGI.escape(character)
29
+ body = Renshuu.client.query(:get, "v1/kanji/#{cgi_character}")
30
+ new(body)
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Renshuu
4
+ ##
5
+ # Base class for model objects.
6
+ class Model < RecursiveOpenStruct
7
+ ##
8
+ # Default options for new objects.
9
+ #
10
+ # @return [Hash{Symbol => Object}]
11
+ def self.default_options
12
+ super.merge(raise_on_missing: true, recurse_over_arrays: true)
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Renshuu
4
+ ##
5
+ # Model class for user profiles.
6
+ #
7
+ # @see https://api.renshuu.org/docs/#/User
8
+ class Profile < Model
9
+ ##
10
+ # @return [Profile]
11
+ def self.get
12
+ body = Renshuu.client.query(:get, 'v1/profile')
13
+ new(body)
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Renshuu # rubocop:disable Style/Documentation
4
+ end
5
+
6
+ # Base class
7
+ require_relative 'models/model'
8
+
9
+ # Other models
10
+ require_relative 'models/kanji'
11
+ require_relative 'models/profile'
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Renshuu
4
+ ##
5
+ # Semantic version number of the library.
6
+ VERSION = '0.1.0'
7
+ end
data/lib/renshuu.rb ADDED
@@ -0,0 +1,52 @@
1
+ # frozen_string_literal: true
2
+
3
+ # External requires
4
+ require 'httpx'
5
+ require 'recursive-open-struct'
6
+ require 'uri'
7
+
8
+ # Pre-module requires
9
+ require_relative 'renshuu/configuration'
10
+ require_relative 'renshuu/version'
11
+
12
+ ##
13
+ # Top-level module of the library.
14
+ module Renshuu
15
+ class << self
16
+ ##
17
+ # @return [Configuration]
18
+ def configuration
19
+ @configuration ||= Configuration.new
20
+ end
21
+
22
+ ##
23
+ # @yieldparam [Configuration] configuration
24
+ def configure
25
+ yield configuration
26
+ end
27
+
28
+ ##
29
+ # @return [Client]
30
+ def client
31
+ @client ||= Client.new
32
+ end
33
+
34
+ ##
35
+ # Updates the configuration according to environment variables.
36
+ #
37
+ # * +RENSHUU_API_URL+;
38
+ # * +RENSHUU_API_KEY+.
39
+ #
40
+ # @return [Void]
41
+ def configure_from_env
42
+ configuration.api_url = ENV.fetch('RENSHUU_API_URL', nil)
43
+ configuration.api_key = ENV.fetch('RENSHUU_API_KEY', nil)
44
+ end
45
+ end
46
+
47
+ configure_from_env
48
+ end
49
+
50
+ # Local requires
51
+ require_relative 'renshuu/client'
52
+ require_relative 'renshuu/models'
@@ -0,0 +1,24 @@
1
+ // spell-checker:disable
2
+
3
+ {
4
+ "folders": [
5
+ {
6
+ "path": "."
7
+ }
8
+ ],
9
+ "extensions": {
10
+ "recommendations": [
11
+ "shopify.ruby-lsp",
12
+ "davidanson.vscode-markdownlint",
13
+ "streetsidesoftware.code-spell-checker"
14
+ ]
15
+ },
16
+ "settings": {
17
+ "editor.rulers": [
18
+ 80
19
+ ],
20
+ "cSpell.words": [
21
+ "renshuu"
22
+ ]
23
+ }
24
+ }
data/sample.env ADDED
@@ -0,0 +1,5 @@
1
+ # Custom Renshuu API URL, if necessary
2
+ # RENSHUU_API_URL=https://api.renshuu.org
3
+
4
+ # Renshuu API key, available at https://www.renshuu.org/index.php?page=misc/api
5
+ RENSHUU_API_KEY=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
metadata ADDED
@@ -0,0 +1,99 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: renshuu
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Richard Degenne
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-09-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: httpx
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.5'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.5'
27
+ - !ruby/object:Gem::Dependency
28
+ name: recursive-open-struct
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2'
41
+ description: Ruby wrapper for the Renshuu API.
42
+ email:
43
+ - hello@richarddegenne.fr
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - ".rspec"
49
+ - ".rubocop.yml"
50
+ - ".ruby-version"
51
+ - ".vscode/templates.code-snippets"
52
+ - ".yardopts"
53
+ - CHANGELOG.md
54
+ - CODE_OF_CONDUCT.md
55
+ - Guardfile
56
+ - LICENSE.txt
57
+ - README.md
58
+ - Rakefile
59
+ - lib/renshuu.rb
60
+ - lib/renshuu/client.rb
61
+ - lib/renshuu/configuration.rb
62
+ - lib/renshuu/models.rb
63
+ - lib/renshuu/models/kanji.rb
64
+ - lib/renshuu/models/model.rb
65
+ - lib/renshuu/models/profile.rb
66
+ - lib/renshuu/version.rb
67
+ - renshuu.code-workspace
68
+ - sample.env
69
+ homepage: https://gitlab.com/Richard-Degenne/renshuu
70
+ licenses:
71
+ - MIT
72
+ metadata:
73
+ bug_tracker_uri: https://gitlab.com/Richard-Degenne/renshuu/issues
74
+ changelog_uri: https://gitlab.com/Richard-Degenne/renshuu/-/blob/master/CHANGELOG.md
75
+ documentation_uri: https://renshuu.richarddegenne.fr
76
+ funding_uri: https://ko-fi.com/richarddegenne
77
+ homepage_uri: https://gitlab.com/Richard-Degenne/renshuu
78
+ source_code_uri: https://gitlab.com/Richard-Degenne/renshuu
79
+ rubygems_mfa_required: 'false'
80
+ post_install_message:
81
+ rdoc_options: []
82
+ require_paths:
83
+ - lib
84
+ required_ruby_version: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: '3.3'
89
+ required_rubygems_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ requirements: []
95
+ rubygems_version: 3.5.22
96
+ signing_key:
97
+ specification_version: 4
98
+ summary: Ruby wrapper for the Renshuu API.
99
+ test_files: []