Skip to content

Commit

Permalink
bumped gemspec for new version with new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldix committed Oct 20, 2009
1 parent 4f2c368 commit f956981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feedzirra.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{feedzirra}
s.version = "0.0.18"
s.version = "0.0.19"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Dix"]
Expand Down
4 changes: 2 additions & 2 deletions lib/feedzirra.rb
Expand Up @@ -5,7 +5,7 @@
require 'zlib'
require 'curb'
require 'sax-machine'
require 'dryopteris'
require 'loofah'
require 'uri'
require 'active_support/basic_object'
require 'active_support/core_ext/object'
Expand All @@ -30,5 +30,5 @@
require 'feedzirra/parser/atom_feed_burner'

module Feedzirra
VERSION = "0.0.18"
VERSION = "0.0.19"
end

0 comments on commit f956981

Please sign in to comment.