Skip to content

Commit

Permalink
'ubygems' was removed from Ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
voxik committed Jun 1, 2018
1 parent 35ab2ab commit 2788419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require 'rake/testtask'
PKG_NAME = "gem2rpm".freeze
SPEC_FILE = "rubygem-gem2rpm.spec".freeze

if `ruby -rubygems -Ilib ./bin/gem2rpm --version` =~ /\S+$/
if `ruby -rrubygems -Ilib ./bin/gem2rpm --version` =~ /\S+$/
CURRENT_VERSION = $&
else
CURRENT_VERSION = "0.0.0".freeze
Expand Down

0 comments on commit 2788419

Please sign in to comment.