asset_sync 2.15.1 → 2.15.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: 3b257792e6446e212ee50bb6913aa3aee7ffad9dec336995580e4f88355386a7
4
- data.tar.gz: fbddb3142c4a27aa5f0f8f04f32d3addf1719e7df841a23e85f6765ea252146b
3
+ metadata.gz: 637e59bd4543dca69ef7f27a5bb8e6759e1ab082d4279ac9fa34c93dfbb249f8
4
+ data.tar.gz: b6855c7789d2ab8ae49abf0d9606204239ab1949574af540b8e1aec60d79de87
5
5
  SHA512:
6
- metadata.gz: f4a78f501ad9a2e219f9992b97a8b4a4130b13bea18fb7068a5fb47018f51b7b74fa3cfea110ef76d2897df5e19716d19cc594edb540fd95ca6f32a30ba07384
7
- data.tar.gz: cac00fd92e51292ff02b1428ff81db52350d2cc2cf2101fc08bc1964661a163c7d3f89d240eb0fb6be298b7f8438a18e94f768024699d0146ea54d732c3f8da1
6
+ metadata.gz: '0947b76c9abcd8aea09106f954f76acabbf3b35a782d6b9af531325590359b66a89d9cf8fdd608a9f763e8c7d63d707780993713f667d9a8be9c144a3e7641f7'
7
+ data.tar.gz: 50255f748090ce2c2923344b4878bf875e9886d59929dd2888ef91416ec86063988ca3e16ee6f71a94cda540a779e3474a6468a49af8901fbd3b19bc7cdeee24
data/CHANGELOG.md CHANGED
@@ -18,6 +18,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
18
18
  - Nothing
19
19
 
20
20
 
21
+ ## [2.15.2] - 2022-06-02
22
+
23
+ ### Fixed
24
+
25
+ - Fix incorrect commented code in asset_sync.yml
26
+ (https://github.com/AssetSync/asset_sync/pull/426)
27
+
28
+
21
29
  ## [2.15.1] - 2021-11-22
22
30
 
23
31
  ### Changed
@@ -1038,7 +1046,8 @@ Changes:
1038
1046
  * Merge branch 'sinatra'
1039
1047
 
1040
1048
 
1041
- [Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.15.1...HEAD
1049
+ [Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.15.2...HEAD
1050
+ [2.15.2]: https://github.com/AssetSync/asset_sync/compare/v2.15.1...v2.15.2
1042
1051
  [2.15.1]: https://github.com/AssetSync/asset_sync/compare/v2.15.0...v2.15.1
1043
1052
  [2.15.0]: https://github.com/AssetSync/asset_sync/compare/v2.14.2...v2.15.0
1044
1053
  [2.14.2]: https://github.com/AssetSync/asset_sync/compare/v2.14.1...v2.14.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AssetSync
4
- VERSION = "2.15.1"
4
+ VERSION = "2.15.2"
5
5
  end
@@ -19,7 +19,7 @@ defaults: &defaults
19
19
  # fog_host: "s3.amazonaws.com"
20
20
  #
21
21
  # Change port option in fog (only if you need to)
22
- # config.fog_port = "9000"
22
+ # fog_port: "9000"
23
23
  #
24
24
  # Use http instead of https. Default should be "https" (at least for fog-aws)
25
25
  # fog_scheme: "http"
@@ -53,7 +53,7 @@ defaults: &defaults
53
53
  # Set `public` option when uploading file depending on value,
54
54
  # Setting to "default" makes asset sync skip setting the option
55
55
  # Possible values: true, false, "default" (default: true)
56
- # config.fog_public = true
56
+ # fog_public: "true"
57
57
 
58
58
  existing_remote_files: keep
59
59
  # To delete existing remote files.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asset_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.1
4
+ version: 2.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Hamilton
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2021-11-22 00:00:00.000000000 Z
14
+ date: 2022-06-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fog-core
@@ -287,7 +287,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
287
287
  - !ruby/object:Gem::Version
288
288
  version: '0'
289
289
  requirements: []
290
- rubygems_version: 3.2.31
290
+ rubygems_version: 3.3.15
291
291
  signing_key:
292
292
  specification_version: 4
293
293
  summary: Synchronises Assets in a Rails 3 application and Amazon S3/Cloudfront and