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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e378b6e8c0a58c4a1db0d7bf7515b159b3aecc30
4
- data.tar.gz: e8acdb1aa86f474a1a32e1cdca314547c20b6ee5
3
+ metadata.gz: fa4ab55665e3aab8ed01710835074db652c7b455
4
+ data.tar.gz: dc2526d01022f2d38fdcb4eb3170e3582198ee8d
5
5
  SHA512:
6
- metadata.gz: 369727e8bd6a437d086a1f8c3fb7fb092b6bb0d873b6231cdf0523fd6f7b260e739c965cec626ce119a0eae15b3c345d649f74d0bec301f6c6ca08a999160132
7
- data.tar.gz: 106921f57a87dfdd7d86a9b27aa9457b624d95a166c799d7cb5ed9e6eae74ff9c1923ef71eca7dd30dfbb4c3bb44bb2843edb011611ed439aa6f58b09fd402f4
6
+ metadata.gz: 84c6320f9dece60ca1f50c2f5d7f7ef75bdb1d867ce6d55ca2298a7ca6b0e0d90ac0fd8cc23541db8c23d349ebe64106e7c025e96f42dbd9f48c5585a5eb44ab
7
+ data.tar.gz: fa96ab2763baf3f60c7573122e67572dd4b00de5785ae322f61b2c4bb24aaaae5ff6e96b2fa6931fa7c23f6153317ad4c05b9ba12c0386839933e5b1b6c29b56
data/.gitmodules CHANGED
@@ -1,3 +1,3 @@
1
1
  [submodule "spec/repos/radar/dot-files"]
2
2
  path = spec/repos/radar/dot-files
3
- url = git@github.com:radar/dot-files
3
+ url = https://github.com/radar/dot-files
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{I'm just visiting thanks}
13
- spec.description = %q{I'm just visiting thanks}
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
@@ -1,3 +1,3 @@
1
1
  module Just
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: I'm just visiting thanks
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: I'm just visiting thanks
218
+ summary: For when you want your aliases but you're using someone else's computer.
219
219
  test_files: []