roxml.gemspec in roxml-3.1.1 vs roxml.gemspec in roxml-3.1.2
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{roxml}
- s.version = "3.1.1"
+ s.version = "3.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Woosley", "Zak Mandhro", "Anders Engstrom", "Russ Olsen"]
- s.date = %q{2009-10-17}
+ s.date = %q{2009-10-18}
s.description = %q{ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML.
Using simple annotations, it enables Ruby classes to be mapped to XML. ROXML takes care
of the marshalling and unmarshalling of mapped attributes so that developers can focus on
building first-class Ruby classes. As a result, ROXML simplifies the development of
RESTful applications, Web Services, and XML-RPC.
@@ -23,10 +23,10 @@
]
s.files = [
".gitignore",
".gitmodules",
"History.txt",
- "MIT-LICENSE",
+ "LICENSE",
"README.rdoc",
"Rakefile",
"TODO",
"VERSION",
"config/website.yml",