message_train 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb586d74fbf9c24076d07818708532037b483571
4
- data.tar.gz: aaa8b03e7bde1ca8ee2a8c9e6ac2dd0d11c673ff
3
+ metadata.gz: 49d00a8c45a733bafb03ea1452b489c670b51b47
4
+ data.tar.gz: 980cbe82a8681b1ee9a7fa49179dceb0b4d7e0d9
5
5
  SHA512:
6
- metadata.gz: aa4b29668e21da1e9c2a8e64afb726c3599d7066da39383180aa5725d75166c2cfca15c61b66a3fd1a75fb4ec2864ba888f3e14c44d2626aa2cf41f55348776e
7
- data.tar.gz: 5e04811f6248ff63895602d9f2507faa2cc51a774fbbf439a42c2200833bbe2fd9786e6cd98e87367d1da99fa5b0239dd235f227eb2eba593f5f1fa8f1a89d65
6
+ metadata.gz: 6611a814aedaa6049d8ca9535bf0a3f4e30b7f37c8a0f844def3c2d7949bc2f2523ef53a30f959ed19c9e840fcb9c14aded50923df66358a63926a322456461c
7
+ data.tar.gz: 6e087ccaf573e3b6b5668ff1d26e78c0c7ce359e1ba2bb8fcaa0b930cf96f212d37e5ae4ec829f48a34ff43083f9ac60f4fa6db5925a038a91244addc9e99a87
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.11
1
+ 0.2.12
@@ -29,7 +29,7 @@ module MessageTrainSupport
29
29
  protected
30
30
 
31
31
  def require_authentication
32
- redirect_to url_for(MessageTrain.configuration.user_sign_in_path), flash: { notice: :you_must_sign_in_or_sign_up_to_continue.l }
32
+ redirect_to url_for(MessageTrain.configuration.user_sign_in_path), flash: { error: :you_must_sign_in_or_sign_up_to_continue.l }
33
33
  end
34
34
 
35
35
  def set_locale
@@ -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.2.11 ruby lib
5
+ # stub: message_train 0.2.12 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "message_train"
9
- s.version = "0.2.11"
9
+ s.version = "0.2.12"
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-01-15"
14
+ s.date = "2016-01-18"
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 = [
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.2.11
4
+ version: 0.2.12
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-01-15 00:00:00.000000000 Z
11
+ date: 2016-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails