Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prepped for 0.1.7 release.
  • Loading branch information
jnunemaker committed Jan 29, 2009
1 parent a5236eb commit a0adc5c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions History
@@ -1,3 +1,7 @@
== 0.1.7 2009-01-29
* 1 minor enhancement
* Support dashes in elements (Josh Nichols)

== 0.1.6 2009-01-17
* 1 minor enhancement:
* added support for nested collection elements (Justin Marney)
Expand Down
2 changes: 2 additions & 0 deletions Manifest
Expand Up @@ -2,6 +2,7 @@ examples/amazon.rb
examples/current_weather.rb
examples/post.rb
examples/twitter.rb
happymapper.gemspec
History
lib/happymapper/attribute.rb
lib/happymapper/element.rb
Expand All @@ -14,6 +15,7 @@ Manifest
Rakefile
README
spec/fixtures/address.xml
spec/fixtures/commit.xml
spec/fixtures/current_weather.xml
spec/fixtures/pita.xml
spec/fixtures/posts.xml
Expand Down
6 changes: 3 additions & 3 deletions happymapper.gemspec
Expand Up @@ -2,15 +2,15 @@

Gem::Specification.new do |s|
s.name = %q{happymapper}
s.version = "0.1.6"
s.version = "0.1.7"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker"]
s.date = %q{2009-01-17}
s.date = %q{2009-01-28}
s.description = %q{object to xml mapping library}
s.email = %q{nunemaker@gmail.com}
s.extra_rdoc_files = ["lib/happymapper/attribute.rb", "lib/happymapper/element.rb", "lib/happymapper/item.rb", "lib/happymapper/version.rb", "lib/happymapper.rb", "lib/libxml_ext/libxml_helper.rb", "README", "TODO"]
s.files = ["examples/amazon.rb", "examples/current_weather.rb", "examples/post.rb", "examples/twitter.rb", "happymapper.gemspec", "History", "lib/happymapper/attribute.rb", "lib/happymapper/element.rb", "lib/happymapper/item.rb", "lib/happymapper/version.rb", "lib/happymapper.rb", "lib/libxml_ext/libxml_helper.rb", "License", "Manifest", "Rakefile", "README", "spec/fixtures/address.xml", "spec/fixtures/current_weather.xml", "spec/fixtures/pita.xml", "spec/fixtures/posts.xml", "spec/fixtures/radar.xml", "spec/fixtures/statuses.xml", "spec/happymapper_attribute_spec.rb", "spec/happymapper_element_spec.rb", "spec/happymapper_item_spec.rb", "spec/happymapper_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "TODO", "website/css/common.css", "website/index.html"]
s.files = ["examples/amazon.rb", "examples/current_weather.rb", "examples/post.rb", "examples/twitter.rb", "History", "lib/happymapper/attribute.rb", "lib/happymapper/element.rb", "lib/happymapper/item.rb", "lib/happymapper/version.rb", "lib/happymapper.rb", "lib/libxml_ext/libxml_helper.rb", "License", "Manifest", "Rakefile", "README", "spec/fixtures/address.xml", "spec/fixtures/current_weather.xml", "spec/fixtures/pita.xml", "spec/fixtures/posts.xml", "spec/fixtures/radar.xml", "spec/fixtures/statuses.xml", "spec/happymapper_attribute_spec.rb", "spec/happymapper_element_spec.rb", "spec/happymapper_item_spec.rb", "spec/happymapper_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "TODO", "website/css/common.css", "website/index.html", "happymapper.gemspec"]
s.has_rdoc = true
s.homepage = %q{http://happymapper.rubyforge.org}
s.post_install_message = %q{May you have many happy mappings!}
Expand Down
2 changes: 1 addition & 1 deletion lib/happymapper/version.rb
@@ -1,3 +1,3 @@
module HappyMapper
Version = '0.1.6'
Version = '0.1.7'
end

0 comments on commit a0adc5c

Please sign in to comment.