lederhosen 1.3.6 → 1.3.7

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.
data/lederhosen.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "lederhosen"
8
- s.version = "1.3.6"
8
+ s.version = "1.3.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Austin G. Davis-Richardson"]
@@ -16,7 +16,7 @@ module Lederhosen
16
16
  :banner => 'prefix prefix'
17
17
 
18
18
  method_option :levels, :type => :array, :required => true,
19
- :banner => 'valid options: domain, kingdom, phylum, class, order, genus, or species (or all of them at once)'
19
+ :banner => 'valid options: domain, kingdom, phylum, class, order, genus, species, original (or all of them at once)'
20
20
 
21
21
  def otu_table
22
22
  input = Dir[options[:files]]
@@ -27,7 +27,7 @@ module Lederhosen
27
27
 
28
28
  # sanity check
29
29
  levels.each do |level|
30
- fail "bad level: #{level}" unless %w{domain phylum class order family genus species kingdom}.include? level
30
+ fail "bad level: #{level}" unless %w{domain phylum class order family genus species kingdom original}.include? level
31
31
  end
32
32
 
33
33
  level_sample_cluster_count = Hash.new { |h, k| h[k] = Hash.new { |h, k| h[k] = Hash.new { |h, k| h[k] = 0 } } }
@@ -3,7 +3,7 @@ module Lederhosen
3
3
  MAJOR = 1
4
4
  MINOR = 3
5
5
  CODENAME = 'Dirndl' # changes for minor versions
6
- PATCH = 5
6
+ PATCH = 7
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH].join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lederhosen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.6
4
+ version: 1.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -160,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  segments:
162
162
  - 0
163
- hash: 1013869102469907958
163
+ hash: 3956169746555075526
164
164
  required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  none: false
166
166
  requirements: