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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0558f5abd5e24fd1a8fc471da73dc1367490c7b
4
- data.tar.gz: bea597584354851ecdd2c1c73ad56a6d7e60c7be
3
+ metadata.gz: 6a80629b17ac7b2db2c8be31ae98f1171b735d5a
4
+ data.tar.gz: d4ba2dd4fd5f72571c2e000d42b5710715b6b32e
5
5
  SHA512:
6
- metadata.gz: 8d40ad4023639b740d5512ab2303182bdb11b1961360268e723b90ab48881d77bbed90969532ef0517f68ea84e3a11a0cbf77f117b9a3cb1daa9d24cf722bdfa
7
- data.tar.gz: 9e865dcb3d9659df3453413b1009f24e07d79d8320359785a9eab6a99181fbaeb6e5b8238d016bb8b8fbb90586867377e382d6efbf61fa9c3d8e9919881181c4
6
+ metadata.gz: ea16d371d659797442f2459921de7abf5d3200af441fb8fb576ab0caeea1491d808d51bc4e8aa670ce739949175782189bf5ea23b1f092fb5a624935d3e2a8bc
7
+ data.tar.gz: a08a4b28053ceb01de94e318529b25c20cc85e3d50260262db2927c5116642ec8cef2e4d0d2e394f74d22a2a85a7f1dcc9621ee8e728a0f53d6b8a76c744a7e0
@@ -1,5 +1,5 @@
1
1
  module Yap
2
2
  module Shell
3
- VERSION = "0.4.2"
3
+ VERSION = "0.4.3"
4
4
  end
5
5
  end
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 yep="rbenv local 2.2.3 && rbenv exec yap"
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.2
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 yep=\"rbenv local 2.2.3 &&
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