capistrano-figaro-yml 1.0.4 → 1.0.5
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/README.md +1 -1
- data/lib/capistrano/figaro_yml/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e8f586aaf0c51b954fbf12374bc17f8e090800e
|
|
4
|
+
data.tar.gz: 3529beda0f10bfab0d1eb5649cdc2cafa1cea4c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 966043aea11a6a27d15999b1ef1ae3a12538dfea4354994c9c6818d73657e1b1dabc4da161a9abd0ac5ff68597d617d3d83969c6de6142d945a867aef77e9970
|
|
7
|
+
data.tar.gz: 1ec4d8378ba3efff2a438bf7214bf378b74856aac1e38232c403da3890f4e1d8ef93476de37ffbda9b38b2de2689856892e5f9d024aacfa490153e4e9db65b32
|
data/README.md
CHANGED
|
@@ -56,7 +56,7 @@ You can now proceed with other deployment tasks.
|
|
|
56
56
|
|
|
57
57
|
### How it works
|
|
58
58
|
|
|
59
|
-
When you execute `$ bundle exec production setup`:
|
|
59
|
+
When you execute `$ bundle exec cap production setup`:
|
|
60
60
|
|
|
61
61
|
- figaro settings from your local `application.yml` are copied to the server.<br/>
|
|
62
62
|
- only "stage" secrets are copied: if you are deploying to `production`,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-figaro-yml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chia-Hui Chou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
@@ -107,4 +107,3 @@ specification_version: 4
|
|
|
107
107
|
summary: Capistrano tasks for automating figaro `application.yml` file handling for
|
|
108
108
|
Rails 4+ apps.
|
|
109
109
|
test_files: []
|
|
110
|
-
has_rdoc:
|