Created
June 28, 2019 15:37
-
-
Save BernardoMG/282db5910e5c46726c4d6896200c8b15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Specification.new do |spec| | |
spec.name = 'converter' | |
spec.version = '1.0.0' | |
spec.required_ruby_version = '>= 2.5.0' | |
spec.add_development_dependency 'rspec', '~> 3.7' | |
s.files = ['lib/converter.rb'] | |
s.require_paths = ['lib'] | |
spec.summary = 'Converts an integer to binary and vice versa.' | |
spec.author = 'Bernardo Graça' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment