Sha256: 96c8993abd1edfb0b233136fde2c4b3d169113bcfee337350504a762a15589dd
Contents?: true
Size: 667 Bytes
Versions: 1
Compression:
Stored size: 667 Bytes
Contents
$: << File.expand_path("../lib", __FILE__) require "tagen/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.4 | tagen.gemspec |