Skip to content

Commit

Permalink
version number bump, new functionality, backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehopepunk committed Feb 9, 2015
1 parent 425edd7 commit 38d2594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'sax_stream'
s.version = '1.0.10'
s.version = '1.1.0'
s.summary = 'A streaming XML parser which builds objects and passes them to a collecter as they are ready'
s.description = 'A streaming XML parser which builds objects and passes them to a collecter as they are ready. Based upon Nokogiri SAX parsing functionality.'
s.authors = ["Craig Ambrose"]
Expand Down

0 comments on commit 38d2594

Please sign in to comment.