We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f139b67 commit 2e90a02Copy full SHA for 2e90a02
CHANGELOG.md
@@ -11,6 +11,6 @@
11
12
* Allow setting a per-model default scope
13
14
-## v0.0.4
+## v0.0.5
15
16
* Show per-model test duration in log output
broken_record.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
21
spec.add_development_dependency 'bundler', '~> 1.3'
22
23
- spec.add_runtime_dependency 'rake', '~> 0'
+ spec.add_runtime_dependency 'rake', '~> 10'
24
spec.add_runtime_dependency 'parallel', '~> 0'
25
- spec.add_runtime_dependency 'colorize', '~> 0'
+ spec.add_runtime_dependency 'colorize', '0.5.8'
26
end
lib/broken_record/version.rb
@@ -1,3 +1,3 @@
1
module BrokenRecord
2
- VERSION = "0.0.4"
+ VERSION = "0.0.5"
3
0 commit comments