active_cmis 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.7
1
+ 0.1.8
@@ -57,7 +57,7 @@ module ActiveCMIS
57
57
  # @private
58
58
  # @return [Nokogiri::XML::Document]
59
59
  def get_xml(url)
60
- Nokogiri::XML.parse(get(url))
60
+ Nokogiri::XML.parse(get(url), nil, nil, Nokogiri::XML::ParseOptions::STRICT)
61
61
  end
62
62
 
63
63
  # @private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_cmis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,12 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-03-08 00:00:00.000000000 +01:00
12
+ date: 2011-03-09 00:00:00.000000000 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri
17
- requirement: &69488280 !ruby/object:Gem::Requirement
17
+ requirement: &69375500 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: 1.4.1
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *69488280
25
+ version_requirements: *69375500
26
26
  description: A CMIS library implementing both reading and updating capabilities through
27
27
  the AtomPub/REST binding to CMIS.
28
28
  email: joeri@xaop.com