bio-polyploid-tools 0.8.2 → 0.8.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28167dfdf75d85d33f970351d2f9a1b166d179c7
4
- data.tar.gz: f1635243148bb245ff2af217eb333ace9087a011
3
+ metadata.gz: e9acfc190624dec8c4d6e1831c71524c330ffdd2
4
+ data.tar.gz: 4307bf90f54200f65972ea596f94048d65edbcb1
5
5
  SHA512:
6
- metadata.gz: 1cfb4d6a3f49874f430da5bc1342b2bef31ca57cc73e4108272b8e4606426acfc303d21d9035dfcc96569988fcd6f74e35c8e60e5bcc35348ab8d6014a044e7b
7
- data.tar.gz: 632d1e2488f566adb856745c9b85999b5fc8cb3e4f7326999f94fd70db7c30555e13963282785b2465ac8e6cab5d2644a06eb54a5fa1367294c99d49c30ffd60
6
+ metadata.gz: 7b7f9875c56e9395d4c934b456b2332218d3a4e202addd1cab48adcb0c443ad9cef607452ee4ed8ff32994cd4c10bc2cd10b3b24f966de49c02657a961d0d3d0
7
+ data.tar.gz: a445e30d15f958c54424300250a481e470c47284f3842ba0a285138527f14cd0baaeb30547abf6f8fdd52c5c742e81b0cc875cbf783c6664fdd72c5d950bdcca
data/.travis.yml CHANGED
@@ -7,6 +7,8 @@ addons:
7
7
  - libncurses5-dev
8
8
  - libtinfo-dev
9
9
  - exonerate
10
+ before_install:
11
+ - gem update --system
10
12
  rvm:
11
13
  - 2.1.10
12
14
  - 2.2.5
data/README.md CHANGED
@@ -128,6 +128,11 @@ To use blast instead of exonerate, use the following command:
128
128
 
129
129
  ## Release Notes
130
130
 
131
+ ### 0.8.3
132
+
133
+ * BUGFIX: ```ChromosomeArm.rb``` was fixed to conform the module assumptions for the package.
134
+
135
+
131
136
  ### 0.8.2
132
137
 
133
138
  * FEATURE: The functions to select the chromosome arm are now in ```lib/bio/PolyploidTools/ChromosomeArm.rb``` and the help message is updated automatically with the valid options.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.2
1
+ 0.8.3
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bio-polyploid-tools 0.8.2 ruby lib
5
+ # stub: bio-polyploid-tools 0.8.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bio-polyploid-tools".freeze
9
- s.version = "0.8.2"
9
+ s.version = "0.8.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
@@ -1,4 +1,5 @@
1
- class Bio::PolyploidTools::ChromosomeArm
1
+ module Bio::PolyploidTools
2
+ class ChromosomeArm
2
3
 
3
4
 
4
5
 
@@ -47,5 +48,5 @@ class Bio::PolyploidTools::ChromosomeArm
47
48
  def self.getValidFunctions
48
49
  @@arm_selection_functions.keys.map { |e| e.to_s }
49
50
  end
50
-
51
+ end
51
52
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-polyploid-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo H. Ramirez-Gonzalez