qcloud-cos 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56496f59f1ba432a3c550236b1ddf99b0c9999afe4dfbb4f7b4b28098cbc5054
4
- data.tar.gz: c1758ae41a1da3ffba1061702ed74f3796e9b4239ec9a9ea2685e7fd65193cfe
3
+ metadata.gz: d04b8d3c1d07ee1aeb3a258fc7e7c9c8021030e026ec2886c0acb61417eca437
4
+ data.tar.gz: 526d9ddc1d3ab5b56369b148cf7ae530ce02ad81926f60da819f4bd4123de617
5
5
  SHA512:
6
- metadata.gz: df3519e0d88408752ed8b9e8f4b9b8ecf70194d5b351c81e641e43f61f55b407bd76f93098003cb4f6f8b18e11d558796e898af15d8f03d1f1dfcf41d335f462
7
- data.tar.gz: '087440d50a98526e9f6a9f7dcf18424bfa40b957eaded453440249aa31fb704393b954b0cd6b2f10cf5ce44af795e962f0ec7f10ecd2765370590f0e1f25d765'
6
+ metadata.gz: 612d8858e6a4e1af4b533fe66ca1e1809b7e04dd90f86572bf4385a1622664f159d66540cd36ec42e389252cc264c0224bee8e9a51fd7e4bc3c92bb012c66dad
7
+ data.tar.gz: b2b04a0ba875351ba8db36bc5bc520d0ed903433faf82c648018e5ca6a4b107941b8da42d353d59007c5988800b1867fa44956652d73231f965f67d77bf974c6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- qcloud-cos (0.0.1)
4
+ qcloud-cos (0.0.2)
5
5
  activesupport
6
6
  multi_xml
7
7
 
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # QcloudCos
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/qcloud_cos`. To experiment with that code, run `bin/console` for an interactive prompt.
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'
@@ -1,3 +1,3 @@
1
1
  module QcloudCos
2
- VERSION = "0.0.1".freeze
2
+ VERSION = "0.0.2".freeze
3
3
  end
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.1
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