polynomial 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/lib/polynomial/version.rb +1 -1
- metadata +6 -6
data/History.txt
CHANGED
data/lib/polynomial/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polynomial
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 1
|
10
|
+
version: 0.7.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Adriano Brito Mitre
|
@@ -50,7 +50,7 @@ dependencies:
|
|
50
50
|
version: 2.6.2
|
51
51
|
type: :development
|
52
52
|
version_requirements: *id002
|
53
|
-
description:
|
53
|
+
description: Rich-featured single and multiple variables polynomials classes for Ruby.
|
54
54
|
email:
|
55
55
|
- adriano@mitre.com.br
|
56
56
|
executables: []
|
@@ -83,7 +83,7 @@ files:
|
|
83
83
|
- README.txt
|
84
84
|
- website/index.txt
|
85
85
|
has_rdoc: true
|
86
|
-
homepage: http://
|
86
|
+
homepage: http://adrianomitre.github.com/Polynomial/website/index.html
|
87
87
|
licenses: []
|
88
88
|
|
89
89
|
post_install_message:
|
@@ -116,7 +116,7 @@ rubyforge_project: polynomial
|
|
116
116
|
rubygems_version: 1.3.7
|
117
117
|
signing_key:
|
118
118
|
specification_version: 3
|
119
|
-
summary:
|
119
|
+
summary: Rich-featured single and multiple variables polynomials classes for Ruby.
|
120
120
|
test_files:
|
121
121
|
- test/test_chebyshev.rb
|
122
122
|
- test/test_polynomial.rb
|