fn_document 0.9.7 → 0.9.8

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/fn_document.gemspec +2 -2
  3. data/lib/fn/util.rb +4 -2
  4. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.7
1
+ 0.9.8
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fn_document"
8
- s.version = "0.9.7"
8
+ s.version = "0.9.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nathan Colgate Clark", "Kyle Maxwell"]
12
- s.date = "2012-07-26"
12
+ s.date = "2012-07-27"
13
13
  s.description = "This handles complex document creation from XML for the FASI AMS system."
14
14
  s.email = "nathancolgate@gmail.com"
15
15
  s.extra_rdoc_files = [
@@ -1,6 +1,8 @@
1
1
  require 'rubygems'
2
- gem "libxml-ruby", "=1.1.3"
3
- gem "libxslt-ruby", "=0.9.2"
2
+ # gem "libxml-ruby", "=1.1.3"
3
+ # gem "libxslt-ruby", "=0.9.2"
4
+ gem "libxml-ruby"
5
+ gem "libxslt-ruby"
4
6
  require 'libxml'
5
7
  require 'libxslt'
6
8
  include LibXML
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fn_document
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 7
10
- version: 0.9.7
9
+ - 8
10
+ version: 0.9.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Colgate Clark
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-07-26 00:00:00 Z
19
+ date: 2012-07-27 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: libxslt-ruby