deploy_s3 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/lib/deploy_s3/main.rb +1 -1
- data/lib/deploy_s3/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a4badd5c142bc84f760b9295eff4a6a4815cd3e
|
4
|
+
data.tar.gz: ecf95f6ee6cd7b0b69a064d16b0acd1931c8e74b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe82d9af748df3fc26646f8860446a8e3412be4826f9c8ede6ae55fd8c2d1c6cb73ee0c720749a462961b3b5b9679ac074b03dc70df0e65bfee76461b3335ea2
|
7
|
+
data.tar.gz: f67981bab166444b09a69346e1a1ce77ab51913c8b2ef2d03ae80307c899ca0a68cbc1c22b4548f23ab7c2e0f77a799f852c0665abdf33c83865dfb0a7e2f192
|
data/README.md
CHANGED
@@ -27,6 +27,11 @@ deploy_s3 relies on a `.deploy` file to tell it where to write the git hash. Ri
|
|
27
27
|
|
28
28
|
Movable Ink uses Chef to push out new code, and Chef can simply read s3 for the revision to know exactly which version to deploy. This allows newly provisioned machines to get the latest deployed version while not requiring changes to the provisioning system every time the project is updated.
|
29
29
|
|
30
|
+
## History
|
31
|
+
|
32
|
+
* *0.0.2* - Always save the full git sha to s3. Many CI and deployment tools always upload using the full sha in the path.
|
33
|
+
* *0.0.1* - Initial release.
|
34
|
+
|
30
35
|
## License
|
31
36
|
|
32
37
|
The MIT License. See LICENSE.md.
|
data/lib/deploy_s3/main.rb
CHANGED
data/lib/deploy_s3/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deploy_s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Nutt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fog
|