fog / fog-google

Fog for Google Cloud Platform
MIT License
99 stars 146 forks source link

Release 1.22.0 #603

Closed Temikus closed 11 months ago

Temikus commented 11 months ago

Huge thanks to all our contributors 🎆 Special thanks to: @cwjenkins

I'll merge this and release the gem once all tests pass.

Temikus commented 11 months ago

Only update is in storage, so will fast-forward the merge, testing:

λ bundle exec rake test:storage

Started with run options --seed 53896

TestStorageRequests
  test_get_bucket_acl                                             PASS (7.15s)
  test_list_bucket_acl                                            PASS (3.52s)
  test_put_bucket_acl                                             PASS (3.33s)
  test_files_create_predefined_acl                                PASS (3.62s)
  test_put_bucket                                                 PASS (1.88s)
  test_list_buckets                                               PASS (2.73s)
  test_put_object_acl                                             PASS (3.40s)
  test_put_object_string                                          PASS (4.43s)
  test_copy_object_predefined_acl                                 PASS (5.42s)
  test_directory_files                                            PASS (4.54s)
  test_directories_destroy                                        PASS (4.19s)
  test_put_bucket_invalid_predefined_acl                          PASS (1.17s)
  test_delete_object                                              PASS (4.80s)
  test_files_get                                                  PASS (5.24s)
  test_delete_bucket                                              PASS (3.27s)
  test_files_set_body_string                                      PASS (5.61s)
  test_files_copy                                                 PASS (6.97s)
  test_files_create_string                                        PASS (4.39s)
  test_get_object_https_url                                       PASS (3.37s)
  test_files_get_https_url                                        PASS (3.27s)
  test_get_object_http_url                                        PASS (4.79s)
  test_put_object_paperclip                                       PASS (4.46s)
  test_put_object_nil                                             PASS (2.10s)
  test_get_object_acl                                             PASS (4.58s)
  test_directories_all                                            PASS (3.45s)
  test_files_public_url                                           PASS (4.55s)
  test_directories_get                                            PASS (2.33s)
  test_put_object_predefined_acl                                  PASS (3.96s)
  test_directories_put_predefined_acl                             PASS (1.98s)
  test_files_create_invalid_predefined_acl                        PASS (2.27s)
  test_copy_object                                                PASS (4.87s)
  test_put_object_contradictory_content_type                      PASS (4.03s)
  test_put_object_url                                             PASS (2.06s)
  test_object_metadata                                            PASS (4.19s)
  test_copy_object_with_object_property                           PASS (4.72s)
  test_files_metadata                                             PASS (4.19s)
  test_list_objects                                               PASS (3.87s)
  test_files_create_file                                          PASS (4.40s)
  test_files_all                                                  PASS (5.04s)
  test_get_object                                                 PASS (5.59s)
  test_directories_put                                            PASS (2.15s)
  test_put_object_file                                            PASS (4.31s)
  test_put_bucket_predefined_acl                                  PASS (3.06s)
  test_files_each                                                 PASS (5.27s)
  test_copy_object_with_request_options                           PASS (3.94s)
  test_get_bucket                                                 PASS (2.30s)
  test_files_get_https_url_whitespace                             PASS (3.22s)
  test_directory_public_url                                       PASS (3.10s)
  test_put_object_invalid_predefined_acl                          PASS (2.15s)
  test_files_destroy                                              PASS (6.14s)
  test_list_object_acl                                            PASS (3.53s)
  test_files_set_body_file                                        PASS (6.09s)
  test_directories_put_invalid_predefined_acl                     PASS (2.96s)

Finished in 207.95787s
53 tests, 66 assertions, 0 failures, 0 errors, 0 skips
Temikus commented 11 months ago
λ rake release
...
fog-google 1.22.0 built to pkg/fog-google-1.22.0.gem.
Tagged v1.22.0.
Pushed git commits and release tag.
...
Pushing gem to https://rubygems.org...
...
Successfully registered gem: fog-google (1.22.0)
Pushed fog-google 1.22.0 to rubygems.org