lzell-mapricot 0.0.3.1 → 0.0.3.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.
Files changed (3) hide show
  1. data/lib/mapricot.rb +1 -1
  2. data/mapricot.gemspec +2 -2
  3. metadata +1 -2
data/lib/mapricot.rb CHANGED
@@ -3,7 +3,7 @@ require 'active_support/inflector'
3
3
  require File.expand_path(File.dirname(__FILE__) + "/abstract_doc")
4
4
 
5
5
  module Mapricot
6
- VERSION = "0.0.3.1"
6
+ VERSION = "0.0.3.2"
7
7
 
8
8
  # Inherit from base, e.g. class Animal < Mapricot::Base
9
9
  # Use either a string of xml or a url to initialize
data/mapricot.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "mapricot"
3
- s.version = "0.0.3.1"
3
+ s.version = "0.0.3.2"
4
4
  s.date = "2009-03-17"
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.summary = "XML to object mapper"
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
33
33
  "lib/abstract_doc.rb",
34
34
  "benchmark/benchmarks.rb"]
35
35
  s.require_paths = ["lib"]
36
- s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--title", "Mapricot"]
36
+ s.rdoc_options = ["--main", "README.rdoc", "--title", "Mapricot"]
37
37
  s.extra_rdoc_files = ["README.rdoc"]
38
38
  s.add_dependency("hpricot")
39
39
  s.add_dependency("nokogiri")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lzell-mapricot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.1
4
+ version: 0.0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Zell
@@ -80,7 +80,6 @@ post_install_message:
80
80
  rdoc_options:
81
81
  - --main
82
82
  - README.rdoc
83
- - --inline-source
84
83
  - --title
85
84
  - Mapricot
86
85
  require_paths: