math_plus 0.0.1 → 0.0.3

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: ca98dcd6fc233842f1edbb76d2227ff5661a68d78655d560915bd9e981a1ff39
4
- data.tar.gz: c97635753bb1fc1409b222844af1fd08d98311adc7374377140830f067cddf59
3
+ metadata.gz: 9ed04d23b624d0d9aa4fa22039efa8750b8d63a7b371fac2c3a8260745ca8248
4
+ data.tar.gz: a56459c6dba948b0d67b110a3f3232c20d03a4043a37f20e021c25bd690fd3c8
5
5
  SHA512:
6
- metadata.gz: 5443f1932e63474cdbd56054ea44e51f335507f95d721776eb49f5fff9732024fb1f736422e7dd7b062499f5a4d73fbb7e6f0ebbf23b2f18b6cd7b5f1d2f2b3a
7
- data.tar.gz: 64b44c6f2fdbcab4d6ee3799476468c953ece513e7285aa1c71c39b55be52d0920e6b95448d4433bce01f1dcd47d0b14f5eb92c747fbbdc0b1875b77d9c4790f
6
+ metadata.gz: e00598c36bc6bb32d22d47d2e4dcd20dc87b72ff6dd8bd43f31793ea9410b713dd741deaf15bf3f0b1bd4bc02dba8529c1768a4db22ec092e8381e16dc208176
7
+ data.tar.gz: 679c264f8288ece5109f352ae0610ae497690bfaf341f7b4e7f9f177f9f6b1ecc45e5d0074e8d1366d18776b9f39714f3365255c900b5b87b5c1888a8337926a
@@ -1,4 +1,4 @@
1
- require_relative 'main/formulas'
1
+ require_relative 'math_plus/main/formulas'
2
2
 
3
3
  module MathPlus
4
4
  extend Main::Formulas
@@ -1,3 +1,3 @@
1
1
  module MathPlus
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.3'
3
3
  end
data/lib/math_plus.rb ADDED
@@ -0,0 +1,7 @@
1
+ require_relative 'math_plus/main/formulas'
2
+
3
+ module MathPlus
4
+ extend Main::Formulas
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.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - AlexVikPast
@@ -33,6 +33,7 @@ extra_rdoc_files:
33
33
  files:
34
34
  - Gemfile
35
35
  - README.md
36
+ - lib/math_plus.rb
36
37
  - lib/math_plus/main/formulas.rb
37
38
  - lib/math_plus/math_plus.rb
38
39
  - lib/math_plus/validation/triangle.rb