loess 0.0.2 → 0.0.3
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 +4 -4
- data/lib/loess/version.rb +1 -1
- data/loess.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2274ae039009535585e58b6ea6281193d3e72008
|
|
4
|
+
data.tar.gz: 719f3b588188fc1af617ee3facce0783df72d224
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c73d9a4b30450b303f9cf1c51df2e20a89a155b10cf358aec2275c9bac6ec8b346a9a00a30c300d9f5e88587164ca41657732091ddf33d96798038a0ee39dbb
|
|
7
|
+
data.tar.gz: a0dd24765d3d5097e367a6640ebcec43dc836c7604c983839af4f88fc02bb2e7e44c8b0bdf47445ee3a0bbf7f41b489948564e07a532a7106424062659bae441
|
data/lib/loess/version.rb
CHANGED
data/loess.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["swanand.pagnis@gmail.com"]
|
|
11
11
|
spec.summary = %q{A Simple LOESS / LOWESS calculator built in Ruby}
|
|
12
12
|
spec.description = %q{Perfect if you want to plot a line graph or scatter plot and a loess regression}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/swanandp/loess.rb"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: loess
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Swanand Pagnis
|
|
@@ -55,7 +55,7 @@ files:
|
|
|
55
55
|
- lib/loess.rb
|
|
56
56
|
- lib/loess/version.rb
|
|
57
57
|
- loess.gemspec
|
|
58
|
-
homepage:
|
|
58
|
+
homepage: https://github.com/swanandp/loess.rb
|
|
59
59
|
licenses:
|
|
60
60
|
- MIT
|
|
61
61
|
metadata: {}
|