Skip to content

Commit

Permalink
Added reader shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Jan 26, 2011
1 parent bf4fac7 commit 074255d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -7,7 +7,7 @@ require 'rake/loaders/makefile'
require 'rbconfig'

PKG_NAME = 'hornetseye-dc1394'
PKG_VERSION = '0.3.5'
PKG_VERSION = '0.4.0'
CFG = RbConfig::CONFIG
CXX = ENV[ 'CXX' ] || 'g++'
RB_FILES = FileList[ 'lib/**/*.rb' ]
Expand Down Expand Up @@ -114,7 +114,7 @@ begin
s.extra_rdoc_files = []
s.rdoc_options = %w{--no-private}
s.add_dependency %<malloc>, [ '~> 1.2' ]
s.add_dependency %<multiarray>, [ '~> 0.11' ]
s.add_dependency %<multiarray>, [ '~> 0.20' ]
s.add_dependency %<hornetseye-frame>, [ '~> 0.8' ]
s.add_development_dependency %q{rake}
end
Expand All @@ -137,7 +137,7 @@ begin
s.extra_rdoc_files = []
s.rdoc_options = %w{--no-private}
s.add_dependency %<malloc>, [ '~> 1.2' ]
s.add_dependency %<multiarray>, [ '~> 0.11' ]
s.add_dependency %<multiarray>, [ '~> 0.20' ]
s.add_dependency %<hornetseye-frame>, [ '~> 0.8' ]
end
GEM_BINARY = "#{PKG_NAME}-#{PKG_VERSION}-#{$BINSPEC.platform}.gem"
Expand Down
2 changes: 2 additions & 0 deletions lib/hornetseye-dc1394/dc1394input.rb
Expand Up @@ -83,6 +83,8 @@ def new( node = 0, speed = SPEED_400, frame_rate = nil, &action )

end

include ReaderConversion

end

end
Expand Down

0 comments on commit 074255d

Please sign in to comment.