whimsy-asf 0.0.36 → 0.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58768873c0a9afc365dd831603d62bf554853dc8
4
- data.tar.gz: f92b8ea32754dffada5e8c56b7fbc6ac729af844
3
+ metadata.gz: 868392978159f057e352581dee9a1846e28bf05d
4
+ data.tar.gz: 8ae0c076a99b9b6460016d71db2743ea9c77ad4a
5
5
  SHA512:
6
- metadata.gz: ef0de1fe468a59698be338cd8e7ca26439d69b9d5e1aa218f02b1cba0683a4185c8a39ff028dc7aac1fa7b73b41c4ec2322319868e9c0f99bb6518fab9e664fc
7
- data.tar.gz: d18e7a75f58703d293cfe6d58b94937b4026cea8c59db6a477b2b8519173e859e573951d4ec8bf6a5b4642a8924c8f942933880aaa1d40f343779b9c02094570
6
+ metadata.gz: acf36e9711236af94e1c035f262926b2203c1f816fce2af53b024725e47d8bd83dd458863f9433d44d07f12580521b5d5a15dd618b39d57c1df3f81c9d275a48
7
+ data.tar.gz: 522409fd25ad0a6d9f5086434917ac82745f0ed166511f1c4ed265e8c6c47e4fdc46203c7f556e0f216763a42c72baae97636be449b3fedbabfbfe075dacbaf8
data/asf.version CHANGED
@@ -1 +1 @@
1
- 0.0.36
1
+ 0.0.37
@@ -32,6 +32,8 @@ class ASF::Board::Agenda
32
32
  unindent = text.sub(/s+\Z/,'').scan(/^ *\S/).map(&:length).min || 1
33
33
  text.gsub! /^ {#{unindent-1}}/, ''
34
34
 
35
+ attrs['missing'] = text.empty?
36
+
35
37
  attrs['actions'] = text.sub(/^\* /, '').split(/^\n\* /).map do |text|
36
38
  match1 = /(.*?)(\n\s*Status:(.*))/m.match(text)
37
39
  match2 = /(.*?)(\[ ([^\]]+) \])?\s*\Z/m.match(match1[1])
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whimsy-asf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.36
4
+ version: 0.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Ruby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-18 00:00:00.000000000 Z
11
+ date: 2015-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -104,6 +104,8 @@ extra_rdoc_files: []
104
104
  files:
105
105
  - asf.gemspec
106
106
  - asf.version
107
+ - lib/whimsy/asf.rb
108
+ - lib/whimsy/asf/agenda.rb
107
109
  - lib/whimsy/asf/agenda/attachments.rb
108
110
  - lib/whimsy/asf/agenda/back.rb
109
111
  - lib/whimsy/asf/agenda/committee.rb
@@ -111,7 +113,6 @@ files:
111
113
  - lib/whimsy/asf/agenda/front.rb
112
114
  - lib/whimsy/asf/agenda/minutes.rb
113
115
  - lib/whimsy/asf/agenda/special.rb
114
- - lib/whimsy/asf/agenda.rb
115
116
  - lib/whimsy/asf/auth.rb
116
117
  - lib/whimsy/asf/committee.rb
117
118
  - lib/whimsy/asf/config.rb
@@ -125,7 +126,6 @@ files:
125
126
  - lib/whimsy/asf/site.rb
126
127
  - lib/whimsy/asf/svn.rb
127
128
  - lib/whimsy/asf/watch.rb
128
- - lib/whimsy/asf.rb
129
129
  homepage: https://whimsy.apache.org/
130
130
  licenses:
131
131
  - Apache License, Version 2.0
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  requirements: []
148
148
  rubyforge_project:
149
- rubygems_version: 2.0.14
149
+ rubygems_version: 2.4.5
150
150
  signing_key:
151
151
  specification_version: 4
152
152
  summary: Whimsy 'model' of the ASF