tkh_mailing_list 0.10.5 → 0.10.6

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: dcef8d93b8c6a00a140bbdc8cf6a305070fdb0d8
4
- data.tar.gz: 692a650765ad08a5fb8e3645a8964e83818b76d4
3
+ metadata.gz: 675bbe61155c7e97a8f10f6ba42964b69c97ea10
4
+ data.tar.gz: 6961847bef0703b4924dafe4008f1b734071d84b
5
5
  SHA512:
6
- metadata.gz: 277138d76688c54ba117f73a3486e81ec5c0807b5a851929b33ff44e08472f9cd2ec3660c2454abbe6b9afa193d4d0441772a5eb3a6f0a0a2de238c137678b42
7
- data.tar.gz: 074ed0fa450012d75f9c32686ca235ab4bc473ad772c208d6cda058cdbe19d6719bc22d0ba026855ed4068f47d2721730c841da8b9bacbdaa4ab1d02fcd6d22c
6
+ metadata.gz: 14209e8397472e37dcbefa6fc0c9e6d88de93b32bdefb29ae3c69be88b36e57418d783353a8f86cd0e16ac15c39ac4c04533952f1be476e0687245847777fc7c
7
+ data.tar.gz: 4bb37bb809d18dc640f9203db63a05a4beaf4493566ab3466c03f84fc044795c825eb3ca9b9cc95f00675166054089677c1d3f2c436922a6d1973a4c939b66ec
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.10.6
6
+
7
+ * Added a deprecation notice to the details recource views. Details has been deprecated in favor of the members resource.
8
+
9
+
5
10
  ## 0.10.5
6
11
 
7
12
  * Debugged the my profile view when urls are nil.
@@ -1,3 +1,5 @@
1
+ <p class="alert alert-danger"><span class="glyphicon glyphicon-exclamation-sign"></span> <strong>Attention!</strong> This section is deprecated. The members resource area should be used instead of the details one.</p>
2
+
1
3
  <ul class="nav nav-tabs" id="admin-menu-tab">
2
4
  <%= content_tag :li, link_to(t('new'), new_detail_path), ({ class: 'active' } if controller.action_name.to_s == 'new' ) %>
3
5
  <%= content_tag :li, link_to(t('list'), users_path), ({ class: 'active' } if controller.action_name.to_s == 'index' ) %>
@@ -1,3 +1,3 @@
1
1
  module TkhMailingList
2
- VERSION = "0.10.5"
2
+ VERSION = "0.10.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_mailing_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.5
4
+ version: 0.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-09 00:00:00.000000000 Z
11
+ date: 2014-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler