mailboxer.gemspec in mailboxer-0.10.2 vs mailboxer.gemspec in mailboxer-0.10.3

- old
+ new

@@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "mailboxer" - s.version = "0.10.2" + s.version = "0.10.3" s.authors = ["Eduardo Casanova Cuesta"] s.summary = "Messaging system for rails apps." s.description = "A Rails engine that allows any model to act as messageable, adding the ability to exchange messages " + "with any other messageable model, even different ones. It supports the use of conversations with " + "two or more recipients to organize the messages. You have a complete use of a mailbox object for " +