mspire-lipidomics 0.1.10 → 0.1.11

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.10
1
+ 0.1.11
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "mspire-lipidomics"
8
- s.version = "0.1.10"
8
+ s.version = "0.1.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["John T. Prince"]
@@ -87,7 +87,7 @@ lipids.each do |lipid|
87
87
  mods_to_use = [mods[key]] * num_charge_mod
88
88
  UNCHARGED_MODS.each do |umod|
89
89
  opts[umod].downto(0) do |i|
90
- ions << Mspire::Lipid::Ion.new(lipid, mods_to_use + ([mods[:umod]]*i))
90
+ ions << Mspire::Lipid::Ion.new(lipid, mods_to_use + ([mods[umod]]*i))
91
91
  end
92
92
  end
93
93
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mspire-lipidomics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: