upyun 1.0.8 → 1.0.9

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
  SHA1:
3
- metadata.gz: a0e0c04999244534cf121c344eac1cbb059e3d06
4
- data.tar.gz: 6c0f41e3d546ff7427e163da6fcf9c39ea244de4
3
+ metadata.gz: 79e26d3c87b116e844873b4df493fddd32c4eb11
4
+ data.tar.gz: 8ccb427505190f1c761b75266d4493b59466e4ab
5
5
  SHA512:
6
- metadata.gz: 7e6d5b2263b1cf97ead353bbaf218ea71a7c68d6557b6a19ace4ee5af1de616b7aa2226a8cddfb2e97410f0e7cd2ebde034f35195ead9c1930966e6488f0413f
7
- data.tar.gz: a316cabb91311c7fb843a2a16c3bb0620f8506134120e00c3965c4166f46b9a42034daa7a6ebd8365d07fd8c6a5f2d8e7e7f0dca48623fad2fc37a4cae3da4c4
6
+ metadata.gz: 4be5a31409ab26e1cb6148f0668ad47bcdd2bd0ef3cc2a038d459124d901b6511eebd626a1b14e69027806b1fc376eb0541e5f20b0d6c3a2f6b9d02ed0f39465
7
+ data.tar.gz: 9f14bcba7532640a7d0877c82ba7d021caec4ccf6ad8118f0c0cb2626060b28c655f8cfc2454823f1fc1be5ae4a8a0b536d7a86e247000ed820920468b3fa001
@@ -1,5 +1,7 @@
1
1
  ## CHANGE LOG
2
2
 
3
+ ### v1.0.9
4
+
3
5
  ### v1.0.8
4
6
  - URI encode '[]'
5
7
 
@@ -83,7 +83,7 @@ module Upyun
83
83
 
84
84
  private
85
85
  def policy(opts)
86
- @_policy = Base64.encode64(policy_json(opts))
86
+ @_policy = Base64.strict_encode64(policy_json(opts))
87
87
  end
88
88
 
89
89
  def signature
@@ -1,3 +1,3 @@
1
1
  module Upyun
2
- VERSION = "1.0.8"
2
+ VERSION = "1.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upyun
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - jsvisa