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 +4 -4
- data/CHANGELOG.md +10 -1
- data/lib/ecoportal/api/internal/permissions.rb +2 -1
- data/lib/ecoportal/api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f796fceb53db69721014b596e1ffae27838e14cebb57e203603db97d04434996
|
4
|
+
data.tar.gz: 508db6f77b5a30e9ca9c67b5e938535b1fdc0dfcb0a2f65ad4a05e789560ab2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65ebf6dca8615e88ac80b4b363e279aaa01ea7c96114d22eaa4faa12a227a5ac5299a581d09ff632d7a02472eeada2b6047c483511366a5cf6eddda1db16fa65
|
7
|
+
data.tar.gz: cd31897593cadd5b729d42ae5f339d052d0f1198847c38ffddba293e00aa4cdca583e83693d35f25d71caea7b8cf93c649140497f1a0f6ab923aaccd0b4523f8
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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, :
|
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
|
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.
|
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-
|
11
|
+
date: 2020-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|