gooddata 2.1.10 → 2.1.15

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: ruby
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
  name: license_finder
@@ -244,16 +244,16 @@ dependencies:
244
244
  name: vcr
245
245
  requirement: !ruby/object:Gem::Requirement
246
246
  requirements:
247
- - - ">="
247
+ - - '='
248
248
  - !ruby/object:Gem::Version
249
- version: '0'
249
+ version: 5.0.0
250
250
  type: :development
251
251
  prerelease: false
252
252
  version_requirements: !ruby/object:Gem::Requirement
253
253
  requirements:
254
- - - ">="
254
+ - - '='
255
255
  - !ruby/object:Gem::Version
256
- version: '0'
256
+ version: 5.0.0
257
257
  - !ruby/object:Gem::Dependency
258
258
  name: hashdiff
259
259
  requirement: !ruby/object:Gem::Requirement
@@ -286,9 +286,9 @@ dependencies:
286
286
  name: activesupport
287
287
  requirement: !ruby/object:Gem::Requirement
288
288
  requirements:
289
- - - ">"
289
+ - - ">="
290
290
  - !ruby/object:Gem::Version
291
- version: 4.2.9
291
+ version: 5.2.4.3
292
292
  - - "<"
293
293
  - !ruby/object:Gem::Version
294
294
  version: '6.0'
@@ -296,9 +296,9 @@ dependencies:
296
296
  prerelease: false
297
297
  version_requirements: !ruby/object:Gem::Requirement
298
298
  requirements:
299
- - - ">"
299
+ - - ">="
300
300
  - !ruby/object:Gem::Version
301
- version: 4.2.9
301
+ version: 5.2.4.3
302
302
  - - "<"
303
303
  - !ruby/object:Gem::Version
304
304
  version: '6.0'
@@ -640,6 +640,8 @@ files:
640
640
  - dev-gooddata-sso.pub.encrypted
641
641
  - docker-compose.lcm.yml
642
642
  - docker-compose.yml
643
+ - gdc_fossa_lcm.yaml
644
+ - gdc_fossa_ruby_sdk.yaml
643
645
  - gooddata
644
646
  - gooddata.gemspec
645
647
  - k8s/charts/lcm-bricks/Chart.yaml
@@ -783,6 +785,7 @@ files:
783
785
  - lib/gooddata/lcm/actions/hello_world.rb
784
786
  - lib/gooddata/lcm/actions/help.rb
785
787
  - lib/gooddata/lcm/actions/import_object_collections.rb
788
+ - lib/gooddata/lcm/actions/migrate_gdc_date_dimension.rb
786
789
  - lib/gooddata/lcm/actions/provision_clients.rb
787
790
  - lib/gooddata/lcm/actions/purge_clients.rb
788
791
  - lib/gooddata/lcm/actions/rename_existing_client_projects.rb
@@ -918,6 +921,7 @@ files:
918
921
  - lib/gooddata/models/client_synchronization_result.rb
919
922
  - lib/gooddata/models/client_synchronization_result_details.rb
920
923
  - lib/gooddata/models/data_product.rb
924
+ - lib/gooddata/models/data_source.rb
921
925
  - lib/gooddata/models/datawarehouse.rb
922
926
  - lib/gooddata/models/domain.rb
923
927
  - lib/gooddata/models/execution.rb
@@ -1014,8 +1018,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1014
1018
  - !ruby/object:Gem::Version
1015
1019
  version: '0'
1016
1020
  requirements: []
1017
- rubyforge_project:
1018
- rubygems_version: 2.7.7
1021
+ rubygems_version: 3.0.8
1019
1022
  signing_key:
1020
1023
  specification_version: 4
1021
1024
  summary: A convenient Ruby wrapper around the GoodData RESTful API