Sha256: ba17ef6232f6b4b9c36dfcc40f7c9f8acaab91789140f4f601ba0ab1febe5247
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "ruby-qstat" s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["kimoto"] s.date = "2012-04-27" s.description = "QStat Ruby Frontend (Real-time game server stat fetcher)" s.email = "sub+peerler@gmail.com" s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "lib/ruby-qstat.rb", "ruby-qstat.gemspec", "test/ruby-qstat_test.rb", "test/test_helper.rb" ] s.homepage = "http://github.com/kimoto/ruby-qstat" s.require_paths = ["lib"] s.rubygems_version = "1.8.11" s.summary = "QStat Ruby Frontend (Real-time game server stat fetcher)" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_development_dependency(%q<active_support>, [">= 0"]) else s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_dependency(%q<active_support>, [">= 0"]) end else s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_dependency(%q<active_support>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-qstat-0.1.2 | ruby-qstat.gemspec |