rubygems-await 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66382b6a818617023c43cf91480bafcd879bf915a64e41cb8e3ddecddadad730
4
- data.tar.gz: 93b7326a441e2d6184c59426ba88ade4c49fa57943dd50af6786a01f3bea8b3f
3
+ metadata.gz: 0e2fb2f8ff42670a293d17a8fed5665bbc52322ef9e0648290721db3428c4a5a
4
+ data.tar.gz: bd2fc96014a3512a8e9ec2c076d697ada93835caa369046f52999333030541b2
5
5
  SHA512:
6
- metadata.gz: b2a4b86c9b07906fc8fe466bd32c3eafbf1e3488e0959b7b2636a92763ce01d5458a922cee10f706e77458c5ab07c6bcc65285c7ee7dc7097644eff97774eb2e
7
- data.tar.gz: 0ff2de55424fdeb18a25e7504b5d8ba364324e054b2d4b28f72536574e3af73d3e9f13308b5d769e470e63eb1056d3d9faecd884599735cffb873b3741a26971
6
+ metadata.gz: ab07ce9b0d85bf3f40c37a05cad5b97dd0700915dbbaccb6dc09e7aebae43072e2b32980d5b2934abe6f1243463b2fa0a1936a1902f3445aeab9799d14ba547f
7
+ data.tar.gz: b2e7cf2ffd371894f849d55637cc8acc8cc6b8e70c672e6be4ed18f82ac77673abacb11a9785f4859598a6f2a1ed66af4a222b2f7eda6f369fbd5b0bdcaa8efe
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubygems
4
4
  module Await
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
@@ -59,13 +59,14 @@ module Gem
59
59
  end
60
60
 
61
61
  def execute
62
+ ui = Gem.ui
63
+
64
+ Bundler.ui # initialize
62
65
  unless defined?(Bundler::Thor::Shell::Color::UNDERLINE)
63
66
  Bundler::Thor::Shell::Color.const_set(:UNDERLINE,
64
67
  "\e[4m")
65
68
  end
66
69
 
67
- ui = Gem.ui
68
-
69
70
  gems = options[:args].map do |s|
70
71
  parts = s.split(":", 3)
71
72
  raise Gem::CommandLineError, "Please specify a name:version[:platform], given #{s.inspect}" if parts.size < 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems-await
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
  - Samuel Giddins