Skip to content

Commit

Permalink
Merge branch 'release/v2.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran committed Jun 3, 2018
2 parents 89bce57 + 2a84769 commit 75878a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 2.7.4
See https://github.com/ctran/annotate_models/releases/tag/v2.7.4

== 2.7.3
See https://github.com/ctran/annotate_models/releases/tag/v2.7.3

Expand Down
2 changes: 1 addition & 1 deletion lib/annotate/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Annotate
def self.version
'2.7.3'
'2.7.4'
end
end
2 changes: 1 addition & 1 deletion lib/tasks/annotate_models.rake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ task annotate_models: :environment do
options[:ignore_routes] = ENV.fetch('ignore_routes', nil)
options[:hide_limit_column_types] = Annotate.fallback(ENV['hide_limit_column_types'], '')
options[:hide_default_column_types] = Annotate.fallback(ENV['hide_default_column_types'], '')
options[:with_comment] = Annotate.fallback(ENV['with_comment'], '')
options[:with_comment] = Annotate.true?(ENV['with_comment'])

AnnotateModels.do_annotations(options)
end
Expand Down

0 comments on commit 75878a2

Please sign in to comment.