activestorage-backblaze 0.0.1

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ce4dd3963a2e8f3a489c6dbefdd46c3050c0fd588521b685a6c89b271282f1dc
4
+ data.tar.gz: 3efe20ec4c2376d18aee83694db7b6998583ea0aeb5433d56ab3dbb208506e73
5
+ SHA512:
6
+ metadata.gz: c30dcea49357c169938accc6f1dd8ddf09fff33e880c297c911e2ba55c1a0b776102297938ee6154231b5dd377c6a1bb1ddf95b0c0fcc07cf717fa51dbf3ea47
7
+ data.tar.gz: 59f4578c3b62f15ab6ba4c4bfa42df6af2165633d624243c0138d3077ced09e07bbbc6c2cd5080ca70fd1591c57cdffb076778ab9bb42d90424b87bc040853af
@@ -0,0 +1,6 @@
1
+ module Activestorage
2
+ class Backblaze
3
+ def initialize
4
+ end
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: activestorage-backblaze
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jey
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-07-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: geetan123321@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/activestorage_backblaze.rb
20
+ homepage: https://github.com/gten/activestorage-backblaze
21
+ licenses: []
22
+ metadata:
23
+ source_code_uri: https://github.com/gten/activestorage-backblaze
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.7.6
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: activestorage-backblaze is for using backblaze b2 with activestorage in rails
44
+ 5.2
45
+ test_files: []