We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a786d70 commit 9efbb0aCopy full SHA for 9efbb0a
annotate.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
13
s.extra_rdoc_files = ["README.rdoc"]
14
15
- s.files = %w( README.rdoc VERSION.yml History.txt )
+ s.files = %w( README.rdoc History.txt )
16
s.files += Dir.glob("lib/**/*")
17
s.files += Dir.glob("tasks/**/*")
18
s.files += ["bin/annotate"] # todo: annotate_models
0 commit comments