brightbox 2.3.3 → 2.3.4

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.
@@ -30,7 +30,7 @@ namespace :gems do
30
30
  source_arg = options && options[:source] ? "--source #{options[:source]}" : ""
31
31
  run %Q{sh -c "
32
32
  gem spec #{gem} --version '#{version}' 2>/dev/null|egrep -q '^name:' ||
33
- sudo gem install --no-ri --no-rdoc --version '#{version}' #{source_arg} #{gem}"
33
+ sudo -p '#{sudo_prompt}' gem install --no-ri --no-rdoc --version '#{version}' #{source_arg} #{gem}"
34
34
  }
35
35
  end
36
36
 
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.3.3"
2
+ VERSION = "2.3.4"
3
3
  end
4
4
  # Set global scope version so that OptionParser picks it up.
5
5
  ::Version = Brightbox::VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.3
4
+ version: 2.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-03-05 00:00:00 +00:00
14
+ date: 2009-03-12 00:00:00 +00:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency