Skip to content

Instantly share code, notes, and snippets.

@BernardoMG
Created June 28, 2019 15:37
Show Gist options
  • Save BernardoMG/282db5910e5c46726c4d6896200c8b15 to your computer and use it in GitHub Desktop.
Save BernardoMG/282db5910e5c46726c4d6896200c8b15 to your computer and use it in GitHub Desktop.
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