Sha256: 630a70d69249e184b1a44383bb4583aefdfe1c0c24bd7ef429a3a81a7f068c34

Contents?: true

Size: 521 Bytes

Versions: 2

Compression:

Stored size: 521 Bytes

Contents

Kernel.load File.expand_path("../lib/tagen/version.rb", __FILE__)

Gem::Specification.new do |s|
	s.name = "tagen"
	s.version = Tagen::VERSION
	s.summary = "a lightweight core and extra extensions for Ruby."
	s.description = <<-EOF
a lightweight core and extra extensions for Ruby. 
	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 "pd"
  s.add_dependency "activesupport"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tagen-2.0.2 tagen.gemspec
tagen-2.0.1 tagen.gemspec