Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'spidr_epg_gem' s.version = '0.0.0' s.date = %q{2013-04-15} s.summary = 'Use for crwaling EPG' s.description = 'Use for crwaling EPG' s.required_ruby_version = '>= 1.9.3' s.authors = ["zql"] s.email = '' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_path = 'lib' s.requirements << 'none' end