Skip to content

Commit

Permalink
bump version to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Gervasi committed Mar 10, 2014
1 parent f139b67 commit 2e90a02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

* Allow setting a per-model default scope

## v0.0.4
## v0.0.5

* Show per-model test duration in log output
4 changes: 2 additions & 2 deletions broken_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

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

spec.add_runtime_dependency 'rake', '~> 0'
spec.add_runtime_dependency 'rake', '~> 10'
spec.add_runtime_dependency 'parallel', '~> 0'
spec.add_runtime_dependency 'colorize', '~> 0'
spec.add_runtime_dependency 'colorize', '0.5.8'
end
2 changes: 1 addition & 1 deletion lib/broken_record/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BrokenRecord
VERSION = "0.0.4"
VERSION = "0.0.5"
end

0 comments on commit 2e90a02

Please sign in to comment.