gooddata 2.1.10-java → 2.1.15-java

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gooddata
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.10
4
+ version: 2.1.15
5
5
  platform: java
6
6
  authors:
7
7
  - Pavel Kolesnikov
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2020-05-08 00:00:00.000000000 Z
17
+ date: 2021-02-02 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  requirement: !ruby/object:Gem::Requirement
@@ -173,17 +173,17 @@ dependencies:
173
173
  - !ruby/object:Gem::Dependency
174
174
  requirement: !ruby/object:Gem::Requirement
175
175
  requirements:
176
- - - ">="
176
+ - - '='
177
177
  - !ruby/object:Gem::Version
178
- version: '0'
178
+ version: 5.0.0
179
179
  name: vcr
180
180
  prerelease: false
181
181
  type: :development
182
182
  version_requirements: !ruby/object:Gem::Requirement
183
183
  requirements:
184
- - - ">="
184
+ - - '='
185
185
  - !ruby/object:Gem::Version
186
- version: '0'
186
+ version: 5.0.0
187
187
  - !ruby/object:Gem::Dependency
188
188
  requirement: !ruby/object:Gem::Requirement
189
189
  requirements:
@@ -201,9 +201,9 @@ dependencies:
201
201
  - !ruby/object:Gem::Dependency
202
202
  requirement: !ruby/object:Gem::Requirement
203
203
  requirements:
204
- - - ">"
204
+ - - ">="
205
205
  - !ruby/object:Gem::Version
206
- version: 4.2.9
206
+ version: 5.2.4.3
207
207
  - - "<"
208
208
  - !ruby/object:Gem::Version
209
209
  version: '6.0'
@@ -212,9 +212,9 @@ dependencies:
212
212
  type: :runtime
213
213
  version_requirements: !ruby/object:Gem::Requirement
214
214
  requirements:
215
- - - ">"
215
+ - - ">="
216
216
  - !ruby/object:Gem::Version
217
- version: 4.2.9
217
+ version: 5.2.4.3
218
218
  - - "<"
219
219
  - !ruby/object:Gem::Version
220
220
  version: '6.0'
@@ -570,6 +570,8 @@ files:
570
570
  - dev-gooddata-sso.pub.encrypted
571
571
  - docker-compose.lcm.yml
572
572
  - docker-compose.yml
573
+ - gdc_fossa_lcm.yaml
574
+ - gdc_fossa_ruby_sdk.yaml
573
575
  - gooddata
574
576
  - gooddata.gemspec
575
577
  - k8s/charts/lcm-bricks/Chart.yaml
@@ -713,6 +715,7 @@ files:
713
715
  - lib/gooddata/lcm/actions/hello_world.rb
714
716
  - lib/gooddata/lcm/actions/help.rb
715
717
  - lib/gooddata/lcm/actions/import_object_collections.rb
718
+ - lib/gooddata/lcm/actions/migrate_gdc_date_dimension.rb
716
719
  - lib/gooddata/lcm/actions/provision_clients.rb
717
720
  - lib/gooddata/lcm/actions/purge_clients.rb
718
721
  - lib/gooddata/lcm/actions/rename_existing_client_projects.rb
@@ -848,6 +851,7 @@ files:
848
851
  - lib/gooddata/models/client_synchronization_result.rb
849
852
  - lib/gooddata/models/client_synchronization_result_details.rb
850
853
  - lib/gooddata/models/data_product.rb
854
+ - lib/gooddata/models/data_source.rb
851
855
  - lib/gooddata/models/datawarehouse.rb
852
856
  - lib/gooddata/models/domain.rb
853
857
  - lib/gooddata/models/execution.rb