Skip to content

Commit 75878a2

Browse files
committed
Merge branch 'release/v2.7.4'
2 parents 89bce57 + 2a84769 commit 75878a2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.rdoc

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== 2.7.4
2+
See https://github.com/ctran/annotate_models/releases/tag/v2.7.4
3+
14
== 2.7.3
25
See https://github.com/ctran/annotate_models/releases/tag/v2.7.3
36

lib/annotate/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
'2.7.3'
3+
'2.7.4'
44
end
55
end

lib/tasks/annotate_models.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ task annotate_models: :environment do
4747
options[:ignore_routes] = ENV.fetch('ignore_routes', nil)
4848
options[:hide_limit_column_types] = Annotate.fallback(ENV['hide_limit_column_types'], '')
4949
options[:hide_default_column_types] = Annotate.fallback(ENV['hide_default_column_types'], '')
50-
options[:with_comment] = Annotate.fallback(ENV['with_comment'], '')
50+
options[:with_comment] = Annotate.true?(ENV['with_comment'])
5151

5252
AnnotateModels.do_annotations(options)
5353
end

0 commit comments

Comments
 (0)