Skip to content

Commit 89363ff

Browse files
committed
Remove unset spec attribute.
1 parent cc765c5 commit 89363ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubygems/cmake_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
require 'open3'
3434

3535
class Gem::Ext::CmakeBuilder
36-
attr_accessor :spec, :runner, :profile
36+
attr_accessor :runner, :profile
3737

3838
def initialize
3939
@runner = self.class.method(:run)

0 commit comments

Comments
 (0)