Skip to content

Commit

Permalink
Added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Dec 30, 2010
1 parent dcf44c9 commit f7b0170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -89,7 +89,7 @@ begin
s.extra_rdoc_files = []
s.rdoc_options = %w{--no-private}
s.add_dependency %q<narray>, [ '~> 0.5' ]
s.add_dependency %q<malloc>, [ '~> 1.1' ]
s.add_dependency %q<malloc>, [ '~> 1.4' ]
s.add_dependency %q<multiarray>, [ '~> 0.15' ]
s.add_development_dependency %q{rake}
end
Expand All @@ -112,7 +112,7 @@ begin
s.extra_rdoc_files = []
s.rdoc_options = %w{--no-private}
s.add_dependency %q<narray>, [ '~> 0.5' ]
s.add_dependency %q<malloc>, [ '~> 1.1' ]
s.add_dependency %q<malloc>, [ '~> 1.4' ]
s.add_dependency %q<multiarray>, [ '~> 0.15' ]
end
GEM_BINARY = "#{PKG_NAME}-#{PKG_VERSION}-#{$BINSPEC.platform}.gem"
Expand Down

0 comments on commit f7b0170

Please sign in to comment.