Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KentonWhite committed Aug 13, 2010
1 parent ad0c82f commit b006db7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ratom-ssl.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{ratom-ssl}
s.version = "0.0.0"
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Peerworks", "Sean Geoghegan", "Kenton White"]
s.date = %q{2010-04-19}
s.date = %q{2010-08-13}
s.description = %q{A fast Atom Syndication and Publication API based on libxml}
s.email = %q{jkentonwhite@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -70,7 +70,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{ratom}
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Atom Syndication and Publication API with SSL}
s.test_files = [
"spec/atom/pub_spec.rb",
Expand All @@ -83,7 +83,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_runtime_dependency(%q<libxml-ruby>, [">= 1.1.2"])
else
Expand Down

0 comments on commit b006db7

Please sign in to comment.