Sha256: cd9b52121e90f2046325824f53e01b74f47a1394cfe22899759dbebcd0b54064
Contents?: true
Size: 805 Bytes
Versions: 1
Compression:
Stored size: 805 Bytes
Contents
Gem::Specification.new do |s| s.name = 'aetherg' s.version = '0.5.0' s.date = '2017-05-21' s.summary = "Aetherg (Aether Generator) is a generator of sinatra app." s.description = "Aetherg (Aether Generator) is a sinatra based App generator. Light-weight for API service or full-stack Web apps. Fully supports Sinatra v2.0.0" s.authors = ["Allen Chan"] s.email = 'chenillen@gmail.com' s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = Dir['**/*'].keep_if { |file| File.file?(file) } s.require_paths = ["lib"] s.bindir = 'bin' s.executables = ['aetherg'] s.add_runtime_dependency('thor', '~> 0.19') s.required_ruby_version = '>= 1.9.3' s.homepage = 'https://github.com/chenillen/aetherg' s.license = 'MIT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aetherg-0.5.0 | aetherg.gemspec |