Sha256: ba2a614305398a920b65d8fcc893ba89e4f873f0c91bb61a5bbe5385b583c61c
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.1" 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.1 | cuchinizer.gemspec |