ecoportal-api-v2 3.2.3 → 3.2.4

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: 4dab64a9422215b6f7d9b4bda3eb73c411344aca80f99cc2711964900bfc4a30
4
- data.tar.gz: f5799cb3923a128de225284f3651a6da79c685945475bea3a266596a45cab943
3
+ metadata.gz: c565450f97f891cf38d1affbce3b016793243f23147e253188f0f7eb2de93a0a
4
+ data.tar.gz: 4d71fb79e4c95b49f3ff63f14459c6cdfd5d2909d6938e277b0bed3314e88d53
5
5
  SHA512:
6
- metadata.gz: 937f64a463494c9ba9a31833dcf015df176550c6d97562e820d6ab5c912aa5cbc3698ff210cfcafaf9409fd6f14b3b141180c09ad16f889a986474b7fda98d5b
7
- data.tar.gz: 481ef0272c9df40e2a27e8e5b3a71ba3db6d6ae29ca34d1c4720bbb121315f14fb5cad9731556e025a4c106a6a6e791ff4503889bc34edad8de5ca0c58b7c463
6
+ metadata.gz: 8ddf9c56c933d761cfd5784532d20e0560edcbb3de609310a6f4f04e2a40e84fcf9d50f6338fd928fdf0c49d8fc3242c1fd99b20bada056f8ea6ea044fdec776
7
+ data.tar.gz: 29a0689127ddc17a6d150be4b2a95be531e608222c8b5a761fc892c0c87966befad9cca05f3eeaf6956b91e9a77f09697557ecc37ab0a44222ff7eba969d5706
data/CHANGELOG.md CHANGED
@@ -12,6 +12,12 @@ All notable changes to this project will be documented in this file.
12
12
 
13
13
  ### Fixed
14
14
 
15
+ ## [3.2.4] - 2025-05-17
16
+
17
+ ### Fixed
18
+
19
+ - **typo** (`#patch_diff`)
20
+
15
21
  ## [3.2.3] - 2025-05-17
16
22
 
17
23
  ### Fixed
@@ -25,7 +25,7 @@ module Ecoportal
25
25
  # @return [nil, Hash] the patch `Hash` model including only
26
26
  # the changes between `original_doc` and `doc`.
27
27
  def as_update
28
- diff_class.new(self).path_diff
28
+ diff_class.new(self).patch_diff
29
29
  end
30
30
 
31
31
  # @return [Boolean] stating if there are changes.
@@ -1,5 +1,5 @@
1
1
  module Ecoportal
2
2
  module API
3
- GEM2_VERSION = '3.2.3'.freeze
3
+ GEM2_VERSION = '3.2.4'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecoportal-api-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3
4
+ version: 3.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oscar Segura