mailboxer.gemspec in mailboxer-without-notification-0.11.1 vs mailboxer.gemspec in mailboxer-without-notification-0.11.2
- old
+ new
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "mailboxer-without-notification"
- s.version = "0.11.1"
+ s.version = "0.11.2"
s.authors = ["Eduardo Casanova Cuesta", 'Yves Baumann']
s.summary = "It is the mailboxer gem in wich I have deleted the notification system."
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 " +