instedd-rails 0.0.24 → 0.0.25

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZjE0NDNjMDAxODEwOGQ2NmJlZjVkYTZmMzg0ZDk2NzcxMzgzNzllNQ==
5
- data.tar.gz: !binary |-
6
- NDJlOTI4ODM1ZDZjMzJiNTRhYTA0NjFhMTczODcxOTUwYTM0ZjUwNQ==
2
+ SHA1:
3
+ metadata.gz: 5291c3b3a2047903c33613cf180962112f6b4946
4
+ data.tar.gz: 2cb9ef8f57ca86c068c76001ca97eecd914de06b
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- M2Q1NzNiNTNhNzgxYTUyZjMwMmIyYzJkMGJjNmYzNmFiYTdmYWUxMGU0Y2Jm
10
- YjJjMTFiNGY0Yzk0ZDE4ZjA1ZjNkYWZkZGYzYjZlY2FlMDhmYTUxYjJmZmM4
11
- YzhhY2ZkNGRjYjRkMDdhZGE1YWU4ZjNhYThjNTFlNTUxZTg0ZWU=
12
- data.tar.gz: !binary |-
13
- MmEzMmFlM2NmYmEyN2ZhYWJiMzRiMWQzYjI4NjM1Zjc5NDM5MWZiNDMzODVl
14
- YjNlMmM2YTk4ZWU5YzYxNmYxNDk1MmY2YWE1ZTg2MGMwNmI4MjJiY2E2MDVj
15
- ZTcyOWUzYTkzNDRiYmQwYTI5NjNlZGFhMTI2NjY5MTU1MWNkOGY=
6
+ metadata.gz: e7180d75dbf85b95e48b0ef6f280fdf8e94ef60fbe8b66c2edfb1da048cc08aab7717f9dfadb2e364b10db2d3ef52d2e0bb3697b9f3ee07831b428a7a87f5f9b
7
+ data.tar.gz: d5fdbd626f5202754917d37e63e97c52440324c7d7c630181e5092368d7888132d8776c06d23d20a9e00cc0a32131071bfd5e8bc0bd6d695607daf8477fcc8a0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instedd-rails (0.0.24)
4
+ instedd-rails (0.0.25)
5
5
  breadcrumbs_on_rails (>= 2.2.0)
6
6
  haml-rails
7
7
  rails (>= 3.0)
@@ -81,7 +81,7 @@
81
81
  </div>
82
82
  <div>
83
83
  <div class="left">
84
- <a href="http://instedd.org">&copy; 2011 InSTEDD</a>
84
+ <a href="http://instedd.org">&copy; <%= Date.current.year %> InSTEDD</a>
85
85
  <a href="<%= terms_and_conditions_path %>"><%= t("terms_and_conditions", :default => "Terms and conditions") %></a>
86
86
  <a href="mailto:support@instedd.org?subject=[<%= application_name.titleize %>]"><%= t("contact_us", :default => "Contact us") %></a>
87
87
  </div>
@@ -5,4 +5,4 @@
5
5
  <%= t("to_verify_your_account_and_complete_the_registration_process_please_click_in_the_link_below_or_copy_paste_the_url_into_your_browser", :default => "To verify your account and complete the registration process please click in the link below or copy paste the URL into your browser") %>
6
6
  <% end %>
7
7
  <br/>
8
- <%= advertised_link t("confirm_my_account", default:'Confirm my account'), confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %>
8
+ <%= advertised_link t("confirm_my_account", default:'Confirm my account'), confirmation_url(@resource, :confirmation_token => (Gem.loaded_specs["devise"].version.version >= "3.0.0" ? @token : @resource.confirmation_token)) %>
@@ -2,4 +2,4 @@
2
2
 
3
3
  <%= t("to_verify_your_account_and_complete_the_registration_process_please_click_in_the_link_below_or_copy_paste_the_url_into_your_browser", :default => "To verify your account and complete the registration process please click in the link below or copy paste the URL into your browser") %>
4
4
 
5
- <%= confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %>
5
+ <%= confirmation_url(@resource, :confirmation_token => (Gem.loaded_specs["devise"].version.version >= "3.0.0" ? @token : @resource.confirmation_token)) %>
@@ -5,7 +5,7 @@
5
5
  <%= t("someone_has_requested_a_link_to_change_your_password_and_you_can_do_this_through_the_link_below", :default => "Someone has requested a link to change your password, and you can do this through the link below.") %>
6
6
  <% end %>
7
7
  <br/>
8
- <%= advertised_link t("change_my_password", default: 'Change my password'), edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %>
8
+ <%= advertised_link t("change_my_password", default: 'Change my password'), edit_password_url(@resource, :reset_password_token => (Gem.loaded_specs["devise"].version.version >= "3.0.0" ? @token : @resource.confirmation_token)) %>
9
9
  <br/>
10
10
  <%= h2 do %>
11
11
  <%= t("if_you_didnt_request_this_please_ignore_this_email_your_password_wont_change_until_you_access_the_link_above_and_create_a_new_one", :default => "If you didn't request this, please ignore this email. Your password won't change until you access the link above and create a new one.") %>
@@ -2,6 +2,6 @@
2
2
 
3
3
  <%= t("someone_has_requested_a_link_to_change_your_password_and_you_can_do_this_through_the_link_below", :default => "Someone has requested a link to change your password, and you can do this through the link below.") %>
4
4
 
5
- <%= edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %>
5
+ <%= edit_password_url(@resource, :reset_password_token => (Gem.loaded_specs["devise"].version.version >= "3.0.0" ? @token : @resource.confirmation_token)) %>
6
6
 
7
7
  <%= t("if_you_didnt_request_this_please_ignore_this_email_your_password_wont_change_until_you_access_the_link_above_and_create_a_new_one", :default => "If you didn't request this, please ignore this email. Your password won't change until you access the link above and create a new one.") %>
@@ -1,3 +1,3 @@
1
1
  module InsteddRails
2
- VERSION = "0.0.24"
2
+ VERSION = "0.0.25"
3
3
  end
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instedd-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instedd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-22 00:00:00.000000000 Z
11
+ date: 2014-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: breadcrumbs_on_rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.2.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.2.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: haml-rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: This gem unifies all the helpers and common views used by all Instedd
@@ -124,17 +124,17 @@ require_paths:
124
124
  - lib
125
125
  required_ruby_version: !ruby/object:Gem::Requirement
126
126
  requirements:
127
- - - ! '>='
127
+ - - '>='
128
128
  - !ruby/object:Gem::Version
129
129
  version: '0'
130
130
  required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - ! '>='
132
+ - - '>='
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  requirements: []
136
136
  rubyforge_project: instedd-rails
137
- rubygems_version: 2.1.4
137
+ rubygems_version: 2.2.2
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Instedd Platform Common helpers for Rails