Sha256: aaae7498838460686cdd0c18defb6cff0f25f72492e200eda121a8fcc68d1fc8
Contents?: true
Size: 864 Bytes
Versions: 1
Compression:
Stored size: 864 Bytes
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "cuchinizer" spec.version = "1.0" spec.authors = ["Vinicius Kammradt", "Gabriel Rohden"] spec.email = ["vinicius.kammradt1@gmail.com", "gabriel_rohden@outlook.com"] spec.summary = "'cuchinizder' allows you to write Ruby script by using only 'cuchi'. It's a simple and easy way to write Ruby scripts." spec.description = "'cuchinizder' allows you to write Ruby script by using only 'cuchi'. It's a simple and easy way to write Ruby scripts." spec.homepage = "http://github.com/kammradt/cuchinizer" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cuchinizer-1.0 | cuchinizer.gemspec |