math_plus 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da8fac3efee2d463414cb4ccf5495e40ae28174a5526f3f11fe7e8db8e2a31a6
4
- data.tar.gz: 74fc93f504d1a07f3c9b87b30fbf791f23a827723cddeb23ed4604064b284570
3
+ metadata.gz: 76b37a65c6b3169bde7a331974b049f630e1e465615e55e2a638027f05e06c6b
4
+ data.tar.gz: cc3449c06d289172507060f9b5fbe9e2f48b4360cd18444069265c8a237ab3d4
5
5
  SHA512:
6
- metadata.gz: ed3ce00517563f7a2f4d529afdf638201b730688ee5a9dc9c420188e67838dededec8e85479c4327c3bb6a2291b829022b3805f4cf34af42790dc4bf69910e18
7
- data.tar.gz: 73ea2048a27e047d3799d6527d7df81dc9f30fd0a1b7080a2f49c79febd41245781f6f6b68a6feb0417920eda5330aada05e084bb6ec509f5ee876767cee891d
6
+ metadata.gz: 2989bc2333d0fe8595abedbcd6627a5cbb155dc36bdd3f740a463e09866b3b7ef40bea82ee7dd4b03549d7dadbb082d96b1dc585615da6c3478a4999f081b1ac
7
+ data.tar.gz: 227945c412fda05794b376ce5077be5aa6537bb2522561350119b9cae71e2a80d51825f2bcedf1e3c7abcf1ffe0939c7435e59d84bbe44522109ac6c302bcbe0
@@ -1,3 +1,3 @@
1
1
  module MathPlus
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.4'
3
3
  end
data/lib/math_plus.rb CHANGED
@@ -3,5 +3,3 @@ require_relative 'math_plus/main/formulas'
3
3
  module MathPlus
4
4
  extend Main::Formulas
5
5
  end
6
-
7
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: math_plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - AlexVikPast
@@ -35,7 +35,6 @@ files:
35
35
  - README.md
36
36
  - lib/math_plus.rb
37
37
  - lib/math_plus/main/formulas.rb
38
- - lib/math_plus/math_plus.rb
39
38
  - lib/math_plus/validation/triangle.rb
40
39
  - lib/math_plus/version.rb
41
40
  homepage: https://github.com/AlexVikPast/math_plus
@@ -1,7 +0,0 @@
1
- require_relative 'math_plus/main/formulas'
2
-
3
- module MathPlus
4
- extend Main::Formulas
5
- end
6
-
7
-