Skip to content

Commit 975f2d0

Browse files
committed
Removed TODO from gemspec
1 parent 929b964 commit 975f2d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hex_values.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Gem::Specification.new do |gem|
55
gem.authors = ["Sergio Rafael Gianazza"]
66
gem.email = ["[email protected]"]
77
gem.description = %q{Add functionality to get hexadecimal values from float and float from a string hexadecimal}
8-
gem.summary = %q{TODO: Write a gem summary}
9-
gem.homepage = ""
8+
gem.summary = %q{Convert any float or fixnum to the correct representation in hexadecimal, and convert any hexadecimal string in their corresponding float representation.}
9+
gem.homepage = "http://github.com/gianu/hex_values"
1010

1111
gem.files = `git ls-files`.split($\)
1212
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)