whimsy-asf 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/asf.version CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
@@ -33,8 +33,10 @@ class ASF::Board::Agenda
33
33
  attrs['missing'] = true if attrs['report'].strip.empty?
34
34
 
35
35
  begin
36
- attrs['chair_email'] =
37
- ASF::Committee.find(attrs['title']).chair.mail.first
36
+ committee = ASF::Committee.find(attrs['title'])
37
+ attrs['chair_email'] = committee.chair.mail.first
38
+ attrs['mail_list'] = committee.mail_list
39
+ attrs.delete('mail_list') if attrs['mail_list'].include? ' '
38
40
  rescue
39
41
  end
40
42
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whimsy-asf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-08 00:00:00.000000000 Z
12
+ date: 2014-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri