lzell-mapricot 0.0.3.8 → 0.0.4

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/History.txt +4 -0
  2. data/lib/mapricot.rb +1 -1
  3. data/mapricot.gemspec +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -17,3 +17,7 @@ Hpricot will be used by default
17
17
  == 0.0.3 2009-03-22
18
18
 
19
19
  Can parse from url with Nokogiri
20
+
21
+ == 0.0.4 2009-05-27
22
+
23
+ Ditched rspec, now fully tested with test unit
data/lib/mapricot.rb CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'active_support/inflector'
3
3
 
4
4
  module Mapricot
5
- VERSION = "0.0.3.2"
5
+ VERSION = "0.0.4"
6
6
  end
7
7
 
8
8
  path = File.expand_path(File.join(File.dirname(__FILE__), 'mapricot'))
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.8"
3
+ s.version = "0.0.4"
4
4
  s.date = "2009-05-27"
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"
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.8
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Zell