yap-shell 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/yap/shell/version.rb +1 -1
- data/yap-shell.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a80629b17ac7b2db2c8be31ae98f1171b735d5a
|
4
|
+
data.tar.gz: d4ba2dd4fd5f72571c2e000d42b5710715b6b32e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea16d371d659797442f2459921de7abf5d3200af441fb8fb576ab0caeea1491d808d51bc4e8aa670ce739949175782189bf5ea23b1f092fb5a624935d3e2a8bc
|
7
|
+
data.tar.gz: a08a4b28053ceb01de94e318529b25c20cc85e3d50260262db2927c5116642ec8cef2e4d0d2e394f74d22a2a85a7f1dcc9621ee8e728a0f53d6b8a76c744a7e0
|
data/lib/yap/shell/version.rb
CHANGED
data/yap-shell.gemspec
CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
|
|
28
28
|
|you just installed it for. For example, with rbenv I use the below
|
29
29
|
|alias in my ~/.profile file:
|
30
30
|
|
|
31
|
-
| alias
|
31
|
+
| alias yap="rbenv local 2.2.3 && rbenv exec yap"
|
32
32
|
|
|
33
33
|
|Then, `source ~/.profile` or reload your shell. Now you can finally run:
|
34
34
|
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yap-shell
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zach Dennis
|
@@ -217,7 +217,7 @@ post_install_message: "\nGreetings forward-thinking traveler!\n\nLet's waste no
|
|
217
217
|
this is my beta's beta. Yap has many cool ideas. I dare\nsay some of those made
|
218
218
|
it into this very release.\n\n\e[033mLastly\e[0m, create an alias to the yap executable
|
219
219
|
using the ruby version\nyou just installed it for. For example, with rbenv I use
|
220
|
-
the below\nalias in my ~/.profile file:\n\n alias
|
220
|
+
the below\nalias in my ~/.profile file:\n\n alias yap=\"rbenv local 2.2.3 &&
|
221
221
|
rbenv exec yap\"\n\nThen, `source ~/.profile` or reload your shell. Now you can
|
222
222
|
finally run:\n\n yap\n\nYou know your tooling better than me. If you need things
|
223
223
|
to go a little\ndifferently than above you go right ahead. If any questions arise
|