fog-local 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -0
- data/fog-local.gemspec +1 -1
- data/lib/fog/local/version.rb +1 -1
- metadata +11 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38b9c0483e09f643f9f45d328ce5d726a72e114a
|
4
|
+
data.tar.gz: 2241c0bfc4cd14ad1564cde923d938e3c6ceba81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c5a6bb0078efa532207c11ffa10ef058a9056261d929f7f3ae5c32384ddbc3488a1347cd584f4fbf843bb18198079bfeb2abe328e9fabd5834c41c533b7dbf5
|
7
|
+
data.tar.gz: 85fa728c4ba44739e15ed322a693a611a58f4cd9f931e54586e09a8153ca2fc1275674da75d227a5c08f182e7d8f384a76f1dbb91e8a51953581286f6f381bb5
|
data/.travis.yml
CHANGED
data/fog-local.gemspec
CHANGED
data/lib/fog/local/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fog-local
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wesley Beary
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2018-02-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -57,16 +57,22 @@ dependencies:
|
|
57
57
|
name: fog-core
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
|
-
- - "
|
60
|
+
- - ">="
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '1.27'
|
63
|
+
- - "<"
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '3.0'
|
63
66
|
type: :runtime
|
64
67
|
prerelease: false
|
65
68
|
version_requirements: !ruby/object:Gem::Requirement
|
66
69
|
requirements:
|
67
|
-
- - "
|
70
|
+
- - ">="
|
68
71
|
- !ruby/object:Gem::Version
|
69
72
|
version: '1.27'
|
73
|
+
- - "<"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '3.0'
|
70
76
|
description: |-
|
71
77
|
This library can be used as a module for `fog` or as standalone provider
|
72
78
|
to use local filesystem storage.
|
@@ -127,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
133
|
version: '0'
|
128
134
|
requirements: []
|
129
135
|
rubyforge_project:
|
130
|
-
rubygems_version: 2.6
|
136
|
+
rubygems_version: 2.4.6
|
131
137
|
signing_key:
|
132
138
|
specification_version: 4
|
133
139
|
summary: Module for the 'fog' gem to support local filesystem storage.
|