miga-base 0.2.6.1 → 0.2.6.2

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: b993ed06076af74cac7d43d8bd1c8a2e8da7e5dc
4
- data.tar.gz: 94c3364ffe6a965dc747d289ea48236163305036
3
+ metadata.gz: df5f2c5858b2a7fbb894baceb6dba8d6722f6fde
4
+ data.tar.gz: 25a84eb19ff85ab226b80d2068deb02f8f4a1f1f
5
5
  SHA512:
6
- metadata.gz: 15543281cc78d228d86ce3c1f206e8b71d1dc8818d1c0ed3d61c915ea4f4b71bed3209c5ccd85b659dceb21cdbe4f1ce76fb697055e787c502ad16b957f46a5f
7
- data.tar.gz: 73d343d0dc766416e572a8258c5ede0a9a9b0c4e61504ec8472bc00e44fb486d3c73e607c546c189fb24ff46f9dcbfb5ea3a151d6a0b9e730da4e616cdd761a3
6
+ metadata.gz: ffcd40298038047f49fc13f49ece0a0a591a5b5adca58e614cd3abbb9f464bd4d5618d4659702ea86629734efffcc060a6b52a827328534bd6b1e22d3a8047f3
7
+ data.tar.gz: 4117173537bb9a6ca2e6b4366381f36dc85fc39f6829c400c3df0874e6eb99ffa6f1985c2cb6e7fc86f210a4fd640a70c6253cb0f2b92a9742ef07c2722ec50f
data/lib/miga/project.rb CHANGED
@@ -74,8 +74,8 @@ class MiGA::Project < MiGA::MiGA
74
74
  ##
75
75
  # Project-wide distance estimations.
76
76
  def self.DISTANCE_TASKS ; @@DISTANCE_TASKS ; end
77
- @@DISTANCE_TASKS = [:haai_distances, :aai_distances, :ani_distances,
78
- :clade_finding, :project_stats]
77
+ @@DISTANCE_TASKS = [:project_stats,
78
+ :haai_distances, :aai_distances, :ani_distances, :clade_finding]
79
79
 
80
80
  ##
81
81
  # Project-wide tasks for :clade projects.
data/lib/miga/version.rb CHANGED
@@ -10,7 +10,7 @@ module MiGA
10
10
  # - Float representing the major.minor version.
11
11
  # - Integer representing gem releases of the current version.
12
12
  # - Integer representing minor changes that require new version number.
13
- VERSION = [0.2, 6, 1]
13
+ VERSION = [0.2, 6, 2]
14
14
 
15
15
  ##
16
16
  # Nickname for the current major.minor version.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miga-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6.1
4
+ version: 0.2.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R