ecoportal-api-graphql 0.1.1 → 0.1.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 +3 -5
- data/lib/ecoportal/api/graphql_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: 311f8df4b5b299e4a1aa797958c96307247999738f115c6e475da35f262f4668
|
|
4
|
+
data.tar.gz: 64f874379cb32d8df2ca6ae14c51f1cc024b8791dea081f0cf176957c28a1427
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 294a8af94c125cf58749562d08c3a1e1c281f6f693586547fe83e2084ae94a56a2291d53c96d1225b6ca11ceec260f9b15e19857cd9ca812a408624303961450
|
|
7
|
+
data.tar.gz: 564eafaab9d6585fa7332d863d26ea7f94d319b07f45c0cbeca84ecb8f57cfab25829690a4f6a60aa337ec5d977f5d123d778b0a698a58017f8f33034404ffc8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
-
## [0.
|
|
4
|
+
## [0.1.3] - 2022-09-xx
|
|
5
5
|
|
|
6
6
|
### Added
|
|
7
7
|
|
|
8
8
|
### Changed
|
|
9
|
-
- `Ecoportal::API::GraphQL` addded `email` and `pass` parameters on initialization
|
|
10
|
-
- This allows for integration in some client lib
|
|
11
9
|
|
|
12
10
|
### Fixed
|
|
13
11
|
|
|
@@ -18,13 +16,13 @@ All notable changes to this project will be documented in this file.
|
|
|
18
16
|
- Analyse how to "DSL" currentOrganization.action.activities
|
|
19
17
|
- review `path` tracking
|
|
20
18
|
|
|
21
|
-
## [0.
|
|
19
|
+
## [0.1.2] - 2022-09-15
|
|
22
20
|
|
|
23
21
|
### Changed
|
|
24
22
|
- `Ecoportal::API::GraphQL` addded `email` and `pass` parameters on initialization
|
|
25
23
|
- This allows for integration in some client lib
|
|
26
24
|
|
|
27
|
-
## [0.0
|
|
25
|
+
## [0.1.0] - 2022-09-15
|
|
28
26
|
|
|
29
27
|
### Added
|
|
30
28
|
- First commit with some basic structure
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecoportal-api-graphql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oscar Segura
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|