continued_fractions 1.5.1 → 1.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 415a29ad4c2573cd6fe71d75bf85da9e9d1b1ae8
4
- data.tar.gz: 33669301eb84bfffe3d257d6ab865aa3326a3fb3
3
+ metadata.gz: 3ce79731f3484473c48365c35263d36ba32fea23
4
+ data.tar.gz: d67d37574d72195290629e821d0ebd6711b9adad
5
5
  SHA512:
6
- metadata.gz: ebe93ef1e534aa2e5b79c7c7035617b9781167bd8d0ee88f4e94bb719dc56ad8e0da3d4f50315ac924f4490322eb94f9efcdaf7ce4cf374f3c048f4a3748aba8
7
- data.tar.gz: d1fc5b4f88547d95a4572d4365b5dd643dc87f8efe969058bb8fe2e848fdadbde4cc2b8ef54706a847eb026759397fa4a5a10af3326484f2bc23cb3f3aa5ec08
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.1') do |config|
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.com/jolohaga/continued_fractions'
14
+ config.url = 'http://jolohaga.github.io/continued_fractions'
15
15
 
16
16
  config.ignore_pattern = ["tmp/*",".hg/*", ".pkg/*", ".git/*"]
17
17
 
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: continued_fractions 1.5.1 ruby lib
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.1"
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.com/jolohaga/continued_fractions"
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.1
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.com/jolohaga/continued_fractions
62
+ homepage: http://jolohaga.github.io/continued_fractions
63
63
  licenses:
64
64
  - MIT
65
65
  metadata: {}