qcloud-cos 0.0.2 → 0.0.3

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: d04b8d3c1d07ee1aeb3a258fc7e7c9c8021030e026ec2886c0acb61417eca437
4
- data.tar.gz: 526d9ddc1d3ab5b56369b148cf7ae530ce02ad81926f60da819f4bd4123de617
3
+ metadata.gz: 031e03e9ed5b011e41422461d2b8a40c6d1365751f7eff03a51a732fc3714a25
4
+ data.tar.gz: facfc40f4432c5d0b77a1b988a5ab04bc1ef760523a282733188a228e9156b31
5
5
  SHA512:
6
- metadata.gz: 612d8858e6a4e1af4b533fe66ca1e1809b7e04dd90f86572bf4385a1622664f159d66540cd36ec42e389252cc264c0224bee8e9a51fd7e4bc3c92bb012c66dad
7
- data.tar.gz: b2b04a0ba875351ba8db36bc5bc520d0ed903433faf82c648018e5ca6a4b107941b8da42d353d59007c5988800b1867fa44956652d73231f965f67d77bf974c6
6
+ metadata.gz: d7033bc2f3c3fba54d5d60875c8442059e7dea626b4df46000d0646f6a0d6df85785bc01b29008bd4f14f897bbb0668df2d21c060479911d93167b2bb2093ef6
7
+ data.tar.gz: df46f0b7aed195986bf2a6419735df6b2f772224b74576d8a7a5d7407484c8668a38a1e00b8b7d043d9115569c001933ac3ef8356216176816bf378b587ecd4b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- qcloud-cos (0.0.2)
4
+ qcloud-cos (0.0.3)
5
5
  activesupport
6
6
  multi_xml
7
7
 
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "qcloud_cos"
4
+ require "qcloud-cos"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
data/lib/qcloud-cos.rb CHANGED
@@ -1 +1 @@
1
- require File.dirname(__FILE__) + '/qcloud_oss.rb'
1
+ require File.dirname(__FILE__) + '/qcloud_cos.rb'
@@ -1,3 +1,3 @@
1
1
  module QcloudCos
2
- VERSION = "0.0.2".freeze
2
+ VERSION = "0.0.3".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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - xuxiangyang