bio-samtools 0.2.1 → 0.2.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.2.1
1
+ 0.2.2
data/bio-samtools.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bio-samtools}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ricardo Ramirez-Gonzalez", "Dan MacLean", "Raoul J.P. Bonnal"]
12
- s.date = %q{2011-05-27}
12
+ s.date = %q{2011-06-01}
13
13
  s.description = %q{Binder of samtools for ruby, on the top of FFI.
14
14
 
15
15
  This project was born from the need to add support of BAM files to
data/ext/mkrf_conf.rb CHANGED
@@ -40,7 +40,7 @@ task :compile do
40
40
  cp("libbam.a","#{path_external}")
41
41
  case Config::CONFIG['host_os']
42
42
  when /linux/
43
- sh "make libbam.so.1-local"
43
+ sh "CFLAGS='-g -Wall -O2 -fPIC' make -e libbam.so.1-local"
44
44
  cp("libbam.so.1","#{path_external}")
45
45
  when /darwin/
46
46
  sh "make libbam.1.dylib-local"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bio-samtools
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ricardo Ramirez-Gonzalez
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2011-05-27 00:00:00 +02:00
15
+ date: 2011-06-01 00:00:00 +02:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -175,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
175
175
  requirements:
176
176
  - - ">="
177
177
  - !ruby/object:Gem::Version
178
- hash: -1847812567454850000
178
+ hash: -3264146805036467926
179
179
  segments:
180
180
  - 0
181
181
  version: "0"