math_plus 0.0.3 → 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: 9ed04d23b624d0d9aa4fa22039efa8750b8d63a7b371fac2c3a8260745ca8248
4
- data.tar.gz: a56459c6dba948b0d67b110a3f3232c20d03a4043a37f20e021c25bd690fd3c8
3
+ metadata.gz: 76b37a65c6b3169bde7a331974b049f630e1e465615e55e2a638027f05e06c6b
4
+ data.tar.gz: cc3449c06d289172507060f9b5fbe9e2f48b4360cd18444069265c8a237ab3d4
5
5
  SHA512:
6
- metadata.gz: e00598c36bc6bb32d22d47d2e4dcd20dc87b72ff6dd8bd43f31793ea9410b713dd741deaf15bf3f0b1bd4bc02dba8529c1768a4db22ec092e8381e16dc208176
7
- data.tar.gz: 679c264f8288ece5109f352ae0610ae497690bfaf341f7b4e7f9f177f9f6b1ecc45e5d0074e8d1366d18776b9f39714f3365255c900b5b87b5c1888a8337926a
6
+ metadata.gz: 2989bc2333d0fe8595abedbcd6627a5cbb155dc36bdd3f740a463e09866b3b7ef40bea82ee7dd4b03549d7dadbb082d96b1dc585615da6c3478a4999f081b1ac
7
+ data.tar.gz: 227945c412fda05794b376ce5077be5aa6537bb2522561350119b9cae71e2a80d51825f2bcedf1e3c7abcf1ffe0939c7435e59d84bbe44522109ac6c302bcbe0
@@ -1,3 +1,3 @@
1
1
  module MathPlus
2
- VERSION = '0.0.3'
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.3
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
-