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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31998ba790529d40b944c8ee9160a0b916d951f6c2fba7b356316a039fc2464c
4
- data.tar.gz: bf5db71077c3cdc628b09d558c0a5c224bd93339148fd23deff4f0ac8cb4ef7d
3
+ metadata.gz: 311f8df4b5b299e4a1aa797958c96307247999738f115c6e475da35f262f4668
4
+ data.tar.gz: 64f874379cb32d8df2ca6ae14c51f1cc024b8791dea081f0cf176957c28a1427
5
5
  SHA512:
6
- metadata.gz: e6d6eef572e2cc6dedf127094e27eca4b2af148b94272f034367ce886d90e228dcbfe9661b101c018c030bf992df1e3624fdcb1fafdda35a7e008ac1b596ea66
7
- data.tar.gz: bf1ff8931b054e38904ac0e4df51b3bee5c4826e99b5132cf2ae383192c599aa109ff1140e635ee5feb5e79e22e83f899d6878c5261d1d1d4de1e7ba9cc78993
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.0.3] - 2022-09-xx
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.0.2] - 2022-09-15
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.1] - 2022-09-15
25
+ ## [0.1.0] - 2022-09-15
28
26
 
29
27
  ### Added
30
28
  - First commit with some basic structure
@@ -1,5 +1,5 @@
1
1
  module Ecoportal
2
2
  module API
3
- GRAPQL_VERSION = "0.1.1"
3
+ GRAPQL_VERSION = "0.1.2"
4
4
  end
5
5
  end
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.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-14 00:00:00.000000000 Z
11
+ date: 2022-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler