# -*- encoding: utf-8 -*-
# stub: blinky_billd 0.0.2 ruby lib

Gem::Specification.new do |s|
  s.name = "blinky_billd".freeze
  s.version = "0.0.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["James Ottaway".freeze]
  s.date = "2012-04-10"
  s.description = "Blinky is great for controlling a build light, and Billd can tell you how healthy your builds are.\n    Wouldn't it be nice if they placed nicely together? Well now they do!".freeze
  s.email = ["james@ottaway.mp".freeze]
  s.executables = ["blinky_billd".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.markdown".freeze, "Rakefile".freeze, "bin/blinky_billd".freeze, "blinky_billd.gemspec".freeze, "lib/blinky_billd/controller.rb".freeze, "lib/blinky_billd/version.rb".freeze, "spec/blinky_billd/controller_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Blinky + Billd".freeze
  s.test_files = ["spec/blinky_billd/controller_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<blinky>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<billd>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze])
end