pugin 1.2.5 → 1.3.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee5060392d300c70657dc2111d57a21e75d53308
|
4
|
+
data.tar.gz: 1d5df330f288a5790f2afc848e4809bbf3b86c9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7794100c0263228cf90dc83f12f1546b622f8b0f9d60030ae704e395d46d44cba1c82ae8c3fe20e371620f9aded2c89716a9adfec240de21b43619ded2e95847
|
7
|
+
data.tar.gz: 53a8a08abc44e1cce323c94070968564b54e79679e1dd4991b24245b2f7d98122752aacae7498c34fdeb2dca74c0a7a68e5fea011e4db99cf4f740496f9ec8e7
|
@@ -0,0 +1,7 @@
|
|
1
|
+
%li
|
2
|
+
.list--details
|
3
|
+
- if committees.respond_to?(:name)
|
4
|
+
%h2= link_to(committees.name, committees_show_path(committees.graph_id))
|
5
|
+
- else
|
6
|
+
%h2= link_to(committees.formal_body.name, committees_show_path(committees.formal_body.graph_id))
|
7
|
+
%p= "" ? committees.date_range : committees.formal_body.date_range
|
data/lib/pugin/version.rb
CHANGED
@@ -8,7 +8,8 @@ describe 'The bandiera client feature set' do
|
|
8
8
|
'show-register': :register_to_vote?,
|
9
9
|
'show-election': :election?,
|
10
10
|
'show-post-election': :post_election?,
|
11
|
-
'show-list-images': :show_list_images
|
11
|
+
'show-list-images': :show_list_images?,
|
12
|
+
'show-committees': :show_committees?
|
12
13
|
}
|
13
14
|
|
14
15
|
method_hash.each do |flag_name, method_name|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Rayner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-09-
|
11
|
+
date: 2017-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -193,6 +193,7 @@ files:
|
|
193
193
|
- app/assets/stylesheets/pugin/overrides/asset_overrides.css.erb
|
194
194
|
- app/assets/stylesheets/pugin/pugin.css
|
195
195
|
- app/views/pugin/cards/_person-list.haml
|
196
|
+
- app/views/pugin/committees/list/_list.html.haml
|
196
197
|
- app/views/pugin/components/_footer.haml
|
197
198
|
- app/views/pugin/components/_header.haml
|
198
199
|
- app/views/pugin/components/_navigation-letter.haml
|