qcloud-cos 0.0.1 → 0.0.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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -3
- data/lib/qcloud-cos.rb +1 -0
- data/lib/qcloud_cos/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d04b8d3c1d07ee1aeb3a258fc7e7c9c8021030e026ec2886c0acb61417eca437
|
|
4
|
+
data.tar.gz: 526d9ddc1d3ab5b56369b148cf7ae530ce02ad81926f60da819f4bd4123de617
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 612d8858e6a4e1af4b533fe66ca1e1809b7e04dd90f86572bf4385a1622664f159d66540cd36ec42e389252cc264c0224bee8e9a51fd7e4bc3c92bb012c66dad
|
|
7
|
+
data.tar.gz: b2b04a0ba875351ba8db36bc5bc520d0ed903433faf82c648018e5ca6a4b107941b8da42d353d59007c5988800b1867fa44956652d73231f965f67d77bf974c6
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# QcloudCos
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
腾讯云COS Ruby SDK
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
data/lib/qcloud-cos.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require File.dirname(__FILE__) + '/qcloud_oss.rb'
|
data/lib/qcloud_cos/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qcloud-cos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- xuxiangyang
|
|
@@ -83,6 +83,7 @@ files:
|
|
|
83
83
|
- Rakefile
|
|
84
84
|
- bin/console
|
|
85
85
|
- bin/setup
|
|
86
|
+
- lib/qcloud-cos.rb
|
|
86
87
|
- lib/qcloud_cos.rb
|
|
87
88
|
- lib/qcloud_cos/error.rb
|
|
88
89
|
- lib/qcloud_cos/http.rb
|