mingle-storage 0.0.3 → 0.0.4
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 +8 -8
- data/lib/storage/s3_store.rb +6 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NWRmZDRkOTIxYmZiMjNhOTk4YTYxMzc3NTZkZjMzMDRjYTgxNmUxZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NGY2ZDZlYWJjMjUxYTRlYTQwODI1OWE0ODIzNGE0N2EzZjQ0YjdkYQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGQ0YzgzOTZjOGFmZGFlZDBlMTY2ZDA0ZmJiZWMyZjBhNWIxNDVlOTA5ZTcx
|
|
10
|
+
ZTA3ZDY2YThmYzhiZGQxYzExZDgyN2Y2NDYyYjI5YjE0MjkwNDcyMzk0ZjQx
|
|
11
|
+
ZDVmNTBlYmM0MDE2NzMzNmYxNTI5ZWFkMzI4NDk0MTU5YWEzMTE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MzFjMjJhNWNjYWFmNWE4MjYwZTBjMzRjYTE1MGIyN2EwY2I2NDk1MzZmZWYz
|
|
14
|
+
YTE0ZmIwMGM3OTk5YjZkYzkyZGQ2YjZhYmFhZDIwNTgyMmYyM2EzNmIwOTcz
|
|
15
|
+
N2JlNTYwYWYwYmE5NzhhOTUxZWNhNjE2N2M5NzI0NTI1MmJkZTE=
|
data/lib/storage/s3_store.rb
CHANGED
|
@@ -92,7 +92,12 @@ module Storage
|
|
|
92
92
|
"asx" => "video/x-ms-asf",
|
|
93
93
|
"asf" => "video/x-ms-asf",
|
|
94
94
|
"wmv" => "video/x-ms-wmv",
|
|
95
|
-
"avi" => "video/x-msvideo"
|
|
95
|
+
"avi" => "video/x-msvideo",
|
|
96
|
+
"docx" => "application/x-word",
|
|
97
|
+
"xlsx" => "application/x-excel",
|
|
98
|
+
"pptx" => "application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
|
99
|
+
"eml" => "text/plain",
|
|
100
|
+
"msg" => "text/plain"
|
|
96
101
|
}
|
|
97
102
|
|
|
98
103
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mingle-storage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ThoughtWorks Studios
|
|
@@ -14,16 +14,16 @@ dependencies:
|
|
|
14
14
|
name: aws-sdk
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ! '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ! '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: '0'
|
|
27
27
|
description: Mingle storage API to support filesystem and AWS S3 backed storage
|
|
28
28
|
email: mingle-dev@thoughtworks.com
|
|
29
29
|
executables: []
|