Skip to content

Commit

Permalink
Updating gemspec to not limit on sufia-models
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Sep 10, 2013
1 parent f607af0 commit 4f593be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sufia-models/sufia-models.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/projecthydra/sufia"
spec.license = "Apache"

spec.files = `git ls-files`.split($/).grep(%r{\Asufia-models})
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 4f593be

Please sign in to comment.