ruby-install_install 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 065cade925e0273651340e5da831cffaf623b761a7ff61f6cf6a5d749471e20e
4
- data.tar.gz: 7df9133d990f4e4113e88e83dfd027bf2a54abe3b0f2536627e5b14f027c6a33
3
+ metadata.gz: 96abba4d0df5ba091d43921bd46b97d115694dc1bc84a247a6303f30b6fa90ba
4
+ data.tar.gz: 1b8476213dc83223e12e19e6e32d296c056a4f693686ae7efc8a5329756b1e8a
5
5
  SHA512:
6
- metadata.gz: 34a0b330890cd5e13dd33e16ef9054089516f3077314bf1bc155417804697b3fd2e1613ad3ff05265b0c7641398b14f1b4ef72952bf31cf0ec650db834cd4797
7
- data.tar.gz: ce82f0af7f79ba3bba321a597eab021cd9fd052c7521229d089bb3ad5f86d18ddbed276f705386772b384dc2103d062718637b58163ec1c954df79c113c21f4c
6
+ metadata.gz: 07d252a461ed860ab1fffd849cbe14093ee640cffba414f2d2678a7494cf598c71b40ce4c3e36d0b61a3d88d928b72ccce5433fc4e3dcaebfa758678c5982aa3
7
+ data.tar.gz: 7e86e58ad34d47486d69d7a941ca9956a23ebe0d88bd51f935398c27852f54bdfbf106e49ae0232dd16db6754e1b6946875623402017023dc39859910472c784
@@ -6,8 +6,8 @@ require 'zlib'
6
6
 
7
7
  version = ARGV[0] || '0.7.0'
8
8
  uri = "https://github.com/postmodern/ruby-install/archive/v#{version}.tar.gz"
9
- src_prefix = '/tmp/ruby-install-install'
10
- cmd = "cd #{src_prefix}/ruby-install-#{version} && sudo make install"
9
+ src_prefix = '/tmp/ruby-install_install'
10
+ cmd = "cd #{src_prefix}/ruby-install-#{version} && sudo make install && rm -Rf #{src_prefix}"
11
11
 
12
12
  puts "Download from #{uri}"
13
13
  Minitar.unpack(Zlib::GzipReader.new(open(uri,"rb")), src_prefix)
@@ -1,5 +1,5 @@
1
1
  module Ruby
2
2
  module InstallInstall
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-install_install
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - s3fxn