continued_fractions 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt CHANGED
@@ -1,3 +1,11 @@
1
+ === 0.1.4 / 2010-03-15
2
+
3
+ * Added Rspec files and tests.
4
+
5
+ === 0.1.3 / 2010-03-13
6
+
7
+ * Changed url to the Bitbucket site.
8
+
1
9
  === 0.1.2 / 2010-03-13
2
10
 
3
11
  * Fixed the documentation.
data/README.txt CHANGED
@@ -17,7 +17,7 @@ require 'continued_fractions'<br/>
17
17
  include ContinuedFractions
18
18
 
19
19
  frac = Rational(3,2)<br/>
20
- real = Math.log2(ratio.to_f)<br/>
20
+ real = Math.log2(frac.to_f)<br/>
21
21
  cf = ContinuedFraction.new(real,10)<br/>
22
22
  cf.convergents
23
23
 
data/Rakefile CHANGED
@@ -2,10 +2,10 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('continued_fractions', '0.1.2') do |config|
5
+ Echoe.new('continued_fractions', '0.1.4') do |config|
6
6
  config.description = 'Generate continued fractions.'
7
7
  config.author = 'Jose Hales-Garcia'
8
- config.url = 'http://rubygems.org/gems/continued_fractions'
8
+ config.url = 'http://bitbucket.org/jolohaga/continued_fractions/'
9
9
  config.email = 'jolohaga@me.com'
10
10
  config.ignore_pattern = ["tmp/*",".hg/*"]
11
11
  config.development_dependencies = []
@@ -2,16 +2,16 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{continued_fractions}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jose Hales-Garcia"]
9
- s.date = %q{2010-03-14}
9
+ s.date = %q{2010-03-15}
10
10
  s.description = %q{Generate continued fractions.}
11
11
  s.email = %q{jolohaga@me.com}
12
12
  s.extra_rdoc_files = ["README.txt", "lib/continued_fractions.rb"]
13
13
  s.files = ["History.txt", "Manifest", "README.txt", "Rakefile", "lib/continued_fractions.rb", "continued_fractions.gemspec"]
14
- s.homepage = %q{http://rubygems.org/gems/continued_fractions}
14
+ s.homepage = %q{http://bitbucket.org/jolohaga/continued_fractions/}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Continued_fractions", "--main", "README.txt"]
16
16
  s.require_paths = ["lib"]
17
17
  s.rubyforge_project = %q{continued_fractions}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jose Hales-Garcia
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-14 00:00:00 -08:00
17
+ date: 2010-03-15 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -35,7 +35,7 @@ files:
35
35
  - lib/continued_fractions.rb
36
36
  - continued_fractions.gemspec
37
37
  has_rdoc: true
38
- homepage: http://rubygems.org/gems/continued_fractions
38
+ homepage: http://bitbucket.org/jolohaga/continued_fractions/
39
39
  licenses: []
40
40
 
41
41
  post_install_message: