ngs_server 0.2 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,10 @@
2
2
  #dir = Dir.pwd
3
3
 
4
4
  #Dir.chdir("/Users/chase/Desktop/tmp_workspace/ngs_server/ext/bamtools/build")
5
+ exists = `which cmake`
6
+ if (exists == '')
7
+ $stderr.puts "\n\n\n[ERROR]: cmake is required and not installed. Get it here: http://www.cmake.org/\n\n"
8
+ end
5
9
 
6
10
  `cmake .`
7
11
 
@@ -1,3 +1,3 @@
1
1
  module NgsServer
2
- VERSION = "0.2"
2
+ VERSION = "0.2.1"
3
3
  end
data/ngs_server.gemspec CHANGED
@@ -4,7 +4,7 @@ require "ngs_server/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "ngs_server"
7
- s.version = "0.2"
7
+ s.version = "0.2.1"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Chase Miller"]
10
10
  s.email = ["chmille4@gmail.com"]
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- version: "0.2"
8
+ - 1
9
+ version: 0.2.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Chase Miller