Sha256: e23b0e0cf48e5c738bb5245555c98e3b99a9ba9235e442144b0678b2c5f814b8
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 Bytes
Contents
Gem::Specification.new do |s| s.name = 'romaniac' s.version = '0.0.1' s.date = Time.now.strftime('%Y-%m-%d') s.summary = 'The library for Roman numerals maniacs.' s.description = 'The Romaniac library converts Arabic numerals to Roman numerals and vice versa.' s.author = 'Kyrylo Silin' s.email = 'kyrylosilin@gmail.com' s.homepage = 'https://github.com/kyrylo/romaniac' s.licenses = 'zlib' s.require_path = 'lib' s.files = `git ls-files`.split "\n" s.add_development_dependency 'rake' s.add_development_dependency 'minitest' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
romaniac-0.0.1 | romaniac.gemspec |