whimsy-asf 0.0.21 → 0.0.22

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.21
1
+ 0.0.22
@@ -35,8 +35,6 @@ class ASF::Board::Agenda
35
35
  attrs['warnings'] = []
36
36
  if attrs['indent'] != ' '
37
37
  attrs['warnings'] << 'Heading is not indented 4 spaces'
38
- attrs['warnings'] << attrs['indent'].inspect
39
- attrs['warnings'] << attrs['indent'].length
40
38
  end
41
39
  if text.sub(/s+\Z/,'').scan(/^ *\S/).map(&:length).min != 8
42
40
  attrs['warnings'] << 'Resolution is not indented 7 spaces'
@@ -72,7 +72,6 @@ module ASF
72
72
  accounting = ASF::Authorization.new('pit').
73
73
  find {|group, list| group=='accounting'}
74
74
  authorized = (accounting and accounting.last.include? user)
75
- authorized = false # to be removed once board concurs
76
75
  end
77
76
 
78
77
  if authorized
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: whimsy-asf
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.21
5
+ version: 0.0.22
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Ruby
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-04-20 00:00:00.000000000 Z
12
+ date: 2015-04-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  version_requirements: !ruby/object:Gem::Requirement