ecoportal-api 0.6.0 → 0.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f58ff9e368c2607a55aed0c5e62d45e7c51f37baac25d5da83c4ce6dd4224733
4
- data.tar.gz: c8bcd11749dfcd0a57650ba25a3d826e209b871c472c2cabbb9e61c01bbaa563
3
+ metadata.gz: f796fceb53db69721014b596e1ffae27838e14cebb57e203603db97d04434996
4
+ data.tar.gz: 508db6f77b5a30e9ca9c67b5e938535b1fdc0dfcb0a2f65ad4a05e789560ab2b
5
5
  SHA512:
6
- metadata.gz: 0e730eff886dd4f908e1bdd52b468b513c4e0309b7be47e3461bd7ef7f81c91d6d9dd4e61c8bdc681132bb310dd423bc62c3379510701d9c71e3f4847688fd3e
7
- data.tar.gz: dba899cde0099074a44549cd05fedcd3a72e57ca81403a9399411f67c6575db40fe170f63fda7ded3e6d4fa626db2dd0dd33df1eaf3b7058d3cb9aec83e53792
6
+ metadata.gz: 65ebf6dca8615e88ac80b4b363e279aaa01ea7c96114d22eaa4faa12a227a5ac5299a581d09ff632d7a02472eeada2b6047c483511366a5cf6eddda1db16fa65
7
+ data.tar.gz: cd31897593cadd5b729d42ae5f339d052d0f1198847c38ffddba293e00aa4cdca583e83693d35f25d71caea7b8cf93c649140497f1a0f6ab923aaccd0b4523f8
@@ -1,7 +1,16 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
- ## [0.6.0] - 2020-07-xx
4
+ ## [0.7.0] - 2020-09-11
5
+
6
+ ### Added
7
+ ### Changed
8
+ - `Ecoportal::API::Internal::Permissions`: **update for new abilities of ecoPortal release `1.5.2`**
9
+ - decoupled abilities: `person_core` into `person_core_create`, `person_core_edit`
10
+ ### Fixed
11
+
12
+
13
+ ## [0.6.0] - 2020-07-14
5
14
 
6
15
  ### Added
7
16
  - `Ecoportal::API::Common::BaseModel#initial_doc`: `#consolidate!` modifies `original_doc`
@@ -3,7 +3,8 @@ module Ecoportal
3
3
  class Internal
4
4
  class Permissions < Common::BaseModel
5
5
  passthrough :files, :data, :reports
6
- passthrough :organization, :person_core, :person_account, :person_details
6
+ passthrough :organization, :person_core, :person_core_create, :person_core_edit
7
+ passthrough :person_account, :person_details
7
8
  passthrough :pages, :page_editor, :registers
8
9
  end
9
10
  end
@@ -1,5 +1,5 @@
1
1
  module Ecoportal
2
2
  module API
3
- VERSION = "0.6.0"
3
+ VERSION = "0.7.0"
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.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tapio Saarinen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-14 00:00:00.000000000 Z
11
+ date: 2020-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler