ecoportal-api-graphql 0.2.1 → 0.2.2
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 +8 -5
- data/lib/ecoportal/api/graphql_version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56e997e7d33caae3a3a1bf496d213ba3647c1184122639091edf011575458787
|
|
4
|
+
data.tar.gz: ef337365f05a6dee924d31e5719d0639eb0f9192e512aa668e6fe6734fe819ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e54ca789c32d646416e4bcc7e83d774347573a9dd5702ed538bf9bd6f7bca87a69ebe0291e737ad151672c231a8e3e26ce2e80a94742785751a9525881e8877b
|
|
7
|
+
data.tar.gz: 0d3e30f27e5fb00ff5951e6149235916f4636d987a742cae12c41c2a1c0ff009c8074b32765e726d7effb188d837d762df9a4fe32d922e90d1f58a8268e8c111
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
-
## [0.2.
|
|
4
|
+
## [0.2.3] - 2022-11-xx
|
|
5
5
|
|
|
6
6
|
### Added
|
|
7
7
|
### Changed
|
|
@@ -13,15 +13,18 @@ All notable changes to this project will be documented in this file.
|
|
|
13
13
|
- Analyse how to "DSL" currentOrganization.action.activities
|
|
14
14
|
- review `path` tracking
|
|
15
15
|
|
|
16
|
-
## [0.2.
|
|
16
|
+
## [0.2.2] - 2023-02-24
|
|
17
17
|
|
|
18
|
-
###
|
|
18
|
+
### Fixed
|
|
19
|
+
- Build gem correctly
|
|
20
|
+
|
|
21
|
+
## [0.2.1] - 2023-02-24
|
|
19
22
|
|
|
20
23
|
### Changed
|
|
21
24
|
- Migrate from TagTrees to **reporting structures** (breaking change)
|
|
22
25
|
|
|
23
|
-
###
|
|
24
|
-
|
|
26
|
+
### Added
|
|
27
|
+
- Basics for reporting structure mutations
|
|
25
28
|
|
|
26
29
|
## [0.1.11] - 2022-11-29
|
|
27
30
|
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecoportal-api-graphql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oscar Segura
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2023-02-23 00:00:00.000000000 Z
|
|
@@ -164,7 +164,7 @@ dependencies:
|
|
|
164
164
|
- - "<"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: '0.8'
|
|
167
|
-
description:
|
|
167
|
+
description:
|
|
168
168
|
email:
|
|
169
169
|
- oscar@ecoportal.co.nz
|
|
170
170
|
executables: []
|
|
@@ -301,7 +301,7 @@ homepage: https://www.ecoportal.com
|
|
|
301
301
|
licenses:
|
|
302
302
|
- MIT
|
|
303
303
|
metadata: {}
|
|
304
|
-
post_install_message:
|
|
304
|
+
post_install_message:
|
|
305
305
|
rdoc_options: []
|
|
306
306
|
require_paths:
|
|
307
307
|
- lib
|
|
@@ -316,8 +316,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
316
316
|
- !ruby/object:Gem::Version
|
|
317
317
|
version: '0'
|
|
318
318
|
requirements: []
|
|
319
|
-
rubygems_version: 3.
|
|
320
|
-
signing_key:
|
|
319
|
+
rubygems_version: 3.0.3
|
|
320
|
+
signing_key:
|
|
321
321
|
specification_version: 4
|
|
322
322
|
summary: A collection of helpers for interacting with the ecoPortal GraphQL API
|
|
323
323
|
test_files: []
|