schematron 0.1.1 → 0.1.2
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.
- data/README.md +5 -2
- data/schematron.gemspec +2 -2
- metadata +4 -4
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Uses [ISO Schematron](http://www.schematron.com) version: 2008-07-28
|
|
|
8
8
|
Installation
|
|
9
9
|
------------
|
|
10
10
|
% gem install schematron
|
|
11
|
-
|
|
11
|
+
The rubyforge gem is deprecated. [Use gemcutter](http://gemcutter.org/gems/schematron).
|
|
12
12
|
|
|
13
13
|
Command line example
|
|
14
14
|
-------------------
|
|
@@ -43,5 +43,8 @@ Ruby API example
|
|
|
43
43
|
|
|
44
44
|
---
|
|
45
45
|
|
|
46
|
-
Copyright © 2009 Francesco Lazzarino.
|
|
46
|
+
Copyright © 2009, [Francesco Lazzarino](mailto:flazzarino@gmail.com).
|
|
47
|
+
|
|
48
|
+
Sponsored by [Florida Center for Library Automation](http://www.fcla.edu).
|
|
49
|
+
|
|
47
50
|
See LICENSE.txt for terms.
|
data/schematron.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = "schematron"
|
|
3
|
-
spec.version = '0.1.
|
|
3
|
+
spec.version = '0.1.2'
|
|
4
4
|
spec.summary = "ISO Schematron Validation"
|
|
5
5
|
spec.email = "flazzarino@gmail.com"
|
|
6
6
|
spec.homepage = 'http://github.com/flazz/schematron'
|
|
@@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
|
|
|
33
33
|
"spec/schema_spec.rb",
|
|
34
34
|
"spec/spec_helper.rb"]
|
|
35
35
|
|
|
36
|
-
spec.add_dependency 'libxml-ruby', '
|
|
36
|
+
spec.add_dependency 'libxml-ruby', '~> 1.1.2'
|
|
37
37
|
spec.add_dependency 'libxslt-ruby', '>= 0.9.1'
|
|
38
38
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: schematron
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Francesco Lazzarino
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date:
|
|
12
|
+
date: 2010-01-28 00:00:00 -05:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -18,9 +18,9 @@ dependencies:
|
|
|
18
18
|
version_requirement:
|
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|
|
20
20
|
requirements:
|
|
21
|
-
- -
|
|
21
|
+
- - ~>
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 1.1.
|
|
23
|
+
version: 1.1.2
|
|
24
24
|
version:
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: libxslt-ruby
|