message_train.gemspec in message_train-0.4.0 vs message_train.gemspec in message_train-0.4.1

- old
+ new

@@ -1,19 +1,19 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: message_train 0.4.0 ruby lib +# stub: message_train 0.4.1 ruby lib Gem::Specification.new do |s| s.name = "message_train" - s.version = "0.4.0" + s.version = "0.4.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Karen Lundgren"] - s.date = "2016-02-07" + s.date = "2016-02-15" s.description = "Rails 4 Engine providing private/public messaging for any object, such as Users or Groups" s.email = "karen.e.lundgren@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -55,10 +55,11 @@ "app/models/message_train/message.rb", "app/models/message_train/receipt.rb", "app/models/message_train/unsubscribe.rb", "app/views/application/404.html.haml", "app/views/layouts/mailer.html.haml", + "app/views/layouts/mailer.text.haml", "app/views/message_train/application/_attachment_fields.html.haml", "app/views/message_train/application/_attachment_link.html.haml", "app/views/message_train/application/_widget.html.haml", "app/views/message_train/application/results.json.jbuilder", "app/views/message_train/boxes/_dropdown_list.html.haml", @@ -89,9 +90,10 @@ "app/views/message_train/participants/_participant.json.jbuilder", "app/views/message_train/participants/_prefilled_field.html.haml", "app/views/message_train/participants/index.json.jbuilder", "app/views/message_train/participants/show.json.jbuilder", "app/views/message_train/receipt_mailer/notification_email.html.haml", + "app/views/message_train/receipt_mailer/notification_email.text.haml", "app/views/message_train/unsubscribes/index.html.haml", "config/environment.rb", "config/initializers/bootstrap_pager_config.rb", "config/initializers/date_time.rb", "config/locales/en.yml",