Skip to content

Commit 1a805a3

Browse files
martinspdrwl
authored andcommitted
Add mising files to gemspec (#660)
Currently the gem released as version 3.0.0 is broken. Fixes #657 The gem is missing constants.rb and parser.rb file
1 parent cad47f5 commit 1a805a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

annotate.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Gem::Specification.new do |s|
2626
'lib/annotate/active_record_patch.rb',
2727
'lib/annotate/annotate_models.rb',
2828
'lib/annotate/annotate_routes.rb',
29+
'lib/annotate/constants.rb',
30+
'lib/annotate/parser.rb',
2931
'lib/annotate/tasks.rb',
3032
'lib/annotate/version.rb',
3133
'lib/generators/annotate/USAGE',

0 commit comments

Comments
 (0)