continued_fractions 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/continued_fractions.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ce79731f3484473c48365c35263d36ba32fea23
|
4
|
+
data.tar.gz: d67d37574d72195290629e821d0ebd6711b9adad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 332255ec07d5ca93a60ebb3975197d0a8fc5eba7573cb508de1941c64e5e9bc780e79b0931d2ccd727462b515b0f468429b71f8832cf29d160f87f25b63bf130
|
7
|
+
data.tar.gz: 649f4881e43d47553bae247d3f628c952ae3dcca29e548ebe5b9840165c3415b01aa473d900ed2efdc2c032c79d8f648da30ff1a471518ec00c51ad0b5cb581d
|
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('continued_fractions', '1.5.
|
5
|
+
Echoe.new('continued_fractions', '1.5.2') do |config|
|
6
6
|
config.summary = 'Generate continued fractions'
|
7
7
|
config.description = 'Class for working with continued fractions'
|
8
8
|
|
@@ -11,7 +11,7 @@ Echoe.new('continued_fractions', '1.5.1') do |config|
|
|
11
11
|
|
12
12
|
config.author = 'Jose Hales-Garcia'
|
13
13
|
config.email = 'jolohaga@me.com'
|
14
|
-
config.url = 'http://github.
|
14
|
+
config.url = 'http://jolohaga.github.io/continued_fractions'
|
15
15
|
|
16
16
|
config.ignore_pattern = ["tmp/*",".hg/*", ".pkg/*", ".git/*"]
|
17
17
|
|
data/continued_fractions.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
# stub: continued_fractions 1.5.
|
2
|
+
# stub: continued_fractions 1.5.2 ruby lib
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "continued_fractions"
|
6
|
-
s.version = "1.5.
|
6
|
+
s.version = "1.5.2"
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
9
9
|
s.require_paths = ["lib"]
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
s.email = "jolohaga@me.com"
|
14
14
|
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.md", "lib/continued_fractions.rb"]
|
15
15
|
s.files = ["CHANGELOG", "Gemfile", "History.txt", "LICENSE", "Manifest", "README.md", "Rakefile", "continued_fractions.gemspec", "lib/continued_fractions.rb", "spec/continued_fractions/continued_fraction_spec.rb", "spec/spec_helper.rb"]
|
16
|
-
s.homepage = "http://github.
|
16
|
+
s.homepage = "http://jolohaga.github.io/continued_fractions"
|
17
17
|
s.licenses = ["MIT"]
|
18
18
|
s.rdoc_options = ["--line-numbers", "--title", "Continued_fractions", "--main", "README.md"]
|
19
19
|
s.required_ruby_version = Gem::Requirement.new(">= 2.2.2")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: continued_fractions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jose Hales-Garcia
|
@@ -59,7 +59,7 @@ files:
|
|
59
59
|
- lib/continued_fractions.rb
|
60
60
|
- spec/continued_fractions/continued_fraction_spec.rb
|
61
61
|
- spec/spec_helper.rb
|
62
|
-
homepage: http://github.
|
62
|
+
homepage: http://jolohaga.github.io/continued_fractions
|
63
63
|
licenses:
|
64
64
|
- MIT
|
65
65
|
metadata: {}
|