activestorage_qiniu 0.1.1 → 0.1.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/activestorage_qiniu.gemspec +3 -3
- data/lib/activestorage_qiniu/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ad6997e5eb5803649d05adecc94470cb7b043d4
|
|
4
|
+
data.tar.gz: f4dcd3dd2d251b2935c143a54884bc6697a180d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dba8d96a7db7e595f5f38701a08b560e346b64fbc63ca3f8d5916540bc09bf75aac8bb57d93f0e9bd036cae9be4a225cd86f9cdc8c86a138e3f0529ef5dc91d9
|
|
7
|
+
data.tar.gz: 6108b971cd878928d9d3f3aaef1be54e0804c93c703b1ab36d3ec3410bf0417f868d363855e489767a97c0913439d8419f6c98a3941ec79e2fd1096ef329374e
|
data/activestorage_qiniu.gemspec
CHANGED
|
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Mycolorway', "seandong"]
|
|
10
10
|
spec.email = ["sindon@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Qiniu
|
|
13
|
-
spec.description = %q{Qiniu
|
|
14
|
-
spec.homepage = "https://
|
|
12
|
+
spec.summary = %q{Wraps the Qiniu Storage Service as an Active Storage service}
|
|
13
|
+
spec.description = %q{Wraps the Qiniu Storage Service as an Active Storage service. https://www.qiniu.com}
|
|
14
|
+
spec.homepage = "https://github.com/mycolorway/activestorage_qiniu"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
17
17
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activestorage_qiniu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mycolorway
|
|
@@ -87,7 +87,7 @@ dependencies:
|
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: 6.8.1
|
|
90
|
-
description: Qiniu
|
|
90
|
+
description: Wraps the Qiniu Storage Service as an Active Storage service. https://www.qiniu.com
|
|
91
91
|
email:
|
|
92
92
|
- sindon@gmail.com
|
|
93
93
|
executables: []
|
|
@@ -109,7 +109,7 @@ files:
|
|
|
109
109
|
- lib/active_storage/service/qiniu_service.rb
|
|
110
110
|
- lib/activestorage_qiniu.rb
|
|
111
111
|
- lib/activestorage_qiniu/version.rb
|
|
112
|
-
homepage: https://
|
|
112
|
+
homepage: https://github.com/mycolorway/activestorage_qiniu
|
|
113
113
|
licenses:
|
|
114
114
|
- MIT
|
|
115
115
|
metadata: {}
|
|
@@ -132,5 +132,5 @@ rubyforge_project:
|
|
|
132
132
|
rubygems_version: 2.6.13
|
|
133
133
|
signing_key:
|
|
134
134
|
specification_version: 4
|
|
135
|
-
summary: Qiniu
|
|
135
|
+
summary: Wraps the Qiniu Storage Service as an Active Storage service
|
|
136
136
|
test_files: []
|