Skip to content

Commit

Permalink
Bump to version 5.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweta Sanghavi committed Feb 15, 2019
1 parent 79331a3 commit c01d73c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (5.0.0)
factory_bot (5.0.1)
activesupport (>= 4.2.0)

GEM
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# News

## 5.0.1 (February 15, 2019)
* Bugfix: Do not raise error when two sequences have the same name
in two traits that have the same name

## 5.0.0
* Added: Verbose option to include full backtraces in the linting output
* Changed: use_parent_strategy now defaults to true, so by default the
Expand Down
2 changes: 1 addition & 1 deletion factory_bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|

s.files =
Dir.glob("lib/**/*") +
%w[CONTRIBUTING.md GETTING_STARTED.md LICENSE NAME.md NEWS README.md .yardopts]
%w[CONTRIBUTING.md GETTING_STARTED.md LICENSE NAME.md NEWS.md README.md .yardopts]

s.require_path = "lib"
s.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "5.0.0".freeze
VERSION = "5.0.1".freeze
end

0 comments on commit c01d73c

Please sign in to comment.