bio-ucsc-util 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bio-ucsc-util"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["throwern"]
@@ -37,10 +37,6 @@ module Bio
37
37
  end
38
38
  # closes the file
39
39
  def close
40
- puts "@bbi_file=#{bbi_file}"
41
- bound_bbi = Binding::BbiFile.new(bbi_file)
42
- puts "Binding::BbiFile=#{bound_bbi}"
43
- puts "Binding::to_ptr=#{bound_bbi.to_ptr}"
44
40
  if bbi_file
45
41
  bbi_ptr= FFI::MemoryPointer.new(:pointer)
46
42
  bbi_ptr.write_pointer(bbi_file)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-ucsc-util
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  segments:
128
128
  - 0
129
- hash: 3159547911850259478
129
+ hash: -4446184117321730902
130
130
  required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  none: false
132
132
  requirements: