Sha256: 5e24d79f9b1c44c0a75e77b32877274b17da976575ae24aefc6ab7ec865441a7
Contents?: true
Size: 989 Bytes
Versions: 2
Compression:
Stored size: 989 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "lolcommits/version" Gem::Specification.new do |s| s.name = "lolcommits" s.version = Lolcommits::VERSION s.authors = ["Matthew Rothenberg"] s.email = ["mrothenberg@gmail.com"] s.homepage = "http://github.com/mroth/lolcommits" s.summary = %q{Capture webcam image on git commit} s.description = %q{Capture webcam image on git commit for lulz} s.rubyforge_project = "lolcommits" 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" # s.add_runtime_dependency "rest-client" s.add_runtime_dependency "rmagick" s.add_runtime_dependency "git" s.add_runtime_dependency "choice", ">= 0.1.6" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lolcommits-0.0.3 | lolcommits.gemspec |
lolcommits-0.0.2 | lolcommits.gemspec |