okonomi-taskmanager 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5b3ebd2800044a3df5ad4382534b59d21714568789b34b85289ad56cb82f6012
4
+ data.tar.gz: d5c896ee5277d6014b4dbdc75ab6739e7f3e692cbe9f018c972fc3f5ffbb519a
5
+ SHA512:
6
+ metadata.gz: f7753e9ea80e03cdbac4a84492c904d94b600dcff4ca460965d2641235cf4cda997bd49ca54ae5cf4b19bdfee62d479793f5a204436de89d04874fe6d00cde36
7
+ data.tar.gz: 3a8c399c6c0654e7adb5012e304e84cdcad69153ceea867cb379e182d0bb04e9a8e15dba117a6800a21d2ce3f9fa559e04533703596e961b4207038ac88e3cec
data/.rubocop.yml ADDED
@@ -0,0 +1,8 @@
1
+ AllCops:
2
+ TargetRubyVersion: 3.0
3
+
4
+ Style/StringLiterals:
5
+ EnforcedStyle: double_quotes
6
+
7
+ Style/StringLiteralsInInterpolation:
8
+ EnforcedStyle: double_quotes
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-10-23
4
+
5
+ - Initial release
@@ -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/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Okonomi GmbH
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,39 @@
1
+ # Okonomi::Taskmanager::Client
2
+
3
+ TODO: Delete this and the text below, and describe your gem
4
+
5
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/okonomi/taskmanager/client`. To experiment with that code, run `bin/console` for an interactive prompt.
6
+
7
+ ## Installation
8
+
9
+ TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
+
11
+ Install the gem and add to the application's Gemfile by executing:
12
+
13
+ $ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
14
+
15
+ If bundler is not being used to manage dependencies, install the gem by executing:
16
+
17
+ $ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Development
24
+
25
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
+
27
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
28
+
29
+ ## Contributing
30
+
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/okonomi-taskmanager-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/okonomi-taskmanager-client/blob/main/CODE_OF_CONDUCT.md).
32
+
33
+ ## License
34
+
35
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
36
+
37
+ ## Code of Conduct
38
+
39
+ Everyone interacting in the Okonomi::Taskmanager::Client project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/okonomi-taskmanager-client/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rubocop/rake_task"
5
+
6
+ RuboCop::RakeTask.new
7
+
8
+ task default: :rubocop
@@ -0,0 +1,49 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "not_found_error"
4
+ require_relative "resource"
5
+ require_relative "tasks"
6
+ require_relative "task_types"
7
+ require_relative "users"
8
+ require_relative "namespaces"
9
+
10
+ module Okonomi
11
+ module Taskmanager
12
+ class Client
13
+ attr_reader :jwt_token, :base_url, :tasks_url
14
+
15
+ def initialize(base_url: nil, jwt_token: nil)
16
+ @jwt_token = jwt_token || Okonomi::Taskmanager.jwt_token
17
+ @base_url = base_url || Okonomi::Taskmanager.api_url
18
+ end
19
+
20
+ def namespaces
21
+ @namespaces ||= Okonomi::Taskmanager::Namespaces.new(
22
+ base_url: base_url,
23
+ jwt_token: jwt_token
24
+ )
25
+ end
26
+
27
+ def task_types
28
+ @task_types ||= Okonomi::Taskmanager::TaskTypes.new(
29
+ base_url: base_url,
30
+ jwt_token: jwt_token
31
+ )
32
+ end
33
+
34
+ def tasks
35
+ @tasks ||= Okonomi::Taskmanager::Tasks.new(
36
+ base_url: base_url,
37
+ jwt_token: jwt_token
38
+ )
39
+ end
40
+
41
+ def users
42
+ @users ||= Okonomi::Taskmanager::Users.new(
43
+ base_url: base_url,
44
+ jwt_token: jwt_token
45
+ )
46
+ end
47
+ end
48
+ end
49
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Okonomi
4
+ module Taskmanager
5
+ class Namespaces < Resource
6
+ def initialize(base_url: nil, jwt_token: nil)
7
+ super(
8
+ root_node_singular: "namespace",
9
+ root_node_plural: "namespaces",
10
+ api_url: "#{base_url}/namespaces",
11
+ jwt_token: jwt_token
12
+ )
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,13 @@
1
+ module Okonomi
2
+ module Taskmanager
3
+ class NotFoundError < StandardError
4
+ attr_reader :code, :uri
5
+
6
+ def initialize(code:, message:, uri:)
7
+ super(message)
8
+ @code = code
9
+ @uri = uri
10
+ end
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,132 @@
1
+ module Okonomi
2
+ module Taskmanager
3
+ class Resource
4
+ attr_reader :api_url, :jwt_token, :root_node_singular, :root_node_plural
5
+
6
+ def initialize(root_node_singular: nil, root_node_plural: nil, api_url: nil, jwt_token: nil)
7
+ @api_url = api_url
8
+ @jwt_token = jwt_token
9
+ @root_node_singular = root_node_singular
10
+ @root_node_plural = root_node_plural
11
+ end
12
+
13
+ def all(options = {})
14
+ uri = URI(build_uri_with_params(api_url, options))
15
+ response = execute_request(Net::HTTP::Get, uri)
16
+
17
+ if response.is_a?(Net::HTTPSuccess)
18
+ parse_resources(response.body)
19
+ else
20
+ handle_error(response)
21
+ end
22
+ end
23
+
24
+ def find(id)
25
+ uri = URI("#{api_url}/#{id}")
26
+ response = execute_request(Net::HTTP::Get, uri)
27
+
28
+ if response.is_a?(Net::HTTPSuccess)
29
+ parse_resource(response.body)
30
+ else
31
+ handle_error(response)
32
+ end
33
+ end
34
+
35
+ def create(attributes)
36
+ uri = URI(api_url)
37
+ response = execute_request(Net::HTTP::Post, uri, { root_node_singular => attributes }.to_json)
38
+
39
+ if response.is_a?(Net::HTTPSuccess)
40
+ parse_resource(response.body)
41
+ else
42
+ handle_error(response)
43
+ end
44
+ end
45
+
46
+ def update(id, attributes)
47
+ uri = URI("#{api_url}/#{id}")
48
+ response = execute_request(Net::HTTP::Patch, uri, { root_node_singular => attributes }.to_json)
49
+
50
+ if response.is_a?(Net::HTTPSuccess)
51
+ parse_resource(response.body)
52
+ else
53
+ handle_error(response)
54
+ end
55
+ end
56
+
57
+ def destroy(id)
58
+ uri = URI("#{api_url}/#{id}")
59
+ response = execute_request(Net::HTTP::Delete, uri)
60
+
61
+ if response.is_a?(Net::HTTPSuccess)
62
+ true
63
+ else
64
+ handle_error(response)
65
+ end
66
+ end
67
+
68
+ private
69
+
70
+ def execute_request(cls, uri, body = nil)
71
+ request = cls.new(uri)
72
+ request["Authorization"] = "Bearer #{jwt_token}"
73
+ request["Content-Type"] = "application/json"
74
+ request["Accept"] = "application/json"
75
+ request.body = body
76
+
77
+ Okonomi::Taskmanager.logger.info("#{request.method} #{uri}")
78
+ Okonomi::Taskmanager.logger.debug(request.body)
79
+
80
+ Net::HTTP.start(uri.hostname, uri.port, use_ssl: uri.scheme == "https") do |http|
81
+ http.request(request)
82
+ end
83
+ end
84
+
85
+ def build_uri_with_params(uri, params)
86
+ [uri, URI.encode_www_form(params)].reject { |s| s == "" }.join("?")
87
+ end
88
+
89
+ def parse_resources(body)
90
+ parse_body(body) || { root_node_plural => [] }
91
+ end
92
+
93
+ def parse_resource(body)
94
+ parse_body(body) || { root_node_singular => nil }
95
+ end
96
+
97
+ def parse_body(body)
98
+ JSON.parse(body)
99
+ end
100
+
101
+ def handle_error(response)
102
+ Okonomi::Taskmanager.logger.error("#{response.code} #{response.message}")
103
+
104
+ if response.code == "404"
105
+ raise NotFoundError.new(
106
+ code: response.code,
107
+ message: response.message,
108
+ uri: response.uri
109
+ )
110
+ end
111
+
112
+ raise TaskClientError.new(
113
+ code: response.code,
114
+ message: response.message,
115
+ uri: response.uri,
116
+ body: response.body
117
+ )
118
+ end
119
+
120
+ class TaskClientError < StandardError
121
+ attr_reader :code, :uri, :body
122
+
123
+ def initialize(code:, message:, uri:, body: nil)
124
+ super(message)
125
+ @code = code
126
+ @uri = uri
127
+ @body = body
128
+ end
129
+ end
130
+ end
131
+ end
132
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Okonomi
4
+ module Taskmanager
5
+ class TaskAssignments < Resource
6
+ def initialize(base_url: nil, jwt_token: nil)
7
+ super(
8
+ root_node_singular: "assignment",
9
+ root_node_plural: "assignments",
10
+ api_url: "#{base_url}/assignments",
11
+ jwt_token: jwt_token
12
+ )
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Okonomi
4
+ module Taskmanager
5
+ class TaskLabels < Resource
6
+ def initialize(base_url: nil, jwt_token: nil)
7
+ super(
8
+ root_node_singular: "label",
9
+ root_node_plural: "labels",
10
+ api_url: "#{base_url}/labels",
11
+ jwt_token: jwt_token
12
+ )
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Okonomi
4
+ module Taskmanager
5
+ class TaskTransitions < Resource
6
+ def initialize(base_url: nil, jwt_token: nil)
7
+ super(
8
+ root_node_singular: "transition",
9
+ root_node_plural: "transitions",
10
+ api_url: "#{base_url}/transitions",
11
+ jwt_token: jwt_token
12
+ )
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Okonomi
4
+ module Taskmanager
5
+ class TaskTypes < Resource
6
+ def initialize(base_url: nil, jwt_token: nil)
7
+ super(
8
+ root_node_singular: "taskType",
9
+ root_node_plural: "taskTypes",
10
+ api_url: "#{base_url}/task_types",
11
+ jwt_token: jwt_token
12
+ )
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,40 @@
1
+ # frozen_string_literal: true
2
+ require_relative "task_transitions"
3
+ require_relative "task_assignments"
4
+ require_relative "task_labels"
5
+
6
+ module Okonomi
7
+ module Taskmanager
8
+ class Tasks < Resource
9
+ def initialize(base_url: nil, jwt_token: nil)
10
+ super(
11
+ root_node_singular: "task",
12
+ root_node_plural: "tasks",
13
+ api_url: "#{base_url}/tasks",
14
+ jwt_token: jwt_token
15
+ )
16
+ end
17
+
18
+ def transitions(task_id)
19
+ TaskTransitions.new(
20
+ base_url: "#{api_url}/#{task_id}",
21
+ jwt_token: jwt_token
22
+ )
23
+ end
24
+
25
+ def assignments(task_id)
26
+ TaskAssignments.new(
27
+ base_url: "#{api_url}/#{task_id}",
28
+ jwt_token: jwt_token
29
+ )
30
+ end
31
+
32
+ def labels(task_id)
33
+ TaskLabels.new(
34
+ base_url: "#{api_url}/#{task_id}",
35
+ jwt_token: jwt_token
36
+ )
37
+ end
38
+ end
39
+ end
40
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Okonomi
4
+ module Taskmanager
5
+ class Users < Resource
6
+ def initialize(base_url: nil, jwt_token: nil)
7
+ super(
8
+ root_node_singular: "user",
9
+ root_node_plural: "users",
10
+ api_url: "#{base_url}/users",
11
+ jwt_token: jwt_token
12
+ )
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Okonomi
4
+ module Taskmanager
5
+ VERSION = "0.0.2"
6
+ end
7
+ end
@@ -0,0 +1,57 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "logger"
4
+ require "net/http"
5
+ require "json"
6
+ require "jwt"
7
+
8
+ require_relative "taskmanager/version"
9
+ require_relative "taskmanager/client"
10
+
11
+ module Okonomi
12
+ module Taskmanager
13
+ class Error < StandardError; end
14
+ # Your code goes here...
15
+
16
+ def self.api_url=(url)
17
+ @api_url = url
18
+ end
19
+
20
+ def self.api_url
21
+ @api_url
22
+ end
23
+
24
+ def self.jwt_token=(token)
25
+ @jwt_token = token
26
+ end
27
+
28
+ def self.jwt_token
29
+ @jwt_token
30
+ end
31
+
32
+ def self.logger=(logger)
33
+ @logger = logger
34
+ end
35
+
36
+ def self.logger
37
+ @logger ||= Logger.new(STDOUT)
38
+ end
39
+
40
+ def self.generate_token(
41
+ application_id:,
42
+ domain_id:,
43
+ user_id:,
44
+ api_key:,
45
+ secret_key:
46
+ )
47
+ payload = {
48
+ sub: user_id,
49
+ application_id: application_id,
50
+ domain_id: domain_id,
51
+ api_key: api_key
52
+ }
53
+
54
+ JWT.encode(payload, secret_key, "HS256")
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,8 @@
1
+ module Okonomi
2
+ module Taskmanager
3
+ module Client
4
+ VERSION: String
5
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
6
+ end
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,80 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: okonomi-taskmanager
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Andre Lahs
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-12-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jwt
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2'
27
+ description: Ruby client for the Okonomi Taskmanager API
28
+ email:
29
+ - andre.lahs@okonomi.gmbh
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rubocop.yml"
35
+ - CHANGELOG.md
36
+ - CODE_OF_CONDUCT.md
37
+ - LICENSE.txt
38
+ - README.md
39
+ - Rakefile
40
+ - lib/okonomi/taskmanager.rb
41
+ - lib/okonomi/taskmanager/client.rb
42
+ - lib/okonomi/taskmanager/namespaces.rb
43
+ - lib/okonomi/taskmanager/not_found_error.rb
44
+ - lib/okonomi/taskmanager/resource.rb
45
+ - lib/okonomi/taskmanager/task_assignments.rb
46
+ - lib/okonomi/taskmanager/task_labels.rb
47
+ - lib/okonomi/taskmanager/task_transitions.rb
48
+ - lib/okonomi/taskmanager/task_types.rb
49
+ - lib/okonomi/taskmanager/tasks.rb
50
+ - lib/okonomi/taskmanager/users.rb
51
+ - lib/okonomi/taskmanager/version.rb
52
+ - sig/okonomi/taskmanager/client.rbs
53
+ homepage: https://okonomi.gmbh/taskmanager
54
+ licenses:
55
+ - MIT
56
+ metadata:
57
+ allowed_push_host: https://rubygems.org
58
+ homepage_uri: https://okonomi.gmbh/taskmanager
59
+ source_code_uri: https://okonomi.gmbh/taskmanager
60
+ changelog_uri: https://okonomi.gmbh/taskmanager
61
+ post_install_message:
62
+ rdoc_options: []
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: 3.0.0
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubygems_version: 3.4.10
77
+ signing_key:
78
+ specification_version: 4
79
+ summary: Ruby client for the Okonomi Taskmanager API
80
+ test_files: []