bucket_client 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +4 -6
- data/.idea/bucket_client.iml +18 -0
- data/lib/bucket_client/aws/aws_bucket.rb +2 -0
- data/lib/bucket_client/azure/azure_bucket.rb +2 -0
- data/lib/bucket_client/dev/local_bucket.rb +3 -0
- data/lib/bucket_client/dev/local_client.rb +6 -0
- data/lib/bucket_client/digital_ocean/digital_ocean_bucket.rb +2 -0
- data/lib/bucket_client/gcp/gcp_bucket.rb +2 -0
- data/lib/bucket_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b98f30f8dc31e8fa4a25c612e38cd7e3ac33d00ea9e3f37603be4b1d10614cc
|
4
|
+
data.tar.gz: e826c3892fcfeeee404aee02bc8cda27b80c9e6236de847c567cb47a3b29328e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15e6c8ea01b73fa432c265d6a02656b88e4c795623ce9399a18f6a92e35d3d50192ab72b48a3df6c8e63ea54e582b06a4417348aec7cd0206480010c225cc015
|
7
|
+
data.tar.gz: c572f8e7af28528c9ccd13d8d11f71f9bc9b0c4bff908a7a143f8a3062f5fdc524c6ae4863439208e8c99a0de1ed0b4b3e87f326bc967e5a12630eadac2fc898
|
data/.gitlab-ci.yml
CHANGED
@@ -5,7 +5,7 @@ stages:
|
|
5
5
|
|
6
6
|
Integration Test:
|
7
7
|
tags:
|
8
|
-
-
|
8
|
+
- rubygem
|
9
9
|
stage: test
|
10
10
|
script:
|
11
11
|
- touch .env
|
@@ -25,7 +25,7 @@ Integration Test:
|
|
25
25
|
- shred -vfu ./.env
|
26
26
|
Unit Test:
|
27
27
|
tags:
|
28
|
-
-
|
28
|
+
- rubygem
|
29
29
|
stage: test
|
30
30
|
script:
|
31
31
|
- touch .env
|
@@ -45,8 +45,7 @@ Unit Test:
|
|
45
45
|
- shred -vfu ./.env
|
46
46
|
Build:
|
47
47
|
tags:
|
48
|
-
-
|
49
|
-
- kirinnee
|
48
|
+
- rubygem
|
50
49
|
stage: build
|
51
50
|
script: gem build $GEM_NAME
|
52
51
|
artifacts:
|
@@ -54,8 +53,7 @@ Build:
|
|
54
53
|
- ./*.gem
|
55
54
|
Publish:
|
56
55
|
tags:
|
57
|
-
-
|
58
|
-
- kirinnee
|
56
|
+
- rubygem
|
59
57
|
stage: publish
|
60
58
|
script:
|
61
59
|
- mkdir ~/.gem
|
data/.idea/bucket_client.iml
CHANGED
@@ -83,23 +83,41 @@
|
|
83
83
|
<orderEntry type="library" scope="PROVIDED" name="azure-storage-blob (v1.1.0, ruby-2.6.0-p0) [gem]" level="application" />
|
84
84
|
<orderEntry type="library" scope="PROVIDED" name="azure-storage-common (v1.1.0, ruby-2.6.0-p0) [gem]" level="application" />
|
85
85
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.17.2, ruby-2.6.0-p0) [gem]" level="application" />
|
86
|
+
<orderEntry type="library" scope="PROVIDED" name="declarative (v0.0.10, ruby-2.6.0-p0) [gem]" level="application" />
|
87
|
+
<orderEntry type="library" scope="PROVIDED" name="declarative-option (v0.1.0, ruby-2.6.0-p0) [gem]" level="application" />
|
86
88
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, ruby-2.6.0-p0) [gem]" level="application" />
|
89
|
+
<orderEntry type="library" scope="PROVIDED" name="digest-crc (v0.4.1, ruby-2.6.0-p0) [gem]" level="application" />
|
87
90
|
<orderEntry type="library" scope="PROVIDED" name="dotenv (v2.7.1, ruby-2.6.0-p0) [gem]" level="application" />
|
88
91
|
<orderEntry type="library" scope="PROVIDED" name="faraday (v0.15.4, ruby-2.6.0-p0) [gem]" level="application" />
|
89
92
|
<orderEntry type="library" scope="PROVIDED" name="faraday_middleware (v0.13.1, ruby-2.6.0-p0) [gem]" level="application" />
|
93
|
+
<orderEntry type="library" scope="PROVIDED" name="google-api-client (v0.28.4, ruby-2.6.0-p0) [gem]" level="application" />
|
94
|
+
<orderEntry type="library" scope="PROVIDED" name="google-cloud-core (v1.3.0, ruby-2.6.0-p0) [gem]" level="application" />
|
95
|
+
<orderEntry type="library" scope="PROVIDED" name="google-cloud-env (v1.0.5, ruby-2.6.0-p0) [gem]" level="application" />
|
90
96
|
<orderEntry type="library" scope="PROVIDED" name="google-cloud-storage (v1.17.0, ruby-2.6.0-p0) [gem]" level="application" />
|
97
|
+
<orderEntry type="library" scope="PROVIDED" name="googleauth (v0.8.0, ruby-2.6.0-p0) [gem]" level="application" />
|
98
|
+
<orderEntry type="library" scope="PROVIDED" name="httpclient (v2.8.3, ruby-2.6.0-p0) [gem]" level="application" />
|
99
|
+
<orderEntry type="library" scope="PROVIDED" name="jwt (v2.1.0, ruby-2.6.0-p0) [gem]" level="application" />
|
91
100
|
<orderEntry type="library" scope="PROVIDED" name="kirin_http (v0.1.1, ruby-2.6.0-p0) [gem]" level="application" />
|
101
|
+
<orderEntry type="library" scope="PROVIDED" name="memoist (v0.16.0, ruby-2.6.0-p0) [gem]" level="application" />
|
102
|
+
<orderEntry type="library" scope="PROVIDED" name="mime-types (v3.2.2, ruby-2.6.0-p0) [gem]" level="application" />
|
103
|
+
<orderEntry type="library" scope="PROVIDED" name="mime-types-data (v3.2018.0812, ruby-2.6.0-p0) [gem]" level="application" />
|
92
104
|
<orderEntry type="library" scope="PROVIDED" name="mimemagic (v0.3.3, ruby-2.6.0-p0) [gem]" level="application" />
|
93
105
|
<orderEntry type="library" scope="PROVIDED" name="mini_portile2 (v2.4.0, ruby-2.6.0-p0) [gem]" level="application" />
|
106
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.13.1, ruby-2.6.0-p0) [gem]" level="application" />
|
94
107
|
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.0.0, ruby-2.6.0-p0) [gem]" level="application" />
|
95
108
|
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.10.1, ruby-2.6.0-p0) [gem]" level="application" />
|
109
|
+
<orderEntry type="library" scope="PROVIDED" name="os (v1.0.0, ruby-2.6.0-p0) [gem]" level="application" />
|
96
110
|
<orderEntry type="library" scope="PROVIDED" name="ox (v2.10.0, ruby-2.6.0-p0) [gem]" level="application" />
|
97
111
|
<orderEntry type="library" scope="PROVIDED" name="public_suffix (v3.0.3, ruby-2.6.0-p0) [gem]" level="application" />
|
98
112
|
<orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, ruby-2.6.0-p0) [gem]" level="application" />
|
113
|
+
<orderEntry type="library" scope="PROVIDED" name="representable (v3.0.4, ruby-2.6.0-p0) [gem]" level="application" />
|
114
|
+
<orderEntry type="library" scope="PROVIDED" name="retriable (v3.1.2, ruby-2.6.0-p0) [gem]" level="application" />
|
99
115
|
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.8.0, ruby-2.6.0-p0) [gem]" level="application" />
|
100
116
|
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.8.0, ruby-2.6.0-p0) [gem]" level="application" />
|
101
117
|
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.8.2, ruby-2.6.0-p0) [gem]" level="application" />
|
102
118
|
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.8.0, ruby-2.6.0-p0) [gem]" level="application" />
|
103
119
|
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.8.0, ruby-2.6.0-p0) [gem]" level="application" />
|
120
|
+
<orderEntry type="library" scope="PROVIDED" name="signet (v0.11.0, ruby-2.6.0-p0) [gem]" level="application" />
|
121
|
+
<orderEntry type="library" scope="PROVIDED" name="uber (v0.1.0, ruby-2.6.0-p0) [gem]" level="application" />
|
104
122
|
</component>
|
105
123
|
</module>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bucket_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kirinnee
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: kirin_http
|
@@ -238,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
238
238
|
- !ruby/object:Gem::Version
|
239
239
|
version: '0'
|
240
240
|
requirements: []
|
241
|
-
rubygems_version: 3.0.
|
241
|
+
rubygems_version: 3.0.3
|
242
242
|
signing_key:
|
243
243
|
specification_version: 4
|
244
244
|
summary: A gem that allows for ruby code to interact with cloud blob storage such
|