closest-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/README.rdoc +2 -7
- data/VERSION +1 -1
- data/closest-fibonacci.gemspec +1 -1
- data/lib/closest-fibonacci.rb +1 -0
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -12,13 +12,8 @@ Are you looking to find the closest Fibonacci number for any Fixnum? 'Course you
|
|
|
12
12
|
|
|
13
13
|
== Contributing to closest-fibonacci
|
|
14
14
|
|
|
15
|
-
*
|
|
16
|
-
|
|
17
|
-
* Fork the project
|
|
18
|
-
* Start a feature/bugfix branch
|
|
19
|
-
* Commit and push until you are happy with your contribution
|
|
20
|
-
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
|
21
|
-
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
|
15
|
+
* You really don't need to contribute to this project. Go play outside.
|
|
16
|
+
|
|
22
17
|
|
|
23
18
|
== Copyright
|
|
24
19
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/closest-fibonacci.gemspec
CHANGED
data/lib/closest-fibonacci.rb
CHANGED
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:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Kevin J. Dickerson
|