Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix config dir entry in vmc gemspec
Change-Id: I27e5c83187cc2d31c9592dad0c49c13b07826842
  • Loading branch information
Patrick Bozeman committed Feb 24, 2012
1 parent 37a8839 commit 85c5922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmc.gemspec
Expand Up @@ -29,5 +29,5 @@ spec = Gem::Specification.new do |s|


s.bindir = "bin" s.bindir = "bin"
s.require_path = 'lib' s.require_path = 'lib'
s.files = %w(LICENSE README.md Rakefile config/**/*) + Dir.glob("{lib,caldecott_helper}/**/*") s.files = %w(LICENSE README.md Rakefile) + Dir.glob("{config,lib,caldecott_helper}/**/*")
end end

0 comments on commit 85c5922

Please sign in to comment.