linefit 0.3.0 → 0.3.1
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/CHANGELOG +5 -1
- metadata +21 -42
data/CHANGELOG
CHANGED
metadata
CHANGED
|
@@ -1,72 +1,51 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: linefit
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 3
|
|
9
|
-
- 0
|
|
10
|
-
version: 0.3.0
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Eric Cline
|
|
14
9
|
- Richard Anderson
|
|
15
10
|
autorequire:
|
|
16
11
|
bindir: bin
|
|
17
12
|
cert_chain: []
|
|
18
|
-
|
|
19
|
-
date: 2012-03-23 00:00:00 -05:00
|
|
20
|
-
default_executable:
|
|
13
|
+
date: 2013-07-08 00:00:00.000000000 Z
|
|
21
14
|
dependencies: []
|
|
22
|
-
|
|
23
|
-
|
|
15
|
+
description: LineFit does weighted or unweighted least-squares line fitting to two-dimensional
|
|
16
|
+
data (y = a + b * x). (Linear Regression)
|
|
24
17
|
email: escline+github@gmail.com
|
|
25
18
|
executables: []
|
|
26
|
-
|
|
27
19
|
extensions: []
|
|
28
|
-
|
|
29
20
|
extra_rdoc_files: []
|
|
30
|
-
|
|
31
|
-
files:
|
|
21
|
+
files:
|
|
32
22
|
- lib/linefit.rb
|
|
33
23
|
- examples/lrtest.rb
|
|
34
24
|
- README
|
|
35
25
|
- LICENSE
|
|
36
26
|
- CHANGELOG
|
|
37
|
-
has_rdoc: true
|
|
38
27
|
homepage: http://rubygems.org/gems/linefit
|
|
39
28
|
licenses: []
|
|
40
|
-
|
|
41
29
|
post_install_message:
|
|
42
30
|
rdoc_options: []
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
|
+
require_paths:
|
|
32
|
+
- lib
|
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
47
34
|
none: false
|
|
48
|
-
requirements:
|
|
49
|
-
- -
|
|
50
|
-
- !ruby/object:Gem::Version
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
- 0
|
|
54
|
-
version: "0"
|
|
55
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ! '>='
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
40
|
none: false
|
|
57
|
-
requirements:
|
|
58
|
-
- -
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
|
|
61
|
-
segments:
|
|
62
|
-
- 0
|
|
63
|
-
version: "0"
|
|
41
|
+
requirements:
|
|
42
|
+
- - ! '>='
|
|
43
|
+
- !ruby/object:Gem::Version
|
|
44
|
+
version: '0'
|
|
64
45
|
requirements: []
|
|
65
|
-
|
|
66
46
|
rubyforge_project:
|
|
67
|
-
rubygems_version: 1.
|
|
47
|
+
rubygems_version: 1.8.25
|
|
68
48
|
signing_key:
|
|
69
49
|
specification_version: 3
|
|
70
50
|
summary: LineFit is a linear regression math class.
|
|
71
51
|
test_files: []
|
|
72
|
-
|