fibless 0.1.1 → 1.0.1

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/fibless.gemspec +1 -1
  3. data/lib/fibless.rb +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 1.0.1
data/fibless.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fibless}
8
- s.version = "0.1.1"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Holloway"]
data/lib/fibless.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #Fibless -- by Matt Holloway
2
- class Fibless
2
+ class Fixnum
3
3
  #This will return the fibonacci sequence smaller than an integer passed in
4
4
  #usage is x.closest_fibonacci where x is an integer greater than 0
5
5
  def closest_fibonacci
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fibless
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matt Holloway
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="
94
94
  - !ruby/object:Gem::Version
95
- hash: 2945987794022623483
95
+ hash: 4056666418178581461
96
96
  segments:
97
97
  - 0
98
98
  version: "0"