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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24bd022cbfa2876c12e53ab63524d0223c1db2bc
4
- data.tar.gz: a4c3000842d64b4cd7e86a1916f3059b82a29d59
3
+ metadata.gz: 00a05901c599f47f9266a5d9e718db340f3e61d5
4
+ data.tar.gz: da85d51f703a4e8f6f756a938a344994cd3b57b4
5
5
  SHA512:
6
- metadata.gz: 9106c22b6c8982f6e2fe6f54d3c11835f6361d478b22b0128e862bb2f67d73a17d34570253283730f16cda6c04a05e0403e0a05a7b4dda013fa7d6a5d10939fd
7
- data.tar.gz: 7a1be0554b1811f140a2ec74184869984ab4256d3389d2ba7e960c702821fd2a6626aed874a06ab2f30bdc7fb4f4008081ad43d802271f92331d3e2c33188c24
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
@@ -18,7 +18,7 @@ GIT
18
18
  PATH
19
19
  remote: .
20
20
  specs:
21
- vagrant-s3auth (0.1.0.alpha1)
21
+ vagrant-s3auth (0.1.0)
22
22
 
23
23
  GEM
24
24
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module S3Auth
3
- VERSION = '0.1.0.alpha1'
3
+ VERSION = '0.1.0'
4
4
  end
5
5
  end
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.alpha1
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: 1.3.1
83
+ version: '0'
84
84
  requirements: []
85
85
  rubyforge_project:
86
86
  rubygems_version: 2.0.14