archer-rails 1.3.0 → 1.3.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/LICENSE.txt +1 -1
- data/README.md +11 -1
- data/lib/archer/coder.rb +1 -1
- data/lib/archer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dacd01065ed50cdda02500fd57256234eea7aa5fcbd8b23dfbe2135b541fdf0b
|
|
4
|
+
data.tar.gz: 68d856097137e54b0376cb05f4db4f979b79dfc922d9b227d44ad49845a716df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: deeb1fa0a3376f8d267a5c1211c057ddca46fcd8245b31e4b65926bdc01daf7cb51e4818983c42d8a4f4725e37a99a3709d10c3d6c4aa3880e10ae2205732eff
|
|
7
|
+
data.tar.gz: 2aa7cf8a088e8857065b6954cb302cd1238d488921768161fcafb848445b553413cab37a25dbae3eb9317f495eccab9575fd4b988e06d34eb54f374708d28efe
|
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -101,7 +101,17 @@ alias hc="heroku run USER=andrew rails console"
|
|
|
101
101
|
|
|
102
102
|
### Dokku
|
|
103
103
|
|
|
104
|
-
|
|
104
|
+
For user-specific history, the command should follow this format:
|
|
105
|
+
|
|
106
|
+
```sh
|
|
107
|
+
dokku run env USER=andrew rails console
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
Set up an [alias](https://shapeshed.com/unix-alias/) to save yourself some typing
|
|
111
|
+
|
|
112
|
+
```sh
|
|
113
|
+
alias dc="dokku run env USER=andrew rails console"
|
|
114
|
+
```
|
|
105
115
|
|
|
106
116
|
## History
|
|
107
117
|
|
data/lib/archer/coder.rb
CHANGED
data/lib/archer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: archer-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Kane
|
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 4.0.
|
|
76
|
+
rubygems_version: 4.0.16
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Rails console history for Heroku, Docker, and more
|
|
79
79
|
test_files: []
|