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 +4 -4
- data/CHANGELOG.md +5 -0
- data/app/views/details/_tab_admin_menu.html.erb +2 -0
- data/lib/tkh_mailing_list/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 675bbe61155c7e97a8f10f6ba42964b69c97ea10
|
|
4
|
+
data.tar.gz: 6961847bef0703b4924dafe4008f1b734071d84b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14209e8397472e37dcbefa6fc0c9e6d88de93b32bdefb29ae3c69be88b36e57418d783353a8f86cd0e16ac15c39ac4c04533952f1be476e0687245847777fc7c
|
|
7
|
+
data.tar.gz: 4bb37bb809d18dc640f9203db63a05a4beaf4493566ab3466c03f84fc044795c825eb3ca9b9cc95f00675166054089677c1d3f2c436922a6d1973a4c939b66ec
|
data/CHANGELOG.md
CHANGED
|
@@ -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' ) %>
|
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.
|
|
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-
|
|
11
|
+
date: 2014-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|