Skip to content

Commit

Permalink
incremented gem version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slatteryjim committed Oct 19, 2015
1 parent 7b4d1d3 commit 801dc48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.3 (2015-10-19)

- Added Coveralls and Gemnasium badges to README.

## 0.6.2 (2014-11-25)

- Travis CI now running tests with Ruby 2.1.5 (previously Ruby 2.1.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/sql_partitioner/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SqlPartitioner
VERSION = "0.6.2"
VERSION = "0.6.3"
end
2 changes: 1 addition & 1 deletion sql_partitioner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
gem.version = SqlPartitioner::VERSION

gem.authors = ['Dominic Metzger', 'Sumner McCarty', 'Prakash Selvaraj', 'Jim Slattery']
gem.date = "2014-11-04"
gem.date = "2015-10-19"

gem.summary = %q{SqlPartitioner helps maintain partitioned tables in MySQL.}
gem.description = <<-EOF
Expand Down

0 comments on commit 801dc48

Please sign in to comment.