continued_fractions 1.2.1 → 1.2.2
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 +5 -0
- data/Rakefile +3 -3
- data/continued_fractions.gemspec +3 -3
- metadata +4 -4
data/History.txt
CHANGED
data/Rakefile
CHANGED
@@ -2,12 +2,12 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('continued_fractions', '1.2.
|
5
|
+
Echoe.new('continued_fractions', '1.2.2') do |config|
|
6
6
|
config.summary = 'Generate continued fractions.'
|
7
7
|
config.author = 'Jose Hales-Garcia'
|
8
|
-
config.url = 'http://
|
8
|
+
config.url = 'http://github.com/jolohaga/continued_fractions'
|
9
9
|
config.email = 'jolohaga@me.com'
|
10
|
-
config.ignore_pattern = ["tmp/*",".hg/*", ".pkg/*"]
|
10
|
+
config.ignore_pattern = ["tmp/*",".hg/*", ".pkg/*", ".git/*"]
|
11
11
|
config.development_dependencies = ['rspec >=1.3.0','echoe >=4.3']
|
12
12
|
end
|
13
13
|
|
data/continued_fractions.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{continued_fractions}
|
5
|
-
s.version = "1.2.
|
5
|
+
s.version = "1.2.2"
|
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-
|
9
|
+
s.date = %q{2010-03-27}
|
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", "spec/continued_fractions/continued_fraction_spec.rb", "spec/spec_helper.rb", "continued_fractions.gemspec"]
|
14
|
-
s.homepage = %q{http://
|
14
|
+
s.homepage = %q{http://github.com/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
|
- 1
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 1.2.
|
8
|
+
- 2
|
9
|
+
version: 1.2.2
|
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-
|
17
|
+
date: 2010-03-27 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -63,7 +63,7 @@ files:
|
|
63
63
|
- spec/spec_helper.rb
|
64
64
|
- continued_fractions.gemspec
|
65
65
|
has_rdoc: true
|
66
|
-
homepage: http://
|
66
|
+
homepage: http://github.com/jolohaga/continued_fractions
|
67
67
|
licenses: []
|
68
68
|
|
69
69
|
post_install_message:
|