rb_maxima 1.0.1 → 1.1.0

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
  SHA256:
3
- metadata.gz: a94090141028eea6bf1d0ffdcf9262333a7fd052de88503e6893def622e51344
4
- data.tar.gz: 444426905a43c8ab5379c0573383d9621ef5d2aef34121ab6970ce70a2120934
3
+ metadata.gz: 716648f8fe26696181f5a1ac92ffe76f12ff886e7bc997e108f7dfa6d4cc9680
4
+ data.tar.gz: e6c5366b2e0e2131cb3ff53a98a51cc46688cd44e87a5fcf6acc50071ef0bdd4
5
5
  SHA512:
6
- metadata.gz: 0b28b6aceac03844a0d3cfbbff19ab982086a44c3e0d167dc4dd659783d75f41ca65cdde989bb671cb09d5543344a84f51152416b76c0326eb5b9d374cd8a924
7
- data.tar.gz: 90da4e7f1b39ec540c385ce8acf631e67b72ae1bec4b3ce3e6cf65281557b1f1a87eddd1c8dac6c191de87a28b2c522ceb37364df0629900123a1cf8312fc6f7
6
+ metadata.gz: 5ddbd22cb257b60f0526aa938bc125f7922203489d2397751fd4651f37104e016dccf90b3260dcb8b582ed6ce4f2243e6276b95f54033dd97c05f4b5c383f642
7
+ data.tar.gz: 0e9f02ad1143e4e8d4c67566f66a2ad232900c49b960d3c738d2b43270faa82e506a712859fd5d296078df1c2bb15439a1d81a8e0abb0cdd325aaf850e199dc3
@@ -81,7 +81,7 @@ module Maxima
81
81
  }
82
82
 
83
83
  def options_commands()
84
- [].each do |commands|
84
+ [].tap do |commands|
85
85
  @options.each do |option, configuration|
86
86
  # warn that option is not applicable
87
87
  next unless OPTIONS[option]
@@ -18,7 +18,7 @@ module Maxima
18
18
 
19
19
  def self.from_csv(csv)
20
20
  Histogram.new(
21
- *CSV.read(csv).map { |array| array.map(&:to_i) }
21
+ *CSV.read(csv).map { |array| array.map(&:to_f) }
22
22
  )
23
23
  end
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Maxima
2
- VERSION = "1.0.1"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb_maxima
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Ackerman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-19 00:00:00.000000000 Z
11
+ date: 2018-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler