closest_fibonacci 1.2.12 → 1.2.13

Sign up to get free protection for your applications and to get access to all the features.
data/.DS_Store CHANGED
Binary file
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.12
1
+ 1.2.13
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "closest_fibonacci"
8
- s.version = "1.2.12"
8
+ s.version = "1.2.13"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Boris Polania"]
@@ -1,7 +1,5 @@
1
1
  require 'helper'
2
2
 
3
3
  class TestClosestFibonacci < Test::Unit::TestCase
4
- should "be a numeric value" do
5
- assert_true, self.is_a?(Fixnum)
6
- end
4
+
7
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: closest_fibonacci
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 12
10
- version: 1.2.12
9
+ - 13
10
+ version: 1.2.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Boris Polania