summaryrefslogtreecommitdiff
path: root/lib/bundler/remote_specification.rb
diff options
context:
space:
mode:
authorVictor Koronen <koronen@kth.se>2015-08-08 16:47:25 +0200
committerVictor Koronen <koronen@kth.se>2015-08-14 12:29:44 +0200
commitca272b8f02d847ae897b7c1b87d3e3614d400f74 (patch)
treebaaa325146e02776503429a3c2935a944ea3bdad /lib/bundler/remote_specification.rb
parent83acfe3b45e48b7ba7c092ba5955157f2f47a847 (diff)
downloadbundler-ca272b8f02d847ae897b7c1b87d3e3614d400f74.tar.gz
Fix Style/MultilineIfThen
Diffstat (limited to 'lib/bundler/remote_specification.rb')
-rw-r--r--lib/bundler/remote_specification.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/remote_specification.rb b/lib/bundler/remote_specification.rb
index 5a32bd2435..3050c37371 100644
--- a/lib/bundler/remote_specification.rb
+++ b/lib/bundler/remote_specification.rb
@@ -27,7 +27,7 @@ module Bundler
end
def full_name
- if platform == Gem::Platform::RUBY or platform.nil? then
+ if platform == Gem::Platform::RUBY or platform.nil?
"#{@name}-#{@version}"
else
"#{@name}-#{@version}-#{platform}"