Sha256: 7a851edae5e868ea724ce877401bccc3dfd328b5142fc8d58ce3e84c7b25e647
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "growl-ampelmaennchen/version" Gem::Specification.new do |s| s.name = "growl-ampelmaennchen" s.version = Growl::Ampelmaennchen::VERSION s.authors = ["Tobias Schwab"] s.email = ["tobias.schwab@dynport.de"] s.homepage = "" s.summary = %q{Simple ampelmaennchen icons to be used with growl} s.description = %q{Simple ampelmaennchen icons to be used with growl (extracted from https://github.com/svoop/autotest-growlr)} s.rubyforge_project = "growl-ampelmaennchen" 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"] # specify any dependencies here; for example: s.add_development_dependency "rspec", '2.8.0' s.add_development_dependency "rake", "0.9.2" # s.add_runtime_dependency "rest-client" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
growl-ampelmaennchen-1.0.0 | growl-ampelmaennchen.gemspec |