Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Version 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulelliott committed May 14, 2016
1 parent b1eb869 commit 1e3905e
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 27 deletions.
4 changes: 4 additions & 0 deletions Changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.15.1 ###

* Automatically set fabrication as fixture replacement in rails (#280)

### 2.15.0 ###

* Prevent validation callbacks from being called more than once
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fabrication (2.15.0)
fabrication (2.15.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -69,4 +69,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/blank_slate.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -69,4 +68,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/kitchen_sink.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -127,4 +126,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/mongoid_3.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -85,4 +84,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/mongoid_3.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -85,4 +84,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/mongoid_4.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -98,4 +97,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/mongoid_5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -94,4 +93,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/rails_3.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -84,4 +83,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/rails_3.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -84,4 +83,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/rails_4.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -93,4 +92,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/rails_4.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -90,4 +89,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/rails_4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -90,4 +89,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
3 changes: 1 addition & 2 deletions gemfiles/rails_5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PATH
remote: ../
specs:
fabrication (2.15.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -92,4 +91,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.11.2
1.12.3
2 changes: 1 addition & 1 deletion lib/fabrication/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fabrication
VERSION = '2.15.0'
VERSION = '2.15.1'
end

0 comments on commit 1e3905e

Please sign in to comment.