Skip to content

Commit

Permalink
updating bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Aug 8, 2009
1 parent 242f368 commit beada85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ HOE = Hoe.spec('nfc') do
self.readme_file = 'README.rdoc'
self.history_file = 'CHANGELOG.rdoc'
self.extra_rdoc_files = FileList['*.rdoc']
self.spec_extras = { :extensions => ["ext/nfc/extconf.rb"] }
end

RET = Rake::ExtensionTask.new("nfc", HOE.spec) do |ext|
Expand Down
4 changes: 3 additions & 1 deletion bin/nfc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ nfc = NFC.instance

puts "Connected to NFC reader: #{nfc.device.name}"
puts
p nfc.find
nfc.find do |tag|
p tag
end

0 comments on commit beada85

Please sign in to comment.