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

Commit

Permalink
Merge pull request #123 from ahorek/autorequire
Browse files Browse the repository at this point in the history
remove autorequire
  • Loading branch information
tobiashm authored Sep 17, 2019
2 parents aebc02e + a0df64c commit 184518b
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 184518b

Please sign in to comment.