solidus_me 2.1.0 → 2.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac9a87c3290b27f9bfdfe1b768e6d3f67acd254f379770941bc9aa8ffbce1a4e
4
- data.tar.gz: c77ce18ca59222256a0d568e431510263d261fd75a6efc879fc1584efc804c36
3
+ metadata.gz: 7484e033983b5cb4df982a16bf4170f371d85ee52147b7430837f86928870556
4
+ data.tar.gz: e636ef95f9df52b4859096b15281bd79b9e9bfe6d2c96f22052f8fe37a696ab6
5
5
  SHA512:
6
- metadata.gz: '08a3e3ebd005462fa3f2659c3c43cf3249bf3ab1ba9349f97cb8d8ab2a11a933350da3d97b702a1ab8e19dce83ae2e5a7597a6cde70f6eb3701a4488c5139e73'
7
- data.tar.gz: 05e0b596611864ba74d461001321ae7436b973c6d873f74a96467545435e513946e662ccea5506e2e7c485f4e461f46c2f90f40a2b50df6e0997044dddbcbd87
6
+ metadata.gz: 84723d7436b065f29f403b3b3fd54a00d7b5d7a9ba2de8c9eb8110006d413536ceee1dc59c16a8f1edb63bbfda5d3765bc82f595b70a3ced74bce4409b69c713
7
+ data.tar.gz: 2129ee7f79aef74cbe78f341458bd798b6f06aab88b7e5b48e1e35598e2dc2a443e04c5dff856e39a99a481cfb941c24c65a1da6f0a91b68f4bb61ab9dfa644f
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusMe
4
- VERSION = "2.1.0"
4
+ VERSION = "2.1.1"
5
5
  end
data/solidus_me.gemspec CHANGED
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Gem para integração com a API do Melhor Envio"
12
12
  spec.description = "Gem para integração com a API do Melhor Envio"
13
- spec.homepage = "https://github.com/solidusio-contrib/solidus_me#readme"
13
+ spec.homepage = "https://github.com/ulysses-bull/solidus_me#readme"
14
14
  spec.license = "BSD-3-Clause"
15
15
 
16
16
  spec.metadata["homepage_uri"] = spec.homepage
17
- spec.metadata["source_code_uri"] = "https://github.com/solidusio-contrib/solidus_me"
18
- spec.metadata["changelog_uri"] = "https://github.com/solidusio-contrib/solidus_me/blob/master/CHANGELOG.md"
17
+ spec.metadata["source_code_uri"] = "https://github.com/ulysses-bull/solidus_me"
18
+ spec.metadata["changelog_uri"] = "https://github.com/ulysses-bull/solidus_me/blob/master/CHANGELOG.md"
19
19
 
20
20
  spec.required_ruby_version = Gem::Requirement.new(">= 2.5", "< 4")
21
21
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_me
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hamilton Tumenas Borges
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-23 00:00:00.000000000 Z
11
+ date: 2023-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solidus_core
@@ -132,14 +132,14 @@ files:
132
132
  - lib/solidus_me/testing_support/factories.rb
133
133
  - lib/solidus_me/version.rb
134
134
  - solidus_me.gemspec
135
- homepage: https://github.com/solidusio-contrib/solidus_me#readme
135
+ homepage: https://github.com/ulysses-bull/solidus_me#readme
136
136
  licenses:
137
137
  - BSD-3-Clause
138
138
  metadata:
139
- homepage_uri: https://github.com/solidusio-contrib/solidus_me#readme
140
- source_code_uri: https://github.com/solidusio-contrib/solidus_me
141
- changelog_uri: https://github.com/solidusio-contrib/solidus_me/blob/master/CHANGELOG.md
142
- post_install_message:
139
+ homepage_uri: https://github.com/ulysses-bull/solidus_me#readme
140
+ source_code_uri: https://github.com/ulysses-bull/solidus_me
141
+ changelog_uri: https://github.com/ulysses-bull/solidus_me/blob/master/CHANGELOG.md
142
+ post_install_message:
143
143
  rdoc_options: []
144
144
  require_paths:
145
145
  - lib
@@ -157,8 +157,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  - !ruby/object:Gem::Version
158
158
  version: '0'
159
159
  requirements: []
160
- rubygems_version: 3.4.20
161
- signing_key:
160
+ rubygems_version: 3.4.19
161
+ signing_key:
162
162
  specification_version: 4
163
163
  summary: Gem para integração com a API do Melhor Envio
164
164
  test_files: []