Skip to content

Commit

Permalink
Regenerated gemspec for version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlevesque committed Jun 8, 2010
1 parent a1fa2b9 commit 2e4dca2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ruby-lzma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{ruby-lzma}
s.version = "0.4.2"
s.version = "0.4.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ian Levesque"]
s.date = %q{2010-03-24}
s.date = %q{2010-06-07}
s.email = %q{ian@ianlevesque.org}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = [
Expand Down Expand Up @@ -116,7 +116,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/ianlevesque/ruby-lzma}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Simple ruby and jruby wrappers for LZMA compression and decompression.}
s.test_files = [
"test/test_lzma.rb"
Expand All @@ -126,7 +126,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
else
end
else
Expand Down

0 comments on commit 2e4dca2

Please sign in to comment.