Skip to content

Commit 9efbb0a

Browse files
committed
Removing reference to VERSION.yml from gemspec
It no longer exists
1 parent a786d70 commit 9efbb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
1313
s.extra_rdoc_files = ["README.rdoc"]
1414

15-
s.files = %w( README.rdoc VERSION.yml History.txt )
15+
s.files = %w( README.rdoc History.txt )
1616
s.files += Dir.glob("lib/**/*")
1717
s.files += Dir.glob("tasks/**/*")
1818
s.files += ["bin/annotate"] # todo: annotate_models

0 commit comments

Comments
 (0)