brightbox 2.3.2 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@
17
17
  # Public License along with this program. If not, see
18
18
  # <http://www.gnu.org/licenses/>.
19
19
  #
20
- depend :remote, :gem, "rack", "=0.4.0"
20
+ depend :remote, :gem, "rack", ">0"
21
21
 
22
22
  namespace :configure do
23
23
 
@@ -28,7 +28,7 @@ namespace :gems do
28
28
 
29
29
  def install_gem(gem, version, options = nil)
30
30
  source_arg = options && options[:source] ? "--source #{options[:source]}" : ""
31
- sudo %Q{sh -c "
31
+ run %Q{sh -c "
32
32
  gem spec #{gem} --version '#{version}' 2>/dev/null|egrep -q '^name:' ||
33
33
  sudo gem install --no-ri --no-rdoc --version '#{version}' #{source_arg} #{gem}"
34
34
  }
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.3.2"
2
+ VERSION = "2.3.3"
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.2
4
+ version: 2.3.3
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-02-24 00:00:00 +00:00
14
+ date: 2009-03-05 00:00:00 +00:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency