mailboxer.gemspec in mailboxer-0.2.5 vs mailboxer.gemspec in mailboxer-0.3.0

- old
+ new

@@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "mailboxer" - s.version = "0.2.5" + s.version = "0.3.0" 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, permitting it interchange messages with any other messageable model." + "It also supports sending system notifications to messageable models." s.email = "ecasanovac@gmail.com"