epimath100 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/epimath100/error.class.rb +1 -5
- data/lib/epimath100/polynomial.class.rb +8 -0
- metadata +11 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c7176cc2119ddd8fd46478326a2e8e7328e81ed
|
4
|
+
data.tar.gz: 51d763dbeba16fac9080d3e9c278b773e0184fd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c337597cd579ed3a674481b1fee673e253e0afb33004fb67f2b4ebb0bcf0ea7d1e897e3a74ab9f51b7615888e13c61958e93420dde2194ddea8065b1c37c047
|
7
|
+
data.tar.gz: b87907b140abd65e8a631fc503bd679370fd8d058b3d90238397852131fcc862151da8933f75b7feb3031243e8ac137d4821e568d9c4ad30c56b0e7f7dd29b55
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epimath100
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- poulet_a
|
@@ -11,14 +11,18 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-01-
|
14
|
+
date: 2014-01-19 00:00:00.000000000 Z
|
15
15
|
dependencies: []
|
16
16
|
description: A simple hello world gem
|
17
17
|
email:
|
18
18
|
- poulet_a@epitech.eu
|
19
|
-
-
|
20
|
-
-
|
21
|
-
-
|
19
|
+
- - lib/epimath100.rb
|
20
|
+
- lib/epimath100/error.class.rb
|
21
|
+
- lib/epimath100/line.class.rb
|
22
|
+
- lib/epimath100/matrix.class.rb
|
23
|
+
- lib/epimath100/point.class.rb
|
24
|
+
- lib/epimath100/polynomial.class.rb
|
25
|
+
- lib/epimath100/vector.class.rb
|
22
26
|
executables: []
|
23
27
|
extensions: []
|
24
28
|
extra_rdoc_files: []
|
@@ -50,8 +54,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
54
|
version: '0'
|
51
55
|
requirements: []
|
52
56
|
rubyforge_project:
|
53
|
-
rubygems_version: 2.
|
57
|
+
rubygems_version: 2.2.1
|
54
58
|
signing_key:
|
55
59
|
specification_version: 4
|
56
60
|
summary: EpiMath100, a ruby gem lib to use lines, functions, points, ...
|
57
61
|
test_files: []
|
62
|
+
has_rdoc:
|