Sha256: 35f545b1d2e870402a0503a682dbfbe684cf57d001a31117e46d1771e25ac24b
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 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.5" spec.authors = ["Vinicius Kammradt", "Gabriel Rohden"] spec.email = ["vinicius.kammradt1@gmail.com", "gabriel_rohden@outlook.com"] spec.summary = "'cuchinizer' allows you to write Ruby script by using only 'cuchi'. It's a simple and easy way to write Ruby scripts." spec.description = "'cuchinizer' 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.5 | cuchinizer.gemspec |