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 +1 -1
- data/lib/whimsy/asf/agenda/special.rb +0 -2
- data/lib/whimsy/asf/rack.rb +0 -1
- metadata +2 -2
data/asf.version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
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'
|
data/lib/whimsy/asf/rack.rb
CHANGED
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.
|
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-
|
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
|