whimsy-asf 0.0.63 → 0.0.64
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/asf.version +1 -1
- data/lib/whimsy/asf/agenda/special.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 560be637c317c48ece28db99a1b6d65432f5cddd
|
4
|
+
data.tar.gz: 69328dc59bcf3d19a7f84a243d5f13fa38770567
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57710896a694c30ac5fcc3d0a95e18ba7935117d8f2611d62189576f0a8925fc1f58339ba0fd4dfe25050f6b744f901e4159d950ecbf8bae6a402f4675263d38
|
7
|
+
data.tar.gz: e4220eba4fe98a2b337e2dca3ac767812965dd77d768277ed1a2aa3b9629c2bbff285def350a9fbbc70b8d64f9c44e1ab86ba99a6bb7a866985dd769ba43786d
|
data/asf.version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.64
|
@@ -76,7 +76,7 @@ class ASF::Board::Agenda
|
|
76
76
|
people << [name, id] if text.include? name
|
77
77
|
end
|
78
78
|
|
79
|
-
if people.length < 2
|
79
|
+
if people.length < 2 and not title.start_with? 'Terminate'
|
80
80
|
attrs['warnings'] ||= ['Unable to match expected number of names']
|
81
81
|
attrs['names'] = committee.names
|
82
82
|
end
|