Version bump 1.1.0

This commit is contained in:
Brian Hempel 2015-03-29 21:46:32 -04:00
parent d9b0ef5a0d
commit 583cdf6d5c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.version = ActiveRecordUnion::VERSION
spec.authors = ["Brian Hempel"]
spec.email = ["plasticchicken@gmail.com"]
spec.summary = %q{UNIONs in ActiveRecord! Adds a proper union method to ActiveRecord::Relation.}
spec.summary = %q{UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.}
spec.description = spec.summary
spec.homepage = "https://github.com/brianhempel/active_record_union"
spec.license = "Public Domain"

View File

@ -1,3 +1,3 @@
module ActiveRecordUnion
VERSION = "1.0.1"
VERSION = "1.1.0"
end