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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3dc7c9104888167e57196a87e4653c42bcec55b
4
- data.tar.gz: 6b8fecb7cbff2f769f145a06e27f46d43d24d7c9
3
+ metadata.gz: 7ad6997e5eb5803649d05adecc94470cb7b043d4
4
+ data.tar.gz: f4dcd3dd2d251b2935c143a54884bc6697a180d7
5
5
  SHA512:
6
- metadata.gz: 12c631671a5135752a06c034dbc5b69ce7de3f0e685b5d1564285446db5a4b2aba450cd7eabe86e568ab072e90aec2325619671aece03e5076d626c398e3b7aa
7
- data.tar.gz: 87c0d64f5bdca240cc07355a09e059e36c358d972231a3359ac26520ed709ecebb44c2de910e11c95f3eee34dcb0074bb2a3196a3a275c65eaa4049651cbb1f7
6
+ metadata.gz: dba8d96a7db7e595f5f38701a08b560e346b64fbc63ca3f8d5916540bc09bf75aac8bb57d93f0e9bd036cae9be4a225cd86f9cdc8c86a138e3f0529ef5dc91d9
7
+ data.tar.gz: 6108b971cd878928d9d3f3aaef1be54e0804c93c703b1ab36d3ec3410bf0417f868d363855e489767a97c0913439d8419f6c98a3941ec79e2fd1096ef329374e
@@ -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 cloud service for Active Storage}
13
- spec.description = %q{Qiniu cloud service for Active Storage}
14
- spec.homepage = "https://zhiren.com"
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)/})
@@ -1,3 +1,3 @@
1
1
  module ActivestorageQiniu
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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 cloud service for Active Storage
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://zhiren.com
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 cloud service for Active Storage
135
+ summary: Wraps the Qiniu Storage Service as an Active Storage service
136
136
  test_files: []