slaw 0.2.0 → 0.3.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slaw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Kempe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-19 00:00:00.000000000 Z
11
+ date: 2014-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -139,13 +139,17 @@ files:
139
139
  - lib/slaw/render/xsl/act.xsl
140
140
  - lib/slaw/render/xsl/elements.xsl
141
141
  - lib/slaw/render/xsl/fragment.xsl
142
+ - lib/slaw/schemas/akomantoso20.xsd
143
+ - lib/slaw/schemas/xml.xsd
142
144
  - lib/slaw/version.rb
143
145
  - lib/slaw/xml_support.rb
144
146
  - lib/slaw/za/bylaw.treetop
145
147
  - lib/slaw/za/bylaw_generator.rb
146
148
  - lib/slaw/za/bylaw_nodes.rb
147
149
  - slaw.gemspec
150
+ - spec/bylaw_spec.rb
148
151
  - spec/extract/extractor_spec.rb
152
+ - spec/fixtures/community-fire-safety.xml
149
153
  - spec/parse/builder_spec.rb
150
154
  - spec/parse/cleanser_spec.rb
151
155
  - spec/spec_helper.rb
@@ -176,7 +180,9 @@ signing_key:
176
180
  specification_version: 4
177
181
  summary: A lightweight library for using Akoma Ntoso acts in Ruby.
178
182
  test_files:
183
+ - spec/bylaw_spec.rb
179
184
  - spec/extract/extractor_spec.rb
185
+ - spec/fixtures/community-fire-safety.xml
180
186
  - spec/parse/builder_spec.rb
181
187
  - spec/parse/cleanser_spec.rb
182
188
  - spec/spec_helper.rb