Skip to content

Commit

Permalink
Re-generated manifest and bumped gem version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnall committed Feb 9, 2012
1 parent 762a571 commit 8da9140
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,5 @@
v0.5.4. Fixed ReaderStateQuery to work when the status has bits not defined in the PCSC header.

v0.5.3. Fixed buggy protocol number decoding logic. v0.5.3. Fixed buggy protocol number decoding logic.


v0.5.2. Added 'thread' require to fix crashes on new Rubygems versions. v0.5.2. Added 'thread' require to fix crashes on new Rubygems versions.
Expand Down
3 changes: 2 additions & 1 deletion Manifest
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ lib/smartcard/iso/pcsc_transport.rb
lib/smartcard/iso/transport.rb lib/smartcard/iso/transport.rb
lib/smartcard/pcsc/card.rb lib/smartcard/pcsc/card.rb
lib/smartcard/pcsc/context.rb lib/smartcard/pcsc/context.rb
lib/smartcard/pcsc/exception.rb
lib/smartcard/pcsc/ffi_autogen.rb lib/smartcard/pcsc/ffi_autogen.rb
lib/smartcard/pcsc/ffi_functions.rb lib/smartcard/pcsc/ffi_functions.rb
lib/smartcard/pcsc/ffi_lib.rb lib/smartcard/pcsc/ffi_lib.rb
lib/smartcard/pcsc/ffi_structs.rb lib/smartcard/pcsc/ffi_structs.rb
lib/smartcard/pcsc/pcsc_exception.rb
lib/smartcard/pcsc/reader_state_queries.rb lib/smartcard/pcsc/reader_state_queries.rb
tasks/ffi_codegen.rb tasks/ffi_codegen.rb
test/gp/asn1_ber_test.rb test/gp/asn1_ber_test.rb
Expand All @@ -39,4 +39,5 @@ test/iso/iso_exception_test.rb
test/iso/jcop_remote_test.rb test/iso/jcop_remote_test.rb
test/pcsc/card_test.rb test/pcsc/card_test.rb
test/pcsc/context_test.rb test/pcsc/context_test.rb
test/pcsc/exception_test.rb
test/pcsc/reader_state_queries_test.rb test/pcsc/reader_state_queries_test.rb
8 changes: 6 additions & 2 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ Echoe.new('smartcard') do |p|
/^(lib|bin|tasks|ext)|^BUILD|^README|^CHANGELOG|^TODO|^LICENSE|^COPYING$/ /^(lib|bin|tasks|ext)|^BUILD|^README|^CHANGELOG|^TODO|^LICENSE|^COPYING$/
end end


file 'lib/smartcard/pcsc/ffi_autogen.rb' => 'tasks/ffi_codegen.rb' do
Smartcard::Tasks.generate_ffi_header
end

unless FFI::Platform.windows? unless FFI::Platform.windows?
task :package => :ffi_header task :package => 'lib/smartcard/pcsc/ffi_autogen.rb'
task :test => :ffi_header task :test => 'lib/smartcard/pcsc/ffi_autogen.rb'
end end


if $0 == __FILE__ if $0 == __FILE__
Expand Down

0 comments on commit 8da9140

Please sign in to comment.