Skip to content

Commit 2e90a02

Browse files
author
Nick Gervasi
committed
bump version to v0.0.5
1 parent f139b67 commit 2e90a02

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
* Allow setting a per-model default scope
1313

14-
## v0.0.4
14+
## v0.0.5
1515

1616
* Show per-model test duration in log output

broken_record.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020

2121
spec.add_development_dependency 'bundler', '~> 1.3'
2222

23-
spec.add_runtime_dependency 'rake', '~> 0'
23+
spec.add_runtime_dependency 'rake', '~> 10'
2424
spec.add_runtime_dependency 'parallel', '~> 0'
25-
spec.add_runtime_dependency 'colorize', '~> 0'
25+
spec.add_runtime_dependency 'colorize', '0.5.8'
2626
end

lib/broken_record/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BrokenRecord
2-
VERSION = "0.0.4"
2+
VERSION = "0.0.5"
33
end

0 commit comments

Comments
 (0)