vagrant-s3auth 0.1.0.alpha1 → 0.1.0
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 +4 -4
- data/CHANGELOG.md +14 -0
- data/Gemfile.lock +1 -1
- data/lib/vagrant-s3auth/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00a05901c599f47f9266a5d9e718db340f3e61d5
|
|
4
|
+
data.tar.gz: da85d51f703a4e8f6f756a938a344994cd3b57b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bf0b648e79f34ad51b30c8b24f75a3f6505450b536b13da049b3d3d7a707d971d1a75bea88c1e0d2fc3ba2145115974ebbd2d48d803a828774ed643169702c0
|
|
7
|
+
data.tar.gz: 6a34c9a3229ebcd60d08f4b6eeb825efbf01b27cb27cf7aa615bed66ce26da0e7633f795f52ad8dc81564c3370279f1d559428d3ecd7238815700d80dba22c47
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 0.1.0
|
|
2
|
+
|
|
3
|
+
**13 June 2014**
|
|
4
|
+
|
|
5
|
+
Enhancements:
|
|
6
|
+
|
|
7
|
+
* support buckets hosted in any S3 region ([#1])
|
|
8
|
+
|
|
9
|
+
Fixes:
|
|
10
|
+
|
|
11
|
+
* properly authenticate requests for simple (non-metadata) S3 boxes ([#1])
|
|
12
|
+
|
|
1
13
|
## 0.0.2
|
|
2
14
|
|
|
3
15
|
**6 June 2014**
|
|
@@ -9,3 +21,5 @@ Enhancements:
|
|
|
9
21
|
## 0.0.1
|
|
10
22
|
|
|
11
23
|
* initial release
|
|
24
|
+
|
|
25
|
+
[#1]: https://github.com/WhoopInc/vagrant-s3auth/issues/1
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-s3auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikhil Benesch
|
|
@@ -78,9 +78,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
78
78
|
version: '0'
|
|
79
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
|
81
|
-
- - '
|
|
81
|
+
- - '>='
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version:
|
|
83
|
+
version: '0'
|
|
84
84
|
requirements: []
|
|
85
85
|
rubyforge_project:
|
|
86
86
|
rubygems_version: 2.0.14
|