rong_cloud_im 0.1.0 → 0.1.1

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: cc8cbc51f47ca4fc8a86f889a9feb624e782d000
4
- data.tar.gz: b80dbe71d2a0f43a74ac5c6c6fee760b4c48792d
3
+ metadata.gz: cc06ea88bfaa918119d51b82fcc4cfd3cedaa879
4
+ data.tar.gz: b22c355d050d14fef5f7b573a8a4971288a911dc
5
5
  SHA512:
6
- metadata.gz: d1e9f1cee7452fce6441a5b3e07b791670ac1d31ad2be70e4200959dc4f29e419c9be652f9da1c9c89bd0db93971d649511c488cdfa6219b90b59ac362d3d27d
7
- data.tar.gz: b1d095c89916478e0c6433a3cec3f900a71c9dc7bb30ba57ae8791c9a04b45afca402a60756d791ca0a0a84af2e5b3e37e6715a7465ae2d2a2d8463c8d599cd3
6
+ metadata.gz: bdeb8be12c380ce0a25da4ebcdde51fc1322f332ac8cfd63d09739b64c7b65700c3fca98a7bac99e19fc4ccd8dc877875c41e2cac9687ec4d5b21189c4497fac
7
+ data.tar.gz: 53dcab8ac1caad233b81e21e17f31188271a2c22ba4ddbaffd55dde0be57dde1d7536d7911df638d4d10954653d8cc1814af52ea02cc3f20f57658c9ba1f6be7
@@ -33,10 +33,10 @@ module RongCloudIM
33
33
  app_secret = RongCloudIM.app_secret || ""
34
34
  signature = sign(app_secret + nonce + timestamp)
35
35
  {
36
- 'RC-App-Key': RongCloudIM.app_key || "",
37
- 'RC-Nonce': nonce,
38
- 'RC-Timestamp': timestamp,
39
- 'RC-Signature': signature
36
+ 'RC-App-Key' => RongCloudIM.app_key || "",
37
+ 'RC-Nonce' => nonce,
38
+ 'RC-Timestamp' => timestamp,
39
+ 'RC-Signature' => signature
40
40
  }
41
41
  end
42
42
 
@@ -1,3 +1,3 @@
1
1
  module RongCloudIM
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rong_cloud_im
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - fwshun8023