mno-enterprise-core 3.1.2 → 3.1.3

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: 7dada02d4020e090a4eefe3fc1edfb48026eb806
4
- data.tar.gz: a034f5b750e6952c962dd2a73315b9b6c1f23920
3
+ metadata.gz: 56551a50f2a0de91591b11a9c35efb6aa0cb1442
4
+ data.tar.gz: c20c71352b14f77789bd49ceab30e76e29433f84
5
5
  SHA512:
6
- metadata.gz: 1f7f6a5606f76d090c4a1d7f962703ef121f061fca4eee4ea87f945c2cd32a1396894ffefb7e652e6a4477d4cc1e4c91783f2e33059924eeb04eb1aea20ba9ee
7
- data.tar.gz: 601ee2dde7bfd0336c299920703ea6438c2d179fa7c29dfa9f225cc277372aae22bbcb6efb3f26155a4b6120a7011f7bcfb29bb81ea8806cb5129344c8d0e58e
6
+ metadata.gz: ee6ba08ede9b00613194fcb16557da37abeccf1f2b5a6d6dbcc67f35f5071869359e167dc21d52ae54848afb76980c0a8b910ca5ce1e110a7b4618d837bf8646
7
+ data.tar.gz: a230800f84830c77b36495444f1d0dd92b1a243b8ba8131d47f24c6e074929044fc6927e5558ec63f8c6fb2089414bf71e30292519df3b72f0b0092b69e8ec6b
@@ -56,7 +56,6 @@ module MnoEnterprise
56
56
  #================================
57
57
  # Validation
58
58
  #================================
59
- validates_uniqueness_of :email, allow_blank: true, if: :email_changed?
60
59
 
61
60
  if Devise.password_regex
62
61
  validates :password, format: { with: Devise.password_regex, message: Devise.password_regex_message }, if: :password_required?
@@ -13,8 +13,8 @@
13
13
 
14
14
  <p>You have been invited by <%= @info[:ref_full_name] %> to join <%= @info[:organization] %> on our platform!. You can automatically create your account on our platform and join <%= @info[:organization] %> by clicking on the link below:</p>
15
15
  <a href="<%= @info[:confirmation_link] %>">Create my account and join <%= @info[:organization] %></a>
16
-
17
- <% if @info[:team]? %>
16
+
17
+ <% if @info[:team] %>
18
18
  <p>By accepting this invite you will automatically join the <%= @info[:team] %> team.</p>
19
19
  <% end %>
20
20
 
@@ -22,7 +22,7 @@
22
22
  Regards,<br/>
23
23
  The Marketplace team
24
24
  </p>
25
-
25
+
26
26
  <p class="footer">
27
27
  <%= @info[:company] %>
28
28
  </p>
@@ -3,8 +3,8 @@ Hi there
3
3
 
4
4
  You have been invited by <%= @info[:ref_full_name] %> to join <%= @info[:organization] %> on our platform!. You can automatically create your account on our platform and join <%= @info[:organization] %> by clicking on the link below:
5
5
  <%= @info[:confirmation_link] %>
6
-
7
- <% if @info[:team]? %>
6
+
7
+ <% if @info[:team] %>
8
8
  By accepting this invite you will automatically join the <%= @info[:team] %> team.
9
9
  <% end %>
10
10
 
@@ -13,8 +13,8 @@
13
13
 
14
14
  <p>You have been invited by <%= @info[:ref_full_name] %> to join <%= @info[:organization] %> on our platform!. You can automatically create your account on our platform and join <%= @info[:organization] %> by clicking on the link below:</p>
15
15
  <a href="<%= @info[:confirmation_link] %>">Create my account and join <%= @info[:organization] %></a>
16
-
17
- <% if @info[:team]? %>
16
+
17
+ <% if @info[:team] %>
18
18
  <p>By accepting this invite you will automatically join the <%= @info[:team] %> team.</p>
19
19
  <% end %>
20
20
 
@@ -22,7 +22,7 @@
22
22
  Regards,<br/>
23
23
  The Marketplace team
24
24
  </p>
25
-
25
+
26
26
  <p class="footer">
27
27
  <%= @info[:company] %>
28
28
  </p>
@@ -3,8 +3,8 @@ Hi there
3
3
 
4
4
  You have been invited by <%= @info[:ref_full_name] %> to join <%= @info[:organization] %> on our platform!. You can automatically create your account on our platform and join <%= @info[:organization] %> by clicking on the link below:
5
5
  <%= @info[:confirmation_link] %>
6
-
7
- <% if @info[:team]? %>
6
+
7
+ <% if @info[:team] %>
8
8
  By accepting this invite you will automatically join the <%= @info[:team] %> team.
9
9
  <% end %>
10
10
 
@@ -1,3 +1,3 @@
1
1
  module MnoEnterprise
2
- VERSION = '3.1.2'
2
+ VERSION = '3.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mno-enterprise-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Lachaume
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-30 00:00:00.000000000 Z
12
+ date: 2016-11-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails