polynomial 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +5 -0
  2. data/lib/polynomial/version.rb +1 -1
  3. metadata +6 -6
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.7.1 2010-11-18
2
+
3
+ * 1 tiny change
4
+ * Changed 'config/hoe.rb' so that RubyGems info is now correct.
5
+
1
6
  == 0.7.0 2010-11-18
2
7
 
3
8
  * 1 important bugfix:
@@ -2,7 +2,7 @@ class Polynomial #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 7
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 0
10
- version: 0.7.0
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: description of gem
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://polynomial.rubyforge.org
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: description of gem
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