From 6878382383127166e6032fb05f2320bb0b59572e Mon Sep 17 00:00:00 2001 From: Martins Polakovs Date: Sat, 28 Sep 2019 11:43:09 +0300 Subject: [PATCH] Add mising files to gemspec --- annotate.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/annotate.gemspec b/annotate.gemspec index c2bf3abbc..d0565352c 100644 --- a/annotate.gemspec +++ b/annotate.gemspec @@ -26,6 +26,8 @@ Gem::Specification.new do |s| 'lib/annotate/active_record_patch.rb', 'lib/annotate/annotate_models.rb', 'lib/annotate/annotate_routes.rb', + 'lib/annotate/constants.rb', + 'lib/annotate/parser.rb', 'lib/annotate/tasks.rb', 'lib/annotate/version.rb', 'lib/generators/annotate/USAGE',