Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
throwern committed Oct 2, 2012
1 parent 94e2909 commit 5e81cad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion bio-ucsc-util.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "bio-ucsc-util"
s.version = "0.1.1"
s.version = "0.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["throwern"]
Expand Down
4 changes: 0 additions & 4 deletions lib/bio/ucsc/big_wig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ def open
end
# closes the file
def close
puts "@bbi_file=#{bbi_file}"
bound_bbi = Binding::BbiFile.new(bbi_file)
puts "Binding::BbiFile=#{bound_bbi}"
puts "Binding::to_ptr=#{bound_bbi.to_ptr}"
if bbi_file
bbi_ptr= FFI::MemoryPointer.new(:pointer)
bbi_ptr.write_pointer(bbi_file)
Expand Down

0 comments on commit 5e81cad

Please sign in to comment.