Skip to content

Commit

Permalink
Updated dependency to hornetseye-frame
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Jun 19, 2012
1 parent 6937b4c commit ed42efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -125,7 +125,7 @@ begin
s.rdoc_options = %w{--no-private}
s.add_dependency %<malloc>, [ '~> 1.1' ]
s.add_dependency %<multiarray>, [ '~> 1.0' ]
s.add_dependency %<hornetseye-frame>, [ '~> 0.11' ]
s.add_dependency %<hornetseye-frame>, [ '~> 1.0' ]
s.add_development_dependency %q{rake}
end
GEM_SOURCE = "#{PKG_NAME}-#{PKG_VERSION}.gem"
Expand All @@ -148,7 +148,7 @@ begin
s.rdoc_options = %w{--no-private}
s.add_dependency %<malloc>, [ '~> 1.1' ]
s.add_dependency %<multiarray>, [ '~> 1.0' ]
s.add_dependency %<hornetseye-frame>, [ '~> 0.11' ]
s.add_dependency %<hornetseye-frame>, [ '~> 1.0' ]
end
GEM_BINARY = "#{PKG_NAME}-#{PKG_VERSION}-#{$BINSPEC.platform}.gem"
desc "Build the gem file #{GEM_SOURCE}"
Expand Down

0 comments on commit ed42efc

Please sign in to comment.