fibonacci 0.1.1 → 0.1.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.
- data/VERSION +1 -1
- data/fibonacci.gemspec +1 -2
- metadata +3 -4
- data/lib/.fibonacci.rb.swp +0 -0
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
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.
|
|
8
|
+
s.version = "0.1.2"
|
|
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,7 +26,6 @@ Gem::Specification.new do |s|
|
|
|
26
26
|
"Rakefile",
|
|
27
27
|
"VERSION",
|
|
28
28
|
"fibonacci.gemspec",
|
|
29
|
-
"lib/.fibonacci.rb.swp",
|
|
30
29
|
"lib/fibonacci.rb",
|
|
31
30
|
"test/helper.rb",
|
|
32
31
|
"test/test_fibonacci.rb"
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.1.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Cody Johnston
|
|
@@ -92,7 +92,6 @@ files:
|
|
|
92
92
|
- Rakefile
|
|
93
93
|
- VERSION
|
|
94
94
|
- fibonacci.gemspec
|
|
95
|
-
- lib/.fibonacci.rb.swp
|
|
96
95
|
- lib/fibonacci.rb
|
|
97
96
|
- test/helper.rb
|
|
98
97
|
- test/test_fibonacci.rb
|
|
@@ -110,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
110
109
|
requirements:
|
|
111
110
|
- - ">="
|
|
112
111
|
- !ruby/object:Gem::Version
|
|
113
|
-
hash:
|
|
112
|
+
hash: -2879116188261565521
|
|
114
113
|
segments:
|
|
115
114
|
- 0
|
|
116
115
|
version: "0"
|
data/lib/.fibonacci.rb.swp
DELETED
|
Binary file
|