brightbox 2.3.2 → 2.3.3
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.
|
@@ -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
|
-
|
|
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
|
}
|
data/lib/brightbox/version.rb
CHANGED
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.
|
|
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-
|
|
14
|
+
date: 2009-03-05 00:00:00 +00:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|