tkh_mailing_list 0.10.3 → 0.10.4

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: 9bce2ea0d41e83f9b53c8d4b9a3b9a9c7dda0b8b
4
- data.tar.gz: ee57b96e0e0a1e3709f2b706ae570a7a7cb1bd11
3
+ metadata.gz: bb3e952226b00e6a5c4dcb53a28a92d74b8a4862
4
+ data.tar.gz: f38bb4191825ece8deaf91df92a99b8788b48bad
5
5
  SHA512:
6
- metadata.gz: e68e2a0a3b33591cb408aaa26952046f150cfeefaafc55120f6209a5d0150f1bd9189c2410415aa7fe48a08c9463eef554a468384aa353b5e9036f91e27904dc
7
- data.tar.gz: 1cc652572aa327c2001ed0f4c02db5036dc910d19d0c279e28736388558cd91f3d34995b07e56fab8e26772064e76f4b19de31ae133961778c7e6c169f1c15d2
6
+ metadata.gz: 8fbe55b3969a806a93c04b6dd7fc4edcafc535633edc70a7558d552a19fd0c36ee9b1163abf2d12a51f7cbee17252d3759c09508fa265cadc1ae1e47d2a56d2e
7
+ data.tar.gz: bcdb2a06f57193881f4c93756a06782084c2719f123b1a4e8f9c8252440d3917b0978bbb19a153487576297616c7a6abee8ec346894959a60501989d0aa9f3fe
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.10.4
6
+
7
+ * Fixed a bug in private profile
8
+
9
+
5
10
  ## 0.10.3
6
11
 
7
12
  * Added rel-nofollow to public profile links.
@@ -39,7 +39,7 @@
39
39
  <tr><td class="key">facebook</td><td class="value"><%= link_to "#{URI(student.facebook_url).host}#{URI(student.facebook_url).path}#{URI(student.facebook_url).query}#{URI(student.facebook_url).fragment}", student.facebook_url, rel: 'nofollow' %></td></tr>
40
40
  <tr><td class="key">twitter</td><td class="value"><%= link_to student.twitter_handle, "https://twitter.com/#{student.twitter_handle}", rel: 'nofollow' %></td></tr>
41
41
  <tr><td class="key">google+</td><td class="value"><%= link_to "#{URI(student.google_plus_url).host}#{URI(student.google_plus_url).path}#{URI(student.google_plus_url).query}#{URI(student.google_plus_url).fragment}", student.google_plus_url, rel: 'nofollow' %></td></tr>
42
- <%= render 'custom_public_profile_attributes' %>
42
+ <%= render 'custom_public_profile_attributes', member: student %>
43
43
 
44
44
  </tbody>
45
45
  </table>
@@ -1,3 +1,3 @@
1
1
  module TkhMailingList
2
- VERSION = "0.10.3"
2
+ VERSION = "0.10.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_mailing_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.3
4
+ version: 0.10.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma