easyship 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: 7a4f0cee3b11970266c3c8ad8752e912f18805bc0584c134aaba5de84b9c1920
4
+ data.tar.gz: 647fcc4d41650c6806ab27af95b69e6eaa482a4152243239bd011963531279e5
5
+ SHA512:
6
+ metadata.gz: 23b54e132b58cd333722b18b5cb295f78faf317d8b91e4a5cb822258d7d5d63c4b94815c0f4f92e418c4987afe51697f966a12e476881546fe2b2c369caa0749
7
+ data.tar.gz: 64a6448f591490294720cfc0291a18e3b5ac89529c72037c09ad5763aa0c4e877d40594d6207491d82315aefabb2a40ccdf0dc787f65811d59c726d4091004e4
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,10 @@
1
+ require:
2
+ - rubocop-rspec
3
+ - rubocop-performance
4
+
5
+ AllCops:
6
+ TargetRubyVersion: 3.0
7
+ NewCops: enable
8
+
9
+ Style/Copyright:
10
+ Enabled: false
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-06-08
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at misha.marusyk@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Michael Marusyk
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,113 @@
1
+ # Easyship
2
+
3
+ This gem provides a simple client for Easyship, offering accessing to Easyship's
4
+ shipping, tracking, and logistics services directly from Ruby applications.
5
+
6
+ ## Installation
7
+
8
+ Install the gem and add to the application's Gemfile by executing:
9
+
10
+ $ bundle add easyhip
11
+
12
+ If bundler is not being used to manage dependencies, install the gem by executing:
13
+
14
+ $ gem install easyship
15
+
16
+ ## Usage
17
+
18
+ To use the `easyship` gem in your Ruby application, you need to configure it with your API key and then you can start making requests to Easyship's services.
19
+
20
+ ### Configuration
21
+
22
+ First, configure the gem with your Easyship API key:
23
+
24
+ If you have to use in a ruby file:
25
+ ```ruby
26
+ require 'easyship'
27
+
28
+ Easyship::Configuration.configure do |c|
29
+ c.url = 'api_url'
30
+ c.api_key = 'your_easyship_api_key'
31
+ end
32
+ ```
33
+
34
+ If you have to use in Rails:
35
+ 1. Add to `Gemfile`
36
+ ```ruby
37
+ gem 'easyship'
38
+ ```
39
+
40
+ 2. Run `bundle i`
41
+
42
+ 3. Create a new file in `config/initializers` directory
43
+ ```ruby
44
+ Easyship::Configuration.configure do |config|
45
+ config.url = 'api_url'
46
+ config.api_key = 'your_easyship_api_key'
47
+ end
48
+ ```
49
+
50
+
51
+ ### Making Requests
52
+ ```ruby
53
+ Easyship::Client.get('/2023-01/account')
54
+ ```
55
+
56
+ To make post request:
57
+ ```ruby
58
+ payload = {
59
+ origin_country_alpha2: "SG",
60
+ destination_country_alpha2: "US",
61
+ tax_paid_by: "Recipient",
62
+ is_insured: false,
63
+ items: [
64
+ {
65
+ description: "Silk dress",
66
+ sku: "1002541",
67
+ actual_weight: 1.2,
68
+ height: 10,
69
+ width: 15,
70
+ length: 20,
71
+ category: "fashion",
72
+ declared_currency: "SGD",
73
+ declared_customs_value: 100
74
+ }
75
+ ]
76
+ }
77
+
78
+ Easyship::Client.post('/2023-01/shipment', payload)
79
+ ```
80
+
81
+ ### Handle errors
82
+ hen using the `easyship` gem in a Rails application, it's important to handle potential errors that may arise during API calls. Here's how you can handle errors gracefully:
83
+
84
+ 1. Wrap your API calls in a `begin-rescue` block.
85
+ 2. Catch specific errors from the `easyship` gem to handle them accordingly.
86
+
87
+ For example:
88
+
89
+ ```ruby
90
+ begin
91
+ Easyship::Client.post('/2023-01/shipment', payload)
92
+ rescue Easyship::Errors::RateLimitError => e
93
+ Rails.logger.error("Easyship Error: #{e.message}")
94
+ end
95
+ ```
96
+
97
+ ## Development
98
+
99
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
100
+
101
+ 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).
102
+
103
+ ## Contributing
104
+
105
+ Bug reports and pull requests are welcome on GitHub at https://github.com/mmarusyk/easyship. 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/mmarusyk/easyship/blob/main/CODE_OF_CONDUCT.md).
106
+
107
+ ## License
108
+
109
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
110
+
111
+ ## Code of Conduct
112
+
113
+ Everyone interacting in the Easyship project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mmarusyk/easyship/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require 'rubocop/rake_task'
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: %i[spec rubocop]
@@ -0,0 +1,58 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'singleton'
4
+ require 'faraday'
5
+ require_relative 'middleware/error_handler_middleware'
6
+ require_relative 'handlers/response_body_handler'
7
+
8
+ module Easyship
9
+ # Represents a client to interact with the Easyship API
10
+ class Client
11
+ include Singleton
12
+
13
+ def initialize
14
+ @url = Easyship.configuration.url
15
+ @api_key = Easyship.configuration.api_key
16
+ end
17
+
18
+ def get(path, params = {})
19
+ response = connection.get(path, params)
20
+
21
+ handle_response(response)
22
+ end
23
+
24
+ def post(path, params = {})
25
+ response = connection.post(path, params.to_json)
26
+
27
+ handle_response(response)
28
+ end
29
+
30
+ def put(path, params = {})
31
+ response = connection.put(path, params.to_json)
32
+
33
+ handle_response(response)
34
+ end
35
+
36
+ def delete(path, params = {})
37
+ response = connection.delete(path, params)
38
+
39
+ handle_response(response)
40
+ end
41
+
42
+ private
43
+
44
+ def connection
45
+ Faraday.new(url: @url) do |faraday|
46
+ faraday.request :url_encoded
47
+ faraday.adapter Faraday.default_adapter
48
+ faraday.headers['Authorization'] = "Bearer #{@api_key}"
49
+ faraday.headers['Content-Type'] = 'application/json'
50
+ faraday.use Easyship::Middleware::ErrorHandlerMiddleware
51
+ end
52
+ end
53
+
54
+ def handle_response(response)
55
+ Easyship::Handlers::ResponseBodyHandler.handle_response(response)
56
+ end
57
+ end
58
+ end
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Easyship
4
+ # Represents the configuration settings for the Easyship client.
5
+ class Configuration
6
+ attr_accessor :url, :api_key
7
+
8
+ def initialize
9
+ @url = nil
10
+ @api_key = nil
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ Dir[File.join(__dir__, 'errors', '**', '*.rb')].each { |f| require_relative f }
4
+
5
+ module Easyship
6
+ # Represents a mapping of HTTP status codes to Easyship-specific classes
7
+ class Error
8
+ # rubocop:disable Style::MutableConstant Style::MissingElse
9
+ ERRORS = {
10
+ 401 => Easyship::Errors::InvalidTokenError,
11
+ 402 => Easyship::Errors::PaymentRequiredError,
12
+ 404 => Easyship::Errors::ResourceNotFoundError,
13
+ 422 => Easyship::Errors::UnprocessableContentError,
14
+ 429 => Easyship::Errors::RateLimitError
15
+ }
16
+
17
+ ERRORS.default_proc = proc do |_hash, key|
18
+ case key.to_s
19
+ when /4\d{2}/
20
+ Easyship::Errors::ClientError
21
+ when /5\d{2}/
22
+ Easyship::Errors::ServerError
23
+ end
24
+ end
25
+ # rubocop:enable Style::MutableConstant Style::MissingElse
26
+
27
+ ERRORS.freeze
28
+ end
29
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'easyship_error'
4
+
5
+ module Easyship
6
+ module Errors
7
+ # Raised when Easyship returns a 4xx HTTP status code
8
+ class ClientError < EasyshipError; end
9
+ end
10
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Easyship
4
+ module Errors
5
+ # Represents an error that is raised when an error occurs in the Easyship API.
6
+ class EasyshipError < StandardError
7
+ attr_reader :message, :body_error
8
+
9
+ def initialize(message: '', body_error: {})
10
+ super(message)
11
+ @message = message
12
+ @body_error = body_error
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'client_error'
4
+
5
+ module Easyship
6
+ module Errors
7
+ # Raised when Easyship returns the HTTP status code 401
8
+ class InvalidTokenError < ClientError; end
9
+ end
10
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'client_error'
4
+
5
+ module Easyship
6
+ module Errors
7
+ # Raised when Easyship returns the HTTP status code 402
8
+ class PaymentRequiredError < ClientError; end
9
+ end
10
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'client_error'
4
+
5
+ module Easyship
6
+ module Errors
7
+ # Raised when Easyship returns the HTTP status code 429
8
+ class RateLimitError < ClientError; end
9
+ end
10
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'client_error'
4
+
5
+ module Easyship
6
+ module Errors
7
+ # Raised when Easyship returns the HTTP status code 404
8
+ class ResourceNotFoundError < ClientError; end
9
+ end
10
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'easyship_error'
4
+
5
+ module Easyship
6
+ module Errors
7
+ # Raised when Easyship returns a 5xx HTTP status code
8
+ class ServerError < EasyshipError; end
9
+ end
10
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'client_error'
4
+
5
+ module Easyship
6
+ module Errors
7
+ # Raised when Easyship returns the HTTP status code 422
8
+ class UnprocessableContentError < ClientError; end
9
+ end
10
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Easyship
4
+ module Handlers
5
+ # Handles the response body
6
+ class ResponseBodyHandler
7
+ def self.handle_response(response)
8
+ JSON.parse(response.body, symbolize_names: true)
9
+ rescue JSON::ParserError
10
+ response.body
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,40 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative '../error'
4
+ module Easyship
5
+ module Middleware
6
+ # Response middleware that raises an error based on the response status code
7
+ class ErrorHandlerMiddleware < Faraday::Middleware
8
+ def on_complete(env)
9
+ status_code = env[:status].to_i
10
+ body = JSON.parse(env[:body], symbolize_names: true) if json?(env[:body])
11
+
12
+ handle_status_code(status_code, body)
13
+ end
14
+
15
+ private
16
+
17
+ def handle_status_code(status_code, body)
18
+ error_class = Easyship::Error::ERRORS[status_code]
19
+
20
+ raise_error(error_class, body) if error_class
21
+ end
22
+
23
+ def raise_error(class_error, body)
24
+ raise class_error.new(message: message(body), body_error: body_error(body))
25
+ end
26
+
27
+ def body_error(body)
28
+ body.is_a?(Hash) ? body[:error] : {}
29
+ end
30
+
31
+ def message(body)
32
+ body.is_a?(Hash) ? body[:error][:message] : body
33
+ end
34
+
35
+ def json?(body)
36
+ !body.nil? && body.is_a?(String)
37
+ end
38
+ end
39
+ end
40
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Easyship
4
+ VERSION = '0.1.0'
5
+ end
data/lib/easyship.rb ADDED
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'easyship/version'
4
+ require_relative 'easyship/configuration'
5
+ require_relative 'easyship/client'
6
+
7
+ # Provides configuration options for the Easyship gem.
8
+ module Easyship
9
+ def self.configuration
10
+ @configuration ||= Configuration.new
11
+ end
12
+
13
+ def self.configure
14
+ yield(configuration)
15
+ end
16
+ end
data/sig/easyship.rbs ADDED
@@ -0,0 +1,39 @@
1
+ module Easyship
2
+ VERSION: String
3
+
4
+ def self.confugration: () -> Configuration
5
+ def self.configure: () { (Configuration) -> void } -> void
6
+
7
+ class Configuration
8
+ attr_accessor api_key: String
9
+ attr_accessor environment: String
10
+ end
11
+
12
+ module Errors
13
+ class EasyshipError < StandardError
14
+ attr_accessor message: String
15
+ attr_accessor body_error: Hash
16
+ end
17
+
18
+ class ServerError < EasyshipError
19
+ end
20
+
21
+ class ClientError < EasyshipError
22
+ end
23
+
24
+ class UnprocessableContentError < EasyshipError
25
+ end
26
+
27
+ class InvalidTokenError < EasyshipError
28
+ end
29
+
30
+ class RateLimitError < EasyshipError
31
+ end
32
+
33
+ class ResourceNotFoundError < EasyshipError
34
+ end
35
+
36
+ class PaymentRequiredError < EasyshipError
37
+ end
38
+ end
39
+ end
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: easyship
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Michael Marusyk
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-06-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.9'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.9'
27
+ description: |-
28
+ This gem provides a simple client for Easyship, offering accessing to Easyship's
29
+ shipping, tracking, and logistics services directly from Ruby applications.
30
+ email:
31
+ - mmarusyk1@gmail.com
32
+ executables: []
33
+ extensions: []
34
+ extra_rdoc_files: []
35
+ files:
36
+ - ".rspec"
37
+ - ".rubocop.yml"
38
+ - CHANGELOG.md
39
+ - CODE_OF_CONDUCT.md
40
+ - LICENSE.txt
41
+ - README.md
42
+ - Rakefile
43
+ - lib/easyship.rb
44
+ - lib/easyship/client.rb
45
+ - lib/easyship/configuration.rb
46
+ - lib/easyship/error.rb
47
+ - lib/easyship/errors/client_error.rb
48
+ - lib/easyship/errors/easyship_error.rb
49
+ - lib/easyship/errors/invalid_token_error.rb
50
+ - lib/easyship/errors/payment_required_error.rb
51
+ - lib/easyship/errors/rate_limit_error.rb
52
+ - lib/easyship/errors/resource_not_found_error.rb
53
+ - lib/easyship/errors/server_error.rb
54
+ - lib/easyship/errors/unprocessable_content_error.rb
55
+ - lib/easyship/handlers/response_body_handler.rb
56
+ - lib/easyship/middleware/error_handler_middleware.rb
57
+ - lib/easyship/version.rb
58
+ - sig/easyship.rbs
59
+ homepage: https://rubygems.org/gems/easyship
60
+ licenses:
61
+ - MIT
62
+ metadata:
63
+ rubygems_mfa_required: 'true'
64
+ homepage_uri: https://rubygems.org/gems/easyship
65
+ allowed_push_host: https://rubygems.org
66
+ source_code_uri: https://github.com/mmarusyk/easyship
67
+ changelog_uri: https://github.com/mmarusyk/easyship/blob/main/CHANGELOG.md
68
+ post_install_message:
69
+ rdoc_options: []
70
+ require_paths:
71
+ - lib
72
+ required_ruby_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: 3.0.0
77
+ required_rubygems_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ requirements: []
83
+ rubygems_version: 3.5.9
84
+ signing_key:
85
+ specification_version: 4
86
+ summary: A Ruby client for integrating with Easyship's API for shipping and logistics
87
+ management.
88
+ test_files: []