romyow 0.0.1 → 0.0.2

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/bin/romyow +1 -1
  4. data/lib/romyow.rb +1 -1
  5. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7bca6c886779ee988f3a4724cb52dfce7dfea0ea
4
- data.tar.gz: 565fb13375f940d3044e47ae016b1b25a37344fb
3
+ metadata.gz: 9487695157d52778155c74b7492365c2a869ec39
4
+ data.tar.gz: 2add1db41344874fd32a5799c36e751f164e5e68
5
5
  SHA512:
6
- metadata.gz: e73b6c0c9c7a6081c61bbab277b13abe575f94814a46ff8c09639854eb1aa79b37ed209d9a5aec0409b3c48828a3e5faf43701a33a4280e84255a48e7b895f2b
7
- data.tar.gz: 21499f45b9aecfc341a434332ddf36fa9732f37cff5ea95a99f475aa3ac36d1dc00abcfab21e82bba22572aea372e8f27122287c5a4d2d7c1b44b8168fa7574a
6
+ metadata.gz: d3af415a2ce839485f35bde6e5cf3938669b15967f19ccd1574a289eb89d11a0e8b20efc6b3fd6bbf17a40658d0af8ff00cb162ec78b393f377ea6ccc0db7c62
7
+ data.tar.gz: 8d69e86b409514c2037e34eb3457bc657fabf596b1e88df98fa38e77361b0eb9ac0aa083c0c4900ad8e10e8fbf7642cdbe836afbbb57d0c9fb5b3b6cdab63513
data/README.md CHANGED
@@ -58,8 +58,8 @@ Optional Instructions
58
58
  export PS4="\h:\W \u\$ "
59
59
  ```
60
60
 
61
- TODO
62
- ----
61
+ TODOs
62
+ -----
63
63
 
64
64
  1. Ability to compile and install rubies in the `~/.rubies` directory for full RVM experience
65
65
  2. Ability to uninstall rubies
data/bin/romyow CHANGED
@@ -38,5 +38,5 @@ else
38
38
 
39
39
  ENV["PATH"] = [path.ruby, ENV["PATH"]].compact.join(':')
40
40
 
41
- exec ENV["SHELL"]
41
+ exec "#[ENV['SHELL']} -l"
42
42
  end
data/lib/romyow.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Romyow
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
4
4
 
5
5
  require 'romyow/path'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: romyow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cecille Manalang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-16 00:00:00.000000000 Z
11
+ date: 2013-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -24,8 +24,7 @@ dependencies:
24
24
  - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: Allows easy changing of ruby and gem paths for multiple ruby versions
28
- setup
27
+ description: Simple tool to easily change your machine's ruby version to your liking.
29
28
  email: c.an.04.07@gmail.com
30
29
  executables:
31
30
  - romyow