just 1.0.0 → 1.0.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/.gitmodules +1 -1
- data/just.gemspec +2 -2
- data/lib/just/cli/run.rb +3 -0
- data/lib/just/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa4ab55665e3aab8ed01710835074db652c7b455
|
|
4
|
+
data.tar.gz: dc2526d01022f2d38fdcb4eb3170e3582198ee8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84c6320f9dece60ca1f50c2f5d7f7ef75bdb1d867ce6d55ca2298a7ca6b0e0d90ac0fd8cc23541db8c23d349ebe64106e7c025e96f42dbd9f48c5585a5eb44ab
|
|
7
|
+
data.tar.gz: fa96ab2763baf3f60c7573122e67572dd4b00de5785ae322f61b2c4bb24aaaae5ff6e96b2fa6931fa7c23f6153317ad4c05b9ba12c0386839933e5b1b6c29b56
|
data/.gitmodules
CHANGED
data/just.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Ryan Bigg"]
|
|
10
10
|
spec.email = ["git@ryanbigg.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.description = %q{
|
|
12
|
+
spec.summary = %q{For when you want your aliases but you're using someone else's computer.}
|
|
13
|
+
spec.description = %q{For when you want your aliases but you're using someone else's computer.}
|
|
14
14
|
spec.homepage = "https://github.com/radar/just"
|
|
15
15
|
|
|
16
16
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
data/lib/just/cli/run.rb
CHANGED
|
@@ -8,6 +8,9 @@ To setup Just, you just need to add this line to your ~/.bash_profile or ~/.zshr
|
|
|
8
8
|
|
|
9
9
|
. ~/.just/aliases
|
|
10
10
|
|
|
11
|
+
You should add this _before_ any of the host computer's aliases.
|
|
12
|
+
Just so that that computer's aliases take precedence!
|
|
13
|
+
|
|
11
14
|
It's just that simple. Just will do the rest!
|
|
12
15
|
DOC
|
|
13
16
|
|
data/lib/just/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: just
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Bigg
|
|
@@ -164,7 +164,7 @@ dependencies:
|
|
|
164
164
|
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: 0.2.0
|
|
167
|
-
description:
|
|
167
|
+
description: For when you want your aliases but you're using someone else's computer.
|
|
168
168
|
email:
|
|
169
169
|
- git@ryanbigg.com
|
|
170
170
|
executables:
|
|
@@ -215,5 +215,5 @@ rubyforge_project:
|
|
|
215
215
|
rubygems_version: 2.6.13
|
|
216
216
|
signing_key:
|
|
217
217
|
specification_version: 4
|
|
218
|
-
summary:
|
|
218
|
+
summary: For when you want your aliases but you're using someone else's computer.
|
|
219
219
|
test_files: []
|