hutch-xamplr 1.3.10 → 1.3.11

Sign up to get free protection for your applications and to get access to all the features.
data/Makefile CHANGED
@@ -8,3 +8,6 @@ clean:
8
8
 
9
9
  release:
10
10
  rake version:bump:patch release
11
+
12
+ stalk:
13
+ gemstalk hutch xamplr
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 3
4
- :patch: 10
4
+ :patch: 11
@@ -25,7 +25,8 @@ reader = LibXML::XML::Reader.string(xml,
25
25
  LibXML::XML::Parser::Options::NOCDATA |
26
26
  LibXML::XML::Parser::Options::DTDATTR |
27
27
  LibXML::XML::Parser::Options::NSCLEAN |
28
- LibXML::XML::Parser::Options::COMPACT)
28
+ # LibXML::XML::Parser::Options::COMPACT |
29
+ 0)
29
30
 
30
31
  while reader.read do
31
32
  # puts reader.node_type
@@ -65,7 +65,8 @@ module Xampl
65
65
  LibXML::XML::Parser::Options::NONET |
66
66
  LibXML::XML::Parser::Options::NOCDATA |
67
67
  LibXML::XML::Parser::Options::DTDATTR |
68
- LibXML::XML::Parser::Options::COMPACT)
68
+ # LibXML::XML::Parser::Options::COMPACT |
69
+ 0)
69
70
  #TODO CLOSE THIS THING!!
70
71
  end
71
72
 
@@ -81,7 +82,8 @@ module Xampl
81
82
  LibXML::XML::Parser::Options::NONET |
82
83
  LibXML::XML::Parser::Options::NOCDATA |
83
84
  LibXML::XML::Parser::Options::DTDATTR |
84
- LibXML::XML::Parser::Options::COMPACT)
85
+ # LibXML::XML::Parser::Options::COMPACT) |
86
+ 0)
85
87
  #TODO CLOSE THIS THING!!
86
88
  end
87
89
 
data/xamplr.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{xamplr}
5
- s.version = "1.3.10"
5
+ s.version = "1.3.11"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Bob Hutchison"]
9
- s.date = %q{2009-06-14}
9
+ s.date = %q{2009-06-15}
10
10
  s.email = %q{hutch@recursive.ca}
11
11
  s.extra_rdoc_files = [
12
12
  "LICENSE",
@@ -208,12 +208,11 @@ Gem::Specification.new do |s|
208
208
  "test/xamplr_test.rb",
209
209
  "xamplr.gemspec"
210
210
  ]
211
- s.has_rdoc = true
212
211
  s.homepage = %q{http://github.com/hutch/xamplr}
213
212
  s.rdoc_options = ["--charset=UTF-8"]
214
213
  s.require_paths = ["lib"]
215
214
  s.rubyforge_project = %q{xampl}
216
- s.rubygems_version = %q{1.3.1}
215
+ s.rubygems_version = %q{1.3.4}
217
216
  s.summary = %q{xamplr is the ruby version of xampl}
218
217
  s.test_files = [
219
218
  "test/test_helper.rb",
@@ -260,7 +259,7 @@ Gem::Specification.new do |s|
260
259
 
261
260
  if s.respond_to? :specification_version then
262
261
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
263
- s.specification_version = 2
262
+ s.specification_version = 3
264
263
 
265
264
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
266
265
  s.add_runtime_dependency(%q<hutch-xamplr-pp>, [">= 1.1.0"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hutch-xamplr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.10
4
+ version: 1.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Hutchison
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-14 00:00:00 -07:00
12
+ date: 2009-06-15 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -236,7 +236,7 @@ files:
236
236
  - test/test_helper.rb
237
237
  - test/xamplr_test.rb
238
238
  - xamplr.gemspec
239
- has_rdoc: true
239
+ has_rdoc: false
240
240
  homepage: http://github.com/hutch/xamplr
241
241
  post_install_message:
242
242
  rdoc_options:
@@ -260,7 +260,7 @@ requirements: []
260
260
  rubyforge_project: xampl
261
261
  rubygems_version: 1.2.0
262
262
  signing_key:
263
- specification_version: 2
263
+ specification_version: 3
264
264
  summary: xamplr is the ruby version of xampl
265
265
  test_files:
266
266
  - test/test_helper.rb