thisisstable 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ThisIsStable
2
- Version = VERSION = "1.0.0"
2
+ Version = VERSION = "1.0.1"
3
3
  end
data/lib/thisisstable.rb CHANGED
@@ -14,7 +14,7 @@ module ThisIsStable
14
14
  loop do
15
15
  %x[gem install --install-dir #{path} #{gem}]
16
16
  puts "[#{$$}] Installed #{gem}"
17
- %x[gem uninstall --install-dir #{path} #{gem}]
17
+ %x[gem uninstall -x -q --install-dir #{path} #{gem}]
18
18
  end
19
19
  end
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thisisstable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: