Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
remove autorequire
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek committed Jul 31, 2019
1 parent aebc02e commit a0df64c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruby-openid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |s|
files << 'NOTICE' << 'CHANGELOG.md'
s.files = files.delete_if {|f| f.include?('_darcs') || f.include?('admin')}
s.require_paths = ['lib']
s.autorequire = 'openid'
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})

Expand Down

0 comments on commit a0df64c

Please sign in to comment.