paperclip_oss_storage 0.0.1 → 0.0.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: cf9775089df646429d1261e48ebc1d09ce0a986b
4
- data.tar.gz: d092cccb6a08134ed98e399e0924fe118341a901
3
+ metadata.gz: 5010fe49679aa7259bcf92f289b20ec7e6d4e042
4
+ data.tar.gz: 213ccbd837979ea57f30b98aeb95ad3cc1f97ad5
5
5
  SHA512:
6
- metadata.gz: 745e420022f13e5e3dce491a4812b473ba1482ea847621200a0dfa0a4c553ee5d4643268fc7c7e45403e75cf3d9892b1cb9a9f8be5a23a03c1fa1bf50378022a
7
- data.tar.gz: cbfbd9017e9210fc784ab320068e680880cbc0cf1e48d52839499316194876bb73176f58c11b570aca5ffd527091c3367288fe586f8b75565052a43371d99748
6
+ metadata.gz: 72b0a75bb6aeb077370adc3bf66600bec645f44c16fa10c49f63ea8e99a1c2e51fa267af421d792c8e7d3a4d6dbf0a11df27296244cdb56ac6ba60023caabf72
7
+ data.tar.gz: c455957df3cedb196807a867806f750c9a79d6f1672ca08f46b208024cb7060b5254a333fed899b926ba9b40e7595fb5b0cdafd8649e69f7bcc52c2a5da109e2
@@ -1,3 +1,3 @@
1
1
  module PaperclipOssStorage
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  require "paperclip_oss_storage/version"
2
2
 
3
- module PaperclipOssStorage
4
- # Your code goes here...
5
- end
3
+ require 'paperclip/storage/aliyun'
4
+ require 'aliyun/connection'
5
+
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["elite.ljp@gmail.com"]
11
11
  spec.description = %q{saving files to Aliyun OSS}
12
12
  spec.summary = %q{saving files to Aliyun OSS}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/adev-cn/paperclip_oss_storage.git"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperclip_oss_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elite
@@ -53,7 +53,7 @@ files:
53
53
  - lib/paperclip_oss_storage.rb
54
54
  - lib/paperclip_oss_storage/version.rb
55
55
  - paperclip_oss_storage.gemspec
56
- homepage: ''
56
+ homepage: https://github.com/adev-cn/paperclip_oss_storage.git
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}