Sha256: c80fc1c9b532e68a3bdc15e06caa65273994156b374af093d09bae3ea183c1c7
Contents?: true
Size: 496 Bytes
Versions: 4
Compression:
Stored size: 496 Bytes
Contents
$: << File.expand_path('../lib', __FILE__) require 'tagen/version' Gem::Specification.new do |s| s.name = 'tagen' s.version = Tagen::VERSION s.summary = 'a core and extra extension to ruby library' s.description = <<-EOF a core and extra extension to ruby library. 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', '~>3.1.0' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tagen-1.1.4 | tagen.gemspec |
tagen-1.1.3 | tagen.gemspec |
tagen-1.1.2 | tagen.gemspec |
tagen-1.1.1 | tagen.gemspec |