Sha256: a3d05b39c7c18f2eef169de31f48fa242d2fc8b25fc5bc89fba1a35071770e85
Contents?: true
Size: 601 Bytes
Versions: 1
Compression:
Stored size: 601 Bytes
Contents
$: << "." require "version" Gem::Specification.new do |s| s.name = "tagen" s.version = VERSION::IS s.summary = "a core and extra extension to ruby library" s.description = <<-EOF an extension to ruby core and gem library. use some active_support/core_ext, but smaller than active_support. active_support is mainly target to Rails, but tagen is target to generic ruby development. EOF s.author = "Guten" s.email = "ywzhaifei@gmail.com" s.homepage = "http://github.com/GutenLinux/tagen" s.rubyforge_project = "xx" s.files = `git ls-files`.split("\n") s.add_dependency "activesupport" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tagen-0.1.0 | tagen.gemspec |