Sha256: 359eb6088941a05d566059ce28d7231f9a6f69a54c48899f74f11bbc954a1f16
Contents?: true
Size: 736 Bytes
Versions: 2
Compression:
Stored size: 736 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "fonte/version" Gem::Specification.new do |s| s.name = "fonte" s.version = Fonte::VERSION s.authors = ["Rodrigo Navarro"] s.email = ["rnavarro1@gmail.com"] s.homepage = "https://github.com/reu/fonte" s.summary = "Valve Source Engine log parser" s.rubyforge_project = "fonte" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency "rspec", "~> 2.8.0" s.add_runtime_dependency "treetop", "~> 1.4.8" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fonte-0.2.0 | fonte.gemspec |
fonte-0.1.0 | fonte.gemspec |