yap-shell 0.4.1 → 0.4.2
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 +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0558f5abd5e24fd1a8fc471da73dc1367490c7b
|
4
|
+
data.tar.gz: bea597584354851ecdd2c1c73ad56a6d7e60c7be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d40ad4023639b740d5512ab2303182bdb11b1961360268e723b90ab48881d77bbed90969532ef0517f68ea84e3a11a0cbf77f117b9a3cb1daa9d24cf722bdfa
|
7
|
+
data.tar.gz: 9e865dcb3d9659df3453413b1009f24e07d79d8320359785a9eab6a99181fbaeb6e5b8238d016bb8b8fbb90586867377e382d6efbf61fa9c3d8e9919881181c4
|
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 yep="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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zach Dennis
|
@@ -217,8 +217,8 @@ 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
|
221
|
-
|
220
|
+
the below\nalias in my ~/.profile file:\n\n alias yep=\"rbenv local 2.2.3 &&
|
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
|
224
224
|
don't\nhesitate to holler over at Github. I may not always be home, but there will\nalways
|