Sha256: f84197b43b6ae191fae0864814376d648dfc673f9b7826d848d6c7dcb1aaf009
Contents?: true
Size: 628 Bytes
Versions: 1
Compression:
Stored size: 628 Bytes
Contents
$: << "." require "version" Gem::Specification.new do |s| s.name = "tagen" s.version = Tagen::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/GutenYe/tagen" s.rubyforge_project = "xx" s.files = `git ls-files`.split("\n") s.add_dependency "activesupport" s.add_dependency "pd" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tagen-1.0.3 | tagen.gemspec |