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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f01474a961db5d46003e27cc91db060094d24af2
4
- data.tar.gz: 3fee16c62d29ee72689331a1672036463dd4561f
3
+ metadata.gz: 5e8f586aaf0c51b954fbf12374bc17f8e090800e
4
+ data.tar.gz: 3529beda0f10bfab0d1eb5649cdc2cafa1cea4c4
5
5
  SHA512:
6
- metadata.gz: 5e8add2c9e9ed1051b1812802a81be05cae3ae74b0ca3158ad0b862db1fb4bfd9bb313f4402fe7e624a1e73d2cd5544083781d1c367ca3a47125a00ed312f1f0
7
- data.tar.gz: 0e932113e8b4976b4d49afeea610fa6929f98cbbf9eff2da4e5d8bde3102faecc4b7d1f5d87756c35ff11d3f74ffba0b770a8249bebf339256fb4c1de517cc8b
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`,
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module FigaroYml
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
4
4
  end
5
5
  end
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
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-03 00:00:00.000000000 Z
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: