message_train 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ca8f7374b6197d38499d0d1bac1ccfb13387fe4
4
- data.tar.gz: 945d789ade7dbe77f94bddbbcfc10f7a06bc261d
3
+ metadata.gz: 5ccf3a65249614fe47a030e4747dfa94c344c78e
4
+ data.tar.gz: 9ee050e6642ece8d8b5ed1f6e34693b28ea10725
5
5
  SHA512:
6
- metadata.gz: 90ac0f49acf314026f290268f5ba503c3d1327e5b0630ffe230198c83ce4ac220ade58e21297da2c1ca3ee8ccdacca6101547e3d17cb8f744d725b7aa3ccbf01
7
- data.tar.gz: 74f865f58d13e3616b61d4a39d79cd4dbc05aea4289db8650c90d980cac5bd2cf2d33db3b5269660c86e5cdb016569984ed29c82e4b37b01665077f4fe870797
6
+ metadata.gz: a22dca6c9f91a32eb4b2d5e5add3670e72bab3921f5b4d102bf9de1e8cc3989754ec7089c9b436705479fd8a477d5d99984e876618043eb6451828168c1d8edc
7
+ data.tar.gz: b7ac217483d7df155fd54f63ee4e2b8a17598685b2caeacf45caa9ba66aaad302b50cd0ab5231b3cdde6badbdf1b6c22ba6677c9fcfa6770085a3f011833b5dd
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -0,0 +1 @@
1
+ = yield
@@ -0,0 +1,11 @@
1
+ = @heading
2
+
3
+ - if @recipient == @through
4
+ = :at_time_you_received_a_message.l(time: @receipt.created_at, subject: @receipt.message.subject, path: message_train.box_conversation_path(:in, @receipt.message.conversation))
5
+
6
+ = :unsubscribe_from_option.l(from: :your_inbox.l) = message_train.unsubscribes_url
7
+ - else
8
+ = :at_time_through_received_a_message.l(time: @receipt.created_at, through: @through_name, subject: @receipt.message.subject, path: message_train.collective_box_conversation_path(@through, :in, @receipt.message.conversation))
9
+
10
+ = :unsubscribe_from_option.l(from: @through_name)
11
+ = message_train.unsubscribes_url
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: message_train 0.4.0 ruby lib
5
+ # stub: message_train 0.4.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "message_train"
9
- s.version = "0.4.0"
9
+ s.version = "0.4.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Karen Lundgren"]
14
- s.date = "2016-02-07"
14
+ s.date = "2016-02-15"
15
15
  s.description = "Rails 4 Engine providing private/public messaging for any object, such as Users or Groups"
16
16
  s.email = "karen.e.lundgren@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -57,6 +57,7 @@ Gem::Specification.new do |s|
57
57
  "app/models/message_train/unsubscribe.rb",
58
58
  "app/views/application/404.html.haml",
59
59
  "app/views/layouts/mailer.html.haml",
60
+ "app/views/layouts/mailer.text.haml",
60
61
  "app/views/message_train/application/_attachment_fields.html.haml",
61
62
  "app/views/message_train/application/_attachment_link.html.haml",
62
63
  "app/views/message_train/application/_widget.html.haml",
@@ -91,6 +92,7 @@ Gem::Specification.new do |s|
91
92
  "app/views/message_train/participants/index.json.jbuilder",
92
93
  "app/views/message_train/participants/show.json.jbuilder",
93
94
  "app/views/message_train/receipt_mailer/notification_email.html.haml",
95
+ "app/views/message_train/receipt_mailer/notification_email.text.haml",
94
96
  "app/views/message_train/unsubscribes/index.html.haml",
95
97
  "config/environment.rb",
96
98
  "config/initializers/bootstrap_pager_config.rb",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: message_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-07 00:00:00.000000000 Z
11
+ date: 2016-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -449,6 +449,7 @@ files:
449
449
  - app/models/message_train/unsubscribe.rb
450
450
  - app/views/application/404.html.haml
451
451
  - app/views/layouts/mailer.html.haml
452
+ - app/views/layouts/mailer.text.haml
452
453
  - app/views/message_train/application/_attachment_fields.html.haml
453
454
  - app/views/message_train/application/_attachment_link.html.haml
454
455
  - app/views/message_train/application/_widget.html.haml
@@ -483,6 +484,7 @@ files:
483
484
  - app/views/message_train/participants/index.json.jbuilder
484
485
  - app/views/message_train/participants/show.json.jbuilder
485
486
  - app/views/message_train/receipt_mailer/notification_email.html.haml
487
+ - app/views/message_train/receipt_mailer/notification_email.text.haml
486
488
  - app/views/message_train/unsubscribes/index.html.haml
487
489
  - config/environment.rb
488
490
  - config/initializers/bootstrap_pager_config.rb