carrierwave-aliyun 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/carrierwave-aliyun.gemspec +1 -1
- data/lib/carrierwave/aliyun/version.rb +2 -2
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88fa0eb30adeceb86f58ba51613ede7fd5ad252d
|
4
|
+
data.tar.gz: 37bcfc260f4213ba2db3e19aa193d0d1bd998e5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa0bf265b62fb7c081c9266a8868965b310d8dffd0d743e132b1b077368b54c981741ad314ae3b9da519e64e8e10392687145bd7162b51c79ca544e73be6d05f
|
7
|
+
data.tar.gz: 91434a7ce71d32805b88bd12397c0730948ea3ef695323e03b8438204aae266cac242490a2b7f8d3b9246f85749e04313f3fb75940722232008e739b950df343
|
data/carrierwave-aliyun.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Jason Lee"]
|
10
10
|
s.email = ["huacnlee@gmail.com"]
|
11
|
-
s.homepage = "https://github.com/
|
11
|
+
s.homepage = "https://github.com/huacnlee/carrierwave-aliyun"
|
12
12
|
s.summary = %q{Aliyun OSS support for Carrierwave}
|
13
13
|
s.description = %q{Aliyun OSS support for Carrierwave}
|
14
14
|
s.files = `git ls-files`.split("\n")
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module CarrierWave
|
2
2
|
module Aliyun
|
3
3
|
class Version
|
4
|
-
MAJOR, MINOR, PATCH = 0, 1,
|
4
|
+
MAJOR, MINOR, PATCH = 0, 1, 4
|
5
5
|
|
6
6
|
##
|
7
7
|
# Returns the major version ( big release based off of multiple minor releases )
|
@@ -29,4 +29,4 @@ module CarrierWave
|
|
29
29
|
|
30
30
|
end
|
31
31
|
end
|
32
|
-
end
|
32
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: carrierwave-aliyun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Lee
|
@@ -62,7 +62,7 @@ files:
|
|
62
62
|
- spec/foo.zip
|
63
63
|
- spec/spec_helper.rb
|
64
64
|
- spec/upload_spec.rb
|
65
|
-
homepage: https://github.com/
|
65
|
+
homepage: https://github.com/huacnlee/carrierwave-aliyun
|
66
66
|
licenses: []
|
67
67
|
metadata: {}
|
68
68
|
post_install_message:
|
@@ -92,3 +92,4 @@ test_files:
|
|
92
92
|
- spec/foo.zip
|
93
93
|
- spec/spec_helper.rb
|
94
94
|
- spec/upload_spec.rb
|
95
|
+
has_rdoc:
|