Sha256: 43d4e97c4a5d691eb8ec748c8693f4af3a05841abb5edf422fc7c1b119124116
Contents?: true
Size: 914 Bytes
Versions: 3
Compression:
Stored size: 914 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'maclight/version' Gem::Specification.new do |gem| gem.name = "maclight" gem.version = MacLight::VERSION gem.authors = ["Moe"] gem.email = ["moe@busyloop.net"] gem.description = %q{Control your Mac keyboard LEDs (capslock, numlock)} gem.summary = %q{Control your Mac keyboard LEDs (capslock, numlock)} gem.homepage = "https://github.com/busyloop/maclight" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.extensions = ['ext/maclight/extconf.rb'] gem.add_dependency 'optix', '>= 1.2.2' gem.add_development_dependency 'rake', '~> 10.1.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maclight-3.0.1 | maclight.gemspec |
maclight-3.0.0 | maclight.gemspec |
maclight-2.0.0 | maclight.gemspec |