Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed Nov 27, 2011
1 parent a57b1ab commit ebf4fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions read_from_slave.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{read_from_slave} s.name = %q{read_from_slave}
s.version = "0.5.1" s.version = "0.5.2"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Stephen Sykes"] s.authors = ["Stephen Sykes"]
s.date = %q{2011-06-01} s.date = %q{2011-11-27}
s.description = %q{Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master} s.description = %q{Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master}
s.email = %q{sdsykes@gmail.com} s.email = %q{sdsykes@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down

0 comments on commit ebf4fe2

Please sign in to comment.