backup2qiniu 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,28 +1,28 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- backup2qiniu (0.2.0)
4
+ backup2qiniu (0.2.1)
5
5
  backup (~> 3.0)
6
- qiniu-rs (~> 3.0)
6
+ qiniu-rs (~> 3.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- backup (3.0.25)
11
+ backup (3.0.27)
12
12
  open4 (~> 1.3.0)
13
- thor (~> 0.15.4)
14
- json (1.7.5)
13
+ thor (>= 0.15.4, < 2)
14
+ json (1.7.6)
15
15
  mime-types (1.19)
16
16
  open4 (1.3.0)
17
- qiniu-rs (3.0.4)
18
- json (~> 1.7.5)
17
+ qiniu-rs (3.4.1)
18
+ json (~> 1.7)
19
19
  mime-types (~> 1.19)
20
- rest-client (~> 1.6.7)
21
- ruby-hmac (~> 0.4.0)
20
+ rest-client (~> 1.6)
21
+ ruby-hmac (~> 0.4)
22
22
  rest-client (1.6.7)
23
23
  mime-types (>= 1.16)
24
24
  ruby-hmac (0.4.0)
25
- thor (0.15.4)
25
+ thor (0.17.0)
26
26
 
27
27
  PLATFORMS
28
28
  ruby
data/NEWS.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # NEWS
2
2
 
3
+ ## 0.2.1 (2012-01-31)
4
+
5
+ * [#1] fix empty error when upload failed.
6
+
3
7
  ## 0.2.0 (2012-08-26)
4
8
 
5
9
  * support cycling.
data/backup2qiniu.gemspec CHANGED
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = Backup2qiniu::VERSION
17
17
  gem.add_dependency 'backup', '~> 3.0'
18
- gem.add_dependency 'qiniu-rs', '~> 3.0'
18
+ gem.add_dependency 'qiniu-rs', '~> 3.1'
19
19
  end
@@ -1,3 +1,3 @@
1
1
  module Backup2qiniu
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backup2qiniu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-26 00:00:00.000000000 Z
12
+ date: 2013-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: backup
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ~>
36
36
  - !ruby/object:Gem::Version
37
- version: '3.0'
37
+ version: '3.1'
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: '3.0'
45
+ version: '3.1'
46
46
  description: backup to qiniutek.com
47
47
  email:
48
48
  - lidaobing@gmail.com
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 1.8.23
85
+ rubygems_version: 1.8.24
86
86
  signing_key:
87
87
  specification_version: 3
88
88
  summary: backup to qiniutek.com