Skip to content

Commit

Permalink
License is specified correctly in gemspec now.
Browse files Browse the repository at this point in the history
  • Loading branch information
maik committed Dec 25, 2013
1 parent 7fed4f9 commit 55013cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.1.3:
- Cleaned up gemspec.

Version 1.0.14:
- XmlSimple.xml_in now supports symbols for option names (fix provided
by Bruce Adams).
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See INSTALL.

== License

XmlSimple is Copyright (c) 2003-2012 Maik Schmidt. It is free software,
XmlSimple is Copyright (c) 2003-2014 Maik Schmidt. It is free software,
and may be redistributed under the terms specified in the COPYING file
of the current Ruby distribution.

Expand Down
4 changes: 2 additions & 2 deletions lib/xmlsimple.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# = XmlSimple
#
# Author:: Maik Schmidt <contact@maik-schmidt.de>
# Copyright:: Copyright (c) 2003-2011 Maik Schmidt
# Copyright:: Copyright (c) 2003-2014 Maik Schmidt
# License:: Distributes under the same terms as Ruby.
#
require 'rexml/document'
Expand All @@ -11,7 +11,7 @@
class XmlSimple
include REXML

@@VERSION = '1.1.2'
@@VERSION = '1.1.3'

# A simple cache for XML documents that were already transformed
# by xml_in.
Expand Down
4 changes: 2 additions & 2 deletions xml-simple.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = %q{xml-simple}
s.version = "1.1.2"
s.date = %q{2012-10-15}
s.version = "1.1.3"
s.date = %q{2013-12-25}
s.summary = %q{A simple API for XML processing.}
s.email = %q{contact@maik-schmidt.de}
s.homepage = %q{https://github.com/maik/xml-simple}
Expand Down

0 comments on commit 55013cd

Please sign in to comment.