sys_libs 1.2.0 → 1.2.1

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: 050a5f889d4f3b27b24557f638b27e7fb6856d5f
4
- data.tar.gz: b5eb8358e5a35c0e0562f8878c8378851bb693a4
3
+ metadata.gz: 0114aa859b740921b80c1bf96fa4da2043204076
4
+ data.tar.gz: 33510006b8259bae1679c90dba01b77e970e48b3
5
5
  SHA512:
6
- metadata.gz: dde58d84a37034f916a5c4f35518b87f6ecf66fe1a31fda8ace12dfa47262bb9f43542c81be50d87aabaa6e9d3a03bff3311f7f3270e26bcf37cff8a5ab0bf7d
7
- data.tar.gz: 023c90c655f2c789f06ce53b85c2975557b7fe998cd553bea5b622790952c453b73c7be8cef28b785824c02b4398f85bf8faae5eb6e7493adfb3f485d423d38c
6
+ metadata.gz: 77f8708aec0d9d9c4991786c78ad867bec554641e059f3fb366f6753ef975b961cb2fe221f17efa3308e3a83821933e050ef0146b137a2cd344af51d6dda0276
7
+ data.tar.gz: 4bf140192dbb2c42172f5c64e3a484345ca3c9d01d4af013488294cfc8a9bba532f824ceb89f6a98fef10276075777d554f0ba561aad26ea696a59cd114b9426
@@ -50,19 +50,21 @@ module SysLibs
50
50
  key["dependencies"].each do |d|
51
51
  puts d["name"]
52
52
  end
53
- puts "Trying to download the required libs..."
54
- key["dependencies"].each do |d|
55
- case key["os"]
56
- when "mac"
57
- system("brew install "+ d["name"])
58
- when "linux"
59
- system("apt-get install "+ d["name"])
60
- when "unix"
61
- system("apt-get install "+ d["name"])
62
- else
63
- puts "It is recommended you download those libs before proceeding."
64
- end
65
- end
53
+ #This is the bonus part regarding installing the missing libs
54
+ #It was not tested as I had technical issues with my machine so I just commented it
55
+ # puts "Trying to download the required libs..."
56
+ # key["dependencies"].each do |d|
57
+ # case key["os"]
58
+ # when "mac"
59
+ # system("brew install "+ d["name"])
60
+ # when "linux"
61
+ # system("apt-get install "+ d["name"])
62
+ # when "unix"
63
+ # system("apt-get install "+ d["name"])
64
+ # else
65
+ # puts "It is recommended you download those libs before proceeding."
66
+ # end
67
+ # end
66
68
  end
67
69
  end
68
70
  end
@@ -1,3 +1,3 @@
1
1
  module SysLibs
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sys_libs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omar Safwany