Sha256: 919e77e17e6f16dcb12698efc57d2b8b7d6d4ca262abfe8f58b26446de321288
Contents?: true
Size: 854 Bytes
Versions: 1
Compression:
Stored size: 854 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__) require 'cbt/version' Gem::Specification.new 'cbt', Cbt::VERSION do |s| s.description = "Cbt is a bundle of tools for build and test corona based applications." s.summary = "Cbt is a bundle of tools for build and test corona based applications." s.executables << "cbt" s.authors = ["Huang Wei"] s.email = "huangw@pe-po.com" s.homepage = "https://github.com/huangw/cbt-gem" 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 Cbt --main README.rdoc --encoding=UTF-8] s.add_development_dependency 'rspec', '~> 2.5' s.add_dependency 'erubis' s.add_dependency 'rviz' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cbt-0.0.1 | cbt.gemspec |