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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/loess/version.rb +1 -1
  3. data/loess.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff9bf84e866bef37df440f320c402747991dc6fc
4
- data.tar.gz: 28ba47301e55103c3364a95e4c95e4dbe50ea766
3
+ metadata.gz: 2274ae039009535585e58b6ea6281193d3e72008
4
+ data.tar.gz: 719f3b588188fc1af617ee3facce0783df72d224
5
5
  SHA512:
6
- metadata.gz: e8b520f772d7b65ad1cfa3a4795b21e7e730306ecc577bfa1917ae83bc7e8ccccd2efe80d2e43b16f2f054642b1c0bf5afc29f66c84b54840c9aefa89612c9fe
7
- data.tar.gz: 85461339e82b5e91256b2828c5a24cc09280bbb8e9a0b3e7030e0307c1117adaf1bc9e5287f3d7f9ce4cdc306b5d3472b78bfa59f8c4be70e3d5af515597d380
6
+ metadata.gz: 5c73d9a4b30450b303f9cf1c51df2e20a89a155b10cf358aec2275c9bac6ec8b346a9a00a30c300d9f5e88587164ca41657732091ddf33d96798038a0ee39dbb
7
+ data.tar.gz: a0dd24765d3d5097e367a6640ebcec43dc836c7604c983839af4f88fc02bb2e7e44c8b0bdf47445ee3a0bbf7f41b489948564e07a532a7106424062659bae441
data/lib/loess/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Loess
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: {}