Sha256: e7fd4574dfa7ceeb000480082ad1e63f79bab210366fe38fed10501743647120
Contents?: true
Size: 776 Bytes
Versions: 2
Compression:
Stored size: 776 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__) require 'luobo/version' Gem::Specification.new 'luobo', Luobo::VERSION do |s| s.description = "Luobo is a simple, easy to extend code generator." s.summary = "Easy to extend code generator" s.authors = ["Huang Wei"] s.email = "huangw@pe-po.com" s.homepage = "https://github.com/huangw/luobo-gem" s.executables << "tuzi" s.files = `git ls-files`.split("\n") - %w[.gitignore] s.test_files = Dir.glob("{spec,test}/**/*.rb") s.rdoc_options = %w[--line-numbers --inline-source --title Luobo --main README.rdoc --encoding=UTF-8] s.add_development_dependency 'rspec', '~> 2.5' s.add_dependency 'erubis' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
luobo-0.0.2 | luobo.gemspec |
luobo-0.0.1 | luobo.gemspec |