Skip to content

Commit

Permalink
Regenerate gemspec for version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
willcannings committed May 30, 2011
1 parent 49b2b66 commit 0fe49c3
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions ruby-svd.gemspec
@@ -1,39 +1,37 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{ruby-svd}
s.version = "0.5.0"
s.version = "0.5.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Will Cannings"]
s.date = %q{2010-09-30}
s.date = %q{2011-05-30}
s.description = %q{Singular Value Decomposition with no dependency on GSL or LAPACK}
s.email = %q{me@willcannings.com}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = [
"LICENSE",
"README"
"README.markdown"
]
s.files = [
"ext/extconf.rb",
"ext/nrutil.h",
"ext/svd.c",
"ext/svd.h",
"lib/lsa.rb",
"lib/ruby-svd.rb",
"lib/svd_matrix.rb"
"ext/nrutil.h",
"ext/svd.c",
"ext/svd.h",
"lib/lsa.rb",
"lib/ruby-svd.rb",
"lib/svd_matrix.rb"
]
s.homepage = %q{http://github.com/willcannings/ruby-svd}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib", "ext"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.6.2}
s.summary = %q{SVD for Ruby}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 0fe49c3

Please sign in to comment.