fibonacci 0.1.0 → 0.1.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/fibonacci.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fibonacci}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Cody Johnston"]
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
26
26
  "Rakefile",
27
27
  "VERSION",
28
28
  "fibonacci.gemspec",
29
+ "lib/.fibonacci.rb.swp",
29
30
  "lib/fibonacci.rb",
30
31
  "test/helper.rb",
31
32
  "test/test_fibonacci.rb"
Binary file
data/lib/fibonacci.rb CHANGED
@@ -28,7 +28,3 @@ class Fixnum
28
28
  number_1
29
29
  end
30
30
  end
31
-
32
- for i in 0..200
33
- puts "#{i}: #{i.closest_fibonacci}"
34
- end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Cody Johnston
@@ -92,6 +92,7 @@ files:
92
92
  - Rakefile
93
93
  - VERSION
94
94
  - fibonacci.gemspec
95
+ - lib/.fibonacci.rb.swp
95
96
  - lib/fibonacci.rb
96
97
  - test/helper.rb
97
98
  - test/test_fibonacci.rb
@@ -109,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
110
  requirements:
110
111
  - - ">="
111
112
  - !ruby/object:Gem::Version
112
- hash: -4040202521218509135
113
+ hash: 3891357102957683887
113
114
  segments:
114
115
  - 0
115
116
  version: "0"