capistrano-rails-console 2.1.0 → 2.1.1

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: 24afc868db18013827cff21ba79338acba73c220
4
- data.tar.gz: e3a55356b9671dcf01c7317f307395b3dc026a51
3
+ metadata.gz: b4a18379dbfa0f26403bc23d27434ba0e5ba84ef
4
+ data.tar.gz: 87bb31acbab1af5fc72fd093f6acbcfe8a4c7811
5
5
  SHA512:
6
- metadata.gz: 01377580057b65a2f5848317d0898ae5254eefb20b18f29d4329975408576d84372c616bcb06a73cbfb147df8c0f2832ae12544603e610c3060f20d3fd78a046
7
- data.tar.gz: 4dec52fcf68762eb6d4f5e91a51a1ecacb10a8ab7286940ae16d06cfcffe7ef82a19fb7b77e13603d051e3be04ae9c767fe581db076f27f17574e13cba7ee067
6
+ metadata.gz: 56e24798c84e11624906091d55a70ae4b1b2966d4deec7ac3e5c196b002b4275d99286b94debd0a4517d38349f9af65d32300aada34e54d0c392453c8a608380
7
+ data.tar.gz: 0d5f696b2cda5fce61cc33dc1a1a9a40d718e3d0036be3d4e37c9b1d26288ca42a84fac0e3b1c817a584fcba9b4732e14e70091fc2a136969b2de83551db3ffd
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.1.1 (2016-10-04)
4
+ ### Feature
5
+ - use password from database.yml for dbconsole
6
+
3
7
  ## 2.1.0 (2016-09-23)
4
8
  ### Feature
5
9
  - add support for `rails dbconsole`
@@ -29,7 +29,7 @@ namespace :rails do
29
29
  run_interactively primary(:app) do
30
30
  within current_path do
31
31
  as user: fetch(:console_user) do
32
- execute(:rails, :dbconsole, '-e', fetch(:console_env))
32
+ execute(:rails, :dbconsole, '-p', '-e', fetch(:console_env))
33
33
  end
34
34
  end
35
35
  end
@@ -5,7 +5,7 @@ module Capistrano
5
5
  # Console
6
6
  module Console
7
7
  # Gem version
8
- VERSION = '2.1.0'
8
+ VERSION = '2.1.1'
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-rails-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Schwab
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-23 00:00:00.000000000 Z
11
+ date: 2016-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano