closest_fibonacci 1.2.5 → 1.2.6
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/closest_fibonacci.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -21,7 +21,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
21
21
|
gem.description = "Fibonacci gem for ModCloth"
|
|
22
22
|
gem.email = "boris.polania@gmail.com"
|
|
23
23
|
gem.authors = ["Boris Polania"]
|
|
24
|
-
gem.executables = ['
|
|
24
|
+
gem.executables = ['closest_fibonacci']
|
|
25
25
|
# dependencies defined in Gemfile
|
|
26
26
|
end
|
|
27
27
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.6
|
data/closest_fibonacci.gemspec
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "closest_fibonacci"
|
|
8
|
-
s.version = "1.2.
|
|
8
|
+
s.version = "1.2.6"
|
|
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"]
|
|
12
12
|
s.date = "2012-01-25"
|
|
13
13
|
s.description = "Fibonacci gem for ModCloth"
|
|
14
14
|
s.email = "boris.polania@gmail.com"
|
|
15
|
-
s.executables = ["
|
|
15
|
+
s.executables = ["closest_fibonacci"]
|
|
16
16
|
s.extra_rdoc_files = [
|
|
17
17
|
"LICENSE.txt",
|
|
18
18
|
"README.rdoc"
|
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: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 6
|
|
10
|
+
version: 1.2.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Boris Polania
|
|
@@ -95,7 +95,7 @@ dependencies:
|
|
|
95
95
|
description: Fibonacci gem for ModCloth
|
|
96
96
|
email: boris.polania@gmail.com
|
|
97
97
|
executables:
|
|
98
|
-
-
|
|
98
|
+
- closest_fibonacci
|
|
99
99
|
extensions: []
|
|
100
100
|
|
|
101
101
|
extra_rdoc_files:
|