ecoportal-api 0.9.4 → 0.9.5

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: b0d5b68bbe694a7e7b3841b9b431ec316f41d7ab7a08d758351a50d6c74781ea
4
- data.tar.gz: 5b17d1c7482111a87f720818ef10f4823404bb5bdc9533dc983e80ad78b2d43f
3
+ metadata.gz: e53546b5e49ce581c3c46520ca310546a4e6003ad1f1381a060866539206ddf9
4
+ data.tar.gz: be575ff10725c87ffb84091fa85d72d4117c6391d46c9299250352fff16cd7d0
5
5
  SHA512:
6
- metadata.gz: 648bffd8c64ca253807ee50763963268d8a1d493825dfdb06d1ca4b981bac2b250d0e3a6fbbec76f30df4b2d0e9f91d5fe4a833c80c2478471040eb12bc8ffff
7
- data.tar.gz: 022f94fd20e31525c27c39e2474aa5324540706d82f0df179465682aba6f812f84bc0d1ca4af8dce36c0e64fe669b75e4d4232c1426505ed56c67b17e7871ec1
6
+ metadata.gz: 86210d309305158067abca647b803418ca6a6e81790fec3e56b746a8641d776d24b0329553b666ac0eb153c019f4d08439e2adaa5dd0af3a375c73cc3d67fb02
7
+ data.tar.gz: 4dd9e9f916f8a6755ba50f99cd1c35d0955d31d06cb449f3df815f805eee0ffb20c7526a978839c4b23aa977bea24c81323e9599998a4d37fb359337f79c7712
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## [0.9.5] - 2023-09-05
5
+
6
+ ### Fixed
7
+ - `Ecoportal::API::V1::Person#as_update` missing parameter on `super` call.
8
+
4
9
  ## [0.9.4] - 2023-04-17
5
10
 
6
11
  ### Changed
@@ -81,7 +81,7 @@ module Ecoportal
81
81
  end
82
82
 
83
83
  def as_update(ref = :last, ignore: [])
84
- super(ignore: ignore | ["subordinates"])
84
+ super(ref, ignore: ignore | ["subordinates"])
85
85
  end
86
86
 
87
87
  # Sets the PersonDetails to the person, depending on the paramter received:
@@ -1,5 +1,5 @@
1
1
  module Ecoportal
2
2
  module API
3
- VERSION = "0.9.4"
3
+ VERSION = "0.9.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecoportal-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tapio Saarinen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-17 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -281,7 +281,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
281
281
  - !ruby/object:Gem::Version
282
282
  version: '0'
283
283
  requirements: []
284
- rubygems_version: 3.1.4
284
+ rubygems_version: 3.4.12
285
285
  signing_key:
286
286
  specification_version: 4
287
287
  summary: A collection of helpers for interacting with the ecoPortal MS's various APIs